aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-10-14 00:34:46 +0000
committerNick Clifton <nickc@redhat.com>1997-10-14 00:34:46 +0000
commitc7eece073ab27cfe0fb9e72f0559cd8dbad8ee49 (patch)
treead54daf7ef6913815ffadcb8123aa1bff75a989c /bfd
parenta0a5f4e2bd9c708b31f6e1b39ec4bcd9c317735d (diff)
downloadgdb-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/ChangeLog5
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):