From 907f6015c0fb47096744f82b9695de02a0c8db4d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 30 May 1997 16:47:49 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b0f07783bcc..d61e9c7feaf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Fri May 30 12:46:27 1997 Ian Lance Taylor + + * 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 + + * coff-arm.c: (coff_arm_bfd_set_private_flags): Make static. + Wed May 28 16:16:04 1997 Ian Lance Taylor * coff-i386.c (coff_i386_reloc): Don't just exit if we see an -- 2.30.2