]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
authorJeff Law <law@redhat.com>
Mon, 9 Sep 1996 17:49:30 +0000 (17:49 +0000)
committerJeff Law <law@redhat.com>
Mon, 9 Sep 1996 17:49:30 +0000 (17:49 +0000)
        to add in the constant part found in the instruction itself.
        (case R_V850_HI16_S): Likewise.
Fixes plumhall/lang.exp failures.

bfd/ChangeLog

index aff7e1c64bcd16ea16983c8dbc39e1a2be3bfcfa..b33a153c16d682e5f9a010fc80f200374a8c3e09 100644 (file)
@@ -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>