diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-30 16:47:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-30 16:47:49 +0000 |
commit | 907f6015c0fb47096744f82b9695de02a0c8db4d (patch) | |
tree | 07286c82d47d25ff3d47b15a4aa6b3be7333fb7e /bfd | |
parent | 128b51546e6f158723ce2d1fe6fc87bda78d9583 (diff) | |
download | gdb-907f6015c0fb47096744f82b9695de02a0c8db4d.zip gdb-907f6015c0fb47096744f82b9695de02a0c8db4d.tar.gz gdb-907f6015c0fb47096744f82b9695de02a0c8db4d.tar.bz2 |
* cofflink.c (coff_link_add_symbols): If PE file, don't subtract
section VMA.
(_bfd_coff_link_input_bfd): Separate section VMA handling for
input and output files.
(_bfd_coff_generic_relocate_section): Check whether input file,
not output file, is a PE file.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b0f0778..d61e9c7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Fri May 30 12:46:27 1997 Ian Lance Taylor <ian@cygnus.com> + + * cofflink.c (coff_link_add_symbols): If PE file, don't subtract + section VMA. + (_bfd_coff_link_input_bfd): Separate section VMA handling for + input and output files. + (_bfd_coff_generic_relocate_section): Check whether input file, + not output file, is a PE file. + +Wed May 28 15:48:43 1997 Nick Clifton <nickc@cygnus.com> + + * coff-arm.c: (coff_arm_bfd_set_private_flags): Make static. + Wed May 28 16:16:04 1997 Ian Lance Taylor <ian@cygnus.com> * coff-i386.c (coff_i386_reloc): Don't just exit if we see an |