diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-30 18:06:26 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-30 18:06:26 +0000 |
commit | bd45c3777ce6dee717b34cdb2cc624f7f3f3e08b (patch) | |
tree | b94faf8ae81b88f35924548dd1cf319539f34a9f /libmudflap/ChangeLog | |
parent | 26a13ed4095fabc53c3064647d41b7b1d04c0e53 (diff) | |
download | gcc-bd45c3777ce6dee717b34cdb2cc624f7f3f3e08b.tar.gz |
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
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 |