diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-09-30 11:06:26 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-09-30 11:06:26 -0700 |
commit | 06fb0460dfcb7dc9877ca1bbfbf720ce5ce2be7c (patch) | |
tree | b94faf8ae81b88f35924548dd1cf319539f34a9f /libmudflap/ChangeLog | |
parent | dd7dc250237e0383a394545bcc87c647aeed9f26 (diff) | |
download | gcc-06fb0460dfcb7dc9877ca1bbfbf720ce5ce2be7c.tar.gz |
Fix mips-elf gp relocation overflow errors.
* mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
bounds.
From-SVN: r104825
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r-- | libmudflap/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index 6c3d219bfcf..a6d0a1c433e 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -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 |