diff options
author | Nick Clifton <nickc@redhat.com> | 1997-10-14 00:34:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-10-14 00:34:46 +0000 |
commit | c7eece073ab27cfe0fb9e72f0559cd8dbad8ee49 (patch) | |
tree | ad54daf7ef6913815ffadcb8123aa1bff75a989c /bfd | |
parent | a0a5f4e2bd9c708b31f6e1b39ec4bcd9c317735d (diff) | |
download | gdb-c7eece073ab27cfe0fb9e72f0559cd8dbad8ee49.zip gdb-c7eece073ab27cfe0fb9e72f0559cd8dbad8ee49.tar.gz gdb-c7eece073ab27cfe0fb9e72f0559cd8dbad8ee49.tar.bz2 |
RELOC_22_PCREL only uses bottom 24 bits of PC.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 893e5ae..7ea12a1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 13 17:37:37 1997 Nick Clifton <nickc@cygnus.com> + + * elf32-v850.c (v850_elf_final_link_relocate): Only use the bottom + 24 bits of the PC when computing a PC relative relocation. + Fri Oct 10 16:01:30 1997 Nick Clifton <nickc@cygnus.com> * elf32-v850.c (v850_elf_reloc, v850_elf_final_link_relocate): |