diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-20 19:07:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-20 19:07:11 +0000 |
commit | 9b09a01580155d95dc2c0e0ac3ce0bb2eccc812e (patch) | |
tree | 82f9b80a915512d621cc15492d1d31a8a1a13132 /bfd/ChangeLog | |
parent | 972b240176d55ca7a8ef27904ed3efc1660e7742 (diff) | |
download | gdb-9b09a01580155d95dc2c0e0ac3ce0bb2eccc812e.zip gdb-9b09a01580155d95dc2c0e0ac3ce0bb2eccc812e.tar.gz gdb-9b09a01580155d95dc2c0e0ac3ce0bb2eccc812e.tar.bz2 |
* elf32-i386.c (elf_i386_relocate_section): Correct and expand the
list of cases for which relocation need not be computed.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5ffa201..e4ed1f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Tue Dec 20 13:58:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * elf32-i386.c (elf_i386_relocate_section): Correct and expand the + list of cases for which relocation need not be computed. + * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. + +start-sanitize-arc +Tue Dec 20 09:01:01 1994 Doug Evans <dje@canuck.cygnus.com> + + * elf32-arc.c (elf_arc_howto_table, R_ARC_B22_PCREL): Value is + right-shifted 2 bits. Fix dst_mask. +end-sanitize-arc + Mon Dec 19 23:09:16 1994 Jeff Law (law@snake.cs.utah.edu) * elf32-hppa.c (elf32_hppa_read_symext_info): Delete do_locals and |