diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-22 19:38:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-22 19:38:23 +0000 |
commit | 9bd65136af1f8331654351fc5719a5c667409463 (patch) | |
tree | d8bc4c5263e695c7721d8d53b2a656e1ccf3b2c2 /bfd | |
parent | 95e3e73328660ee56bba0e109f491014af337dfb (diff) | |
download | gdb-9bd65136af1f8331654351fc5719a5c667409463.zip gdb-9bd65136af1f8331654351fc5719a5c667409463.tar.gz gdb-9bd65136af1f8331654351fc5719a5c667409463.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9cca445..9ad24a4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 |