From b1e463692cc1cd41305c8c2a109832a70bccf5c2 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 13 Oct 1995 18:28:31 +0000 Subject: [PATCH] Fri Oct 13 11:22:01 1995 steve chamberlain * coff-arm.c (in_reloc_p): New. * coff-i386.c (in_reloc_p): New. * coffcode.h: Allways include peicode.h if COFF_WITH_PE. (coff_write_object_contents): Only set has_reloc_section if PE_IMAGE. * cofflink.c (_bfd_coff_generic_relocate_section): Call in_reloc_p to decide if reloc should be emitted. * libcoff.h (pe_data_type.in_reloc_p): New. * peicode.h (pe_mkobject): Initialize in_reloc_p. --- bfd/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5d3787ccfb..8e3322b929 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,22 @@ +Fri Oct 13 11:22:01 1995 steve chamberlain + + * coff-arm.c (in_reloc_p): New. + * coff-i386.c (in_reloc_p): New. + * coffcode.h: Allways include peicode.h if COFF_WITH_PE. + (coff_write_object_contents): Only set has_reloc_section + if PE_IMAGE. + * cofflink.c (_bfd_coff_generic_relocate_section): Call + in_reloc_p to decide if reloc should be emitted. + * libcoff.h (pe_data_type.in_reloc_p): New. + * peicode.h (pe_mkobject): Initialize in_reloc_p. + Wed Oct 11 00:49:29 1995 Ian Lance Taylor + * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c. + (_bfd_coff_read_internal_relocs): Likewise. + * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c. + (_bfd_coff_read_internal_relocs): Likewise. + * elflink.h (elf_link_add_object_symbols): Correct conditions under which type and size change warnings are issued.