From 3a70e2988dab3f67a18cb743db6a97cc8e7b565e Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Wed, 18 Oct 1995 23:26:12 +0000 Subject: [PATCH] Wed Oct 18 16:20:08 1995 steve chamberlain * coff-i386.c (coff_i386_reloc_type_lookup): New. * coffcode.h (coff_write_object_contents): If .bss is before .data us that as data_start. * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc calc correct. * peicode.h (add_data_entry): Use _cooked_size of data directory. (coff_swap_outhdr_out): Hardwire in version number. --- bfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b4580e88549..bacb724b24b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Wed Oct 18 16:20:08 1995 steve chamberlain + + * coff-i386.c (coff_i386_reloc_type_lookup): New. + * coffcode.h (coff_write_object_contents): If .bss is before + .data us that as data_start. + * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc + calc correct. + * peicode.h (add_data_entry): Use _cooked_size of data directory. + (coff_swap_outhdr_out): Hardwire in version number. + Wed Oct 18 16:50:54 1995 Ken Raeburn * sunos.c (sunos_add_dynamic_symbols): Rename local variables -- 2.30.2