aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-09-09 17:49:30 +0000
committerJeff Law <law@redhat.com>1996-09-09 17:49:30 +0000
commit629f776abf30a7148799b3c07fa3b0516daa0083 (patch)
tree027b42bf91614846870b022819f51427a34b2f76 /bfd
parent069398aaffc69e5930a29d6f55c6e9cac8f8fa37 (diff)
downloadfsf-binutils-gdb-629f776abf30a7148799b3c07fa3b0516daa0083.zip
fsf-binutils-gdb-629f776abf30a7148799b3c07fa3b0516daa0083.tar.gz
fsf-binutils-gdb-629f776abf30a7148799b3c07fa3b0516daa0083.tar.bz2
* elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
to add in the constant part found in the instruction itself. (case R_V850_HI16_S): Likewise. Fixes plumhall/lang.exp failures.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index aff7e1c..b33a153 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+start-sanitize-v850
+Mon Sep 9 11:48:41 1996 Jeffrey A Law (law@cygnus.com)
+
+ * elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
+ to add in the constant part found in the instruction itself.
+ (case R_V850_HI16_S): Likewise.
+
+end-sanitize-v850
start-sanitize-d10v
Fri Sep 6 17:04:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com>