diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-07-04 05:11:37 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-07-04 05:11:37 +0000 |
commit | ed1de528f62ae040182ebfcee2cb4abc3194f47a (patch) | |
tree | 56425eb2f63e01651b7884682638cdcab31cf0e6 /bfd/ChangeLog | |
parent | 6c29acca43b2c78b7668b5c8c6676181303b9cfd (diff) | |
download | gdb-ed1de528f62ae040182ebfcee2cb4abc3194f47a.zip gdb-ed1de528f62ae040182ebfcee2cb4abc3194f47a.tar.gz gdb-ed1de528f62ae040182ebfcee2cb4abc3194f47a.tar.bz2 |
* coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
value of PC-relative offsets.
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 e44ee9b..e2e8baf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-07-04 Alexandre Oliva <aoliva@redhat.com> + + * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol + value of PC-relative offsets. + 2000-07-03 Jim Wilson <wilson@cygnus.com> * elf64-alpha.c (alpha_elf_size_info): New. |