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:
parent
dd7dc25023
commit
06fb0460df
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue