Fix mips-elf gp relocation overflow errors.

* mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
bounds.

From-SVN: r104825
This commit is contained in:
James E Wilson 2005-09-30 11:06:26 -07:00 committed by Jim Wilson
parent dd7dc25023
commit 06fb0460df
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-09-30 James E. Wilson <wilson@specifix.com>
* mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
bounds.
2005-09-29 James E. Wilson <wilson@specifix.com>
* mf-hooks1.c (__mf_0fn_mmap, mmap, __mf_0fn_munmap, munmap): Protect

View file

@ -42,8 +42,8 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#endif
extern char _end;
extern char ENTRY_POINT;
extern char _end[];
extern char ENTRY_POINT[];
/* Run some quick validation of the given region.