* libecoff.h (ecoff_data_type): Add rdata_in_text field.
authorIan Lance Taylor <ian@airs.com>
Mon, 22 Jul 1996 19:38:23 +0000 (19:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 22 Jul 1996 19:38:23 +0000 (19:38 +0000)
* 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.

bfd/ChangeLog

index 9cca445eab7d57d48a58a244769be6afd9a57885..9ad24a4d642714af3b20b42ed768833d3f63c31e 100644 (file)
@@ -1,3 +1,12 @@
+Mon Jul 22 15:30:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * 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  <ian@cygnus.com>
 
        * configure.in: Fix test for whether a compiler has a 64 bit
This page took 0.030335 seconds and 4 git commands to generate.