diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-29 18:26:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-29 18:26:11 +0000 |
commit | 061cc10b0365878b8860582eac3c980b5843e597 (patch) | |
tree | 04306d7b9880ee03f818c4d6919e2d699e99a289 | |
parent | 341aa377c7fed05db11751c566e4e0d7228d3d7d (diff) | |
download | gdb-061cc10b0365878b8860582eac3c980b5843e597.zip gdb-061cc10b0365878b8860582eac3c980b5843e597.tar.gz gdb-061cc10b0365878b8860582eac3c980b5843e597.tar.bz2 |
* ieee.c (ieee_write_section_part): Use LMA rather than VMA.
(do_with_relocs): Likewise.
(do_as_repeat): Likewise.
(copy_expression): Likewise.
PR 10946.
-rw-r--r-- | bfd/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 721ecc7..bbf617f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,23 @@ +Tue Oct 29 13:23:53 1996 Ian Lance Taylor <ian@cygnus.com> + + * ieee.c (ieee_write_section_part): Use LMA rather than VMA. + (do_with_relocs): Likewise. + (do_as_repeat): Likewise. + (copy_expression): Likewise. + +Fri Oct 25 16:56:40 1996 Ian Lance Taylor <ian@cygnus.com> + + * ieee.c (ieee_write_external_part): Correctly record whether + there is an external part. + +start-sanitize-v850 +Thu Oct 24 14:32:52 1996 Jeffrey A Law (law@cygnus.com) + + * elf32-v850.c (elf32_v850_bfd_final_link_relocate): Correctly + handle tda offsets for sld.w and sst.w instructions. + Fix alignment check in sld.w and sst.w tda reloc handling. + +end-sanitize-v850 Thu Oct 24 09:08:47 1996 Stu Grossman (grossman@critters.cygnus.com) * aclocal.m4, configure: Set USE_BINARY_FOPEN for *-*-windows. |