aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-09-04 03:03:53 +0000
committerJeff Law <law@redhat.com>1996-09-04 03:03:53 +0000
commite73b6ae6344c58f5a10ecbf1e0f3ffe8005424b8 (patch)
tree268030f93908de6ecb67050b0301853a7b9dca63 /bfd/ChangeLog
parent0cd98b92abaaed57d5c1e94de388d31dd1ef7e9b (diff)
downloadgdb-e73b6ae6344c58f5a10ecbf1e0f3ffe8005424b8.zip
gdb-e73b6ae6344c58f5a10ecbf1e0f3ffe8005424b8.tar.gz
gdb-e73b6ae6344c58f5a10ecbf1e0f3ffe8005424b8.tar.bz2
* elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
low order sign bit propogationfor R_V850_HI16_S. Fixes c-torture execute/950221-1.c, maybe others.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8c1b154..5cde6a5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,7 +5,6 @@ Tue Sep 3 12:16:20 1996 Doug Evans <dje@canuck.cygnus.com>
* config.bfd (sparclet-*-aout*): Add case.
* configure.in (sparcle_aout_vec): Add case.
* configure: Regenerated.
- * libaout.h (machine_type): Add M_SPARCLET_LE.
* targets.c (sparcle_aout_vec): Declare.
(bfd_target_vector): Add sparcle_aout_vec.
* aout-sparcle.c: New file.
@@ -13,7 +12,10 @@ Tue Sep 3 12:16:20 1996 Doug Evans <dje@canuck.cygnus.com>
start-sanitize-v850
Tue Sep 3 00:57:02 1996 Jeffrey A Law (law@cygnus.com)
- * elf32-v850.c (bfd_elf3_v850_reloc): New function for
+ * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
+ low order sign bit propogation for R_V850_HI16_S.
+
+ * elf32-v850.c (bfd_elf32_v850_reloc): New function for
handling V850 specific relocs.
(elf_v850_howto_table): Use the new function for some
relocations. Twiddle masks & shifts for some relocs.