diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-18 18:36:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-18 18:36:35 +0000 |
commit | 078c8694a9d03160f630e006a689e7d1ff559f95 (patch) | |
tree | a53b243aa7b8f6e1e40e97d2a5c31bd086ab32f5 /bfd/ChangeLog | |
parent | 86dc0f79f59480ef98f870c71d2e38ea23e56a04 (diff) | |
download | gdb-078c8694a9d03160f630e006a689e7d1ff559f95.zip gdb-078c8694a9d03160f630e006a689e7d1ff559f95.tar.gz gdb-078c8694a9d03160f630e006a689e7d1ff559f95.tar.bz2 |
Fix processing of RVA relocs
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index af1173c..d26847c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +1999-11-18 Nick Clifton <nickc@cygnus.com> + + * coff-mcore.c (coff_mcore_rtype_to_howto): Special case handling + for RVA relocs. + (coff_mcore_relocate_section): Initialise addend to 0. + Special case processing of RVA reloc. + 1999-11-17 Richard Henderson <rth@cygnus.com> * elf-bfd.h (struct elf_backend_data): Reorder collect and |