From: Ian Lance Taylor Date: Mon, 22 Jul 1996 19:38:23 +0000 (+0000) Subject: * libecoff.h (ecoff_data_type): Add rdata_in_text field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9bd65136af1f8331654351fc5719a5c667409463;p=binutils-gdb.git * libecoff.h (ecoff_data_type): Add rdata_in_text field. * ecoff.c (ecoff_compute_section_file_positions): Copy rdata_in_text from backend info to tdata. Clear it if any data section comes before .rdata. (_bfd_ecoff_write_object_contents): Use rdata_in_text field in tdata rather than backend info. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9cca445eab7..9ad24a4d642 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Jul 22 15:30:30 1996 Ian Lance Taylor + + * libecoff.h (ecoff_data_type): Add rdata_in_text field. + * ecoff.c (ecoff_compute_section_file_positions): Copy + rdata_in_text from backend info to tdata. Clear it if any data + section comes before .rdata. + (_bfd_ecoff_write_object_contents): Use rdata_in_text field in + tdata rather than backend info. + Fri Jul 19 18:15:51 1996 Ian Lance Taylor * configure.in: Fix test for whether a compiler has a 64 bit