diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-06 13:47:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-06 13:47:55 +0000 |
commit | df212a7e7fb2c54096f004f62e10e47538c543c7 (patch) | |
tree | c5ef3393befce0d26f41b3e3b7c7987e39a8f0ad /bfd/ChangeLog | |
parent | 3decf53c3240c6d72a46ca4035f60961f2ecafc9 (diff) | |
download | gdb-df212a7e7fb2c54096f004f62e10e47538c543c7.zip gdb-df212a7e7fb2c54096f004f62e10e47538c543c7.tar.gz gdb-df212a7e7fb2c54096f004f62e10e47538c543c7.tar.bz2 |
Fix check for overflow of relocation for the Thumb BL instruction.
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 1545df8..1f0e6d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-05-06 Nick Clifton <nickc@cambridge.redhat.com> + + * elf32-arm.h (elf32_arm_final_link_relocate): Convert + 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets. + 2002-05-06 Alan Modra <amodra@bigpond.net.au> * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset |