diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-05 20:25:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-05 20:25:31 +0000 |
commit | 1f2864765c29c1ca7e840a077fa10c516263890f (patch) | |
tree | 361a901dc5b8722b183ade57357885d3b076a00e /bfd | |
parent | d9ba1c3fafb219bda480a6e34d4113a2cc3527c9 (diff) | |
download | gdb-1f2864765c29c1ca7e840a077fa10c516263890f.zip gdb-1f2864765c29c1ca7e840a077fa10c516263890f.tar.gz gdb-1f2864765c29c1ca7e840a077fa10c516263890f.tar.bz2 |
* coff-i386.c (coff_pe_i386_relocate_section): New static function
if COFF_WITH_PE.
(coff_relocate_section): If COFF_WITH_PE, define as
coff_pe_i386_relocate_section.
* coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
skip empty sections, to match coff_write_object_contents.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9865767..8efe52e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -6,6 +6,13 @@ Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com> Thu Feb 5 11:51:05 1998 Ian Lance Taylor <ian@cygnus.com> + * coff-i386.c (coff_pe_i386_relocate_section): New static function + if COFF_WITH_PE. + (coff_relocate_section): If COFF_WITH_PE, define as + coff_pe_i386_relocate_section. + * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE, + skip empty sections, to match coff_write_object_contents. + * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend, rather than swapping out r_offset twice. From Luke Deller <luked@cse.unsw.edu.au>. |