diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-14 13:56:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-14 13:56:45 +0000 |
commit | 841989d692bb545eb35d585f7885da6413974e49 (patch) | |
tree | d9fa9f09a809598cdff0a01260170211edb6db2e /bfd/ChangeLog | |
parent | 056a1d49d70097de36b5293dd52690927e0762bd (diff) | |
download | gdb-841989d692bb545eb35d585f7885da6413974e49.zip gdb-841989d692bb545eb35d585f7885da6413974e49.tar.gz gdb-841989d692bb545eb35d585f7885da6413974e49.tar.bz2 |
Fix bug emitting R_SPARC_UA32 relocs into shared objects
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9b69654..a634484 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-09-14 Michael Rauch <mrauch@netbsd.org> + + * elf32-sparc.c (elf32_sparc_relocate_section): Treat R_SPARC_UA32 + just like R_SPARC_32. + 2001-09-14 Kevin Lo <kevlo@openbsd.org> * configure.bfd: Add arm-openbsd target. |