mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
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:
committed by
Jim Wilson
parent
dd7dc25023
commit
06fb0460df
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user