Commit 06fb0460 by James E Wilson Committed by Jim Wilson

Fix mips-elf gp relocation overflow errors.

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

From-SVN: r104825
parent dd7dc250
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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment