Skip to content
Snippets Groups Projects
Commit bd45c377 authored by wilson's avatar wilson
Browse files

Fix mips-elf gp relocation overflow errors.

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


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104825 138bc75d-0d04-0410-961f-82ee72b054a4
parent 26a13ed4
No related branches found
No related tags found
No related merge requests found
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> 2005-09-29 James E. Wilson <wilson@specifix.com>
* mf-hooks1.c (__mf_0fn_mmap, mmap, __mf_0fn_munmap, munmap): Protect * 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 ...@@ -42,8 +42,8 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#endif #endif
extern char _end; extern char _end[];
extern char ENTRY_POINT; extern char ENTRY_POINT[];
/* Run some quick validation of the given region. /* Run some quick validation of the given region.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment