diff options
author | Jim Wilson <wilson@tuliptree.org> | 2001-01-16 23:44:26 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2001-01-16 23:44:26 +0000 |
commit | 6be0ca9435e428a36715dcae17ac27c8f06a65e8 (patch) | |
tree | 151bf16f0b925c4205e71e7376036977b6969286 /ld/ChangeLog | |
parent | f726e849684de447d15e8b31045f965de2f6dfb8 (diff) | |
download | gdb-6be0ca9435e428a36715dcae17ac27c8f06a65e8.zip gdb-6be0ca9435e428a36715dcae17ac27c8f06a65e8.tar.gz gdb-6be0ca9435e428a36715dcae17ac27c8f06a65e8.tar.bz2 |
Fix gp overflow problem with Intel compiler.
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
and IA_64.unwind.info.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 17974d8..4d4fa76 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-01-16 Jim Wilson <wilson@redhat.com> + + * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind + and IA_64.unwind.info. + 2001-01-16 H.J. Lu <hjl@gnu.org> * ldlang.c (lang_check): Merge the private data only if the |