aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-10-13 18:28:31 +0000
committerSteve Chamberlain <sac@cygnus>1995-10-13 18:28:31 +0000
commitb1e463692cc1cd41305c8c2a109832a70bccf5c2 (patch)
tree3a6e08106c85756c05f7b76841eeb72b25571a77 /bfd
parent87b1a0733bfc6079476670544df74d93f4bc0824 (diff)
downloadgdb-b1e463692cc1cd41305c8c2a109832a70bccf5c2.zip
gdb-b1e463692cc1cd41305c8c2a109832a70bccf5c2.tar.gz
gdb-b1e463692cc1cd41305c8c2a109832a70bccf5c2.tar.bz2
Fri Oct 13 11:22:01 1995 steve chamberlain <sac@slash.cygnus.com>
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5d3787c..8e3322b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,22 @@
+Fri Oct 13 11:22:01 1995 steve chamberlain <sac@slash.cygnus.com>
+
+ * 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 <ian@cygnus.com>
+ * 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.