diff options
author | Alan Modra <amodra@gmail.com> | 2004-04-14 09:50:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-04-14 09:50:07 +0000 |
commit | 6de00a78235f512af73af5ea4b4f0e60e8b45ca0 (patch) | |
tree | fae6bd4468fa3551f2c37d053aee5aa64ef4a49e /bfd/ChangeLog | |
parent | d766e8ec5050cef93be39b7b7fbd3142a7a587cd (diff) | |
download | gdb-6de00a78235f512af73af5ea4b4f0e60e8b45ca0.zip gdb-6de00a78235f512af73af5ea4b4f0e60e8b45ca0.tar.gz gdb-6de00a78235f512af73af5ea4b4f0e60e8b45ca0.tar.bz2 |
* elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
when statically linking PIC code.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c453657..7aff007 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2004-04-14 Alan Modra <amodra@bigpond.net.au> + + * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort + when statically linking PIC code. + * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. + 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets. |