diff options
author | Steve Chamberlain <sac@cygnus> | 1995-09-12 19:28:30 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-09-12 19:28:30 +0000 |
commit | beee31b1a2bb292732d7944ab9c3fa3e10769864 (patch) | |
tree | 82715419e28da48d4923e207ab74a1793b192be2 /bfd/ChangeLog | |
parent | 5aa4c3ffda161ee77f273912f5e9bbfe2ef11e55 (diff) | |
download | gdb-beee31b1a2bb292732d7944ab9c3fa3e10769864.zip gdb-beee31b1a2bb292732d7944ab9c3fa3e10769864.tar.gz gdb-beee31b1a2bb292732d7944ab9c3fa3e10769864.tar.bz2 |
Thu Sep 7 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com>
* coffcode.h (coff_compute_section_file_positions): Keep the
raw size safe.
(coff_write_object_contents): Remember if it's a relocatable
file.
* libcoff-in.h (pe_data_type): New member 'has_reloc_section'
* peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
if relocatable file. Swap out saved raw size.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14ec087..2dbadd4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Thu Sep 7 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com> + + * coffcode.h (coff_compute_section_file_positions): Keep the + raw size safe. + (coff_write_object_contents): Remember if it's a relocatable + file. + * libcoff-in.h (pe_data_type): New member 'has_reloc_section' + * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag + if relocatable file. Swap out saved raw size. + Tue Sep 12 12:14:33 1995 Ian Lance Taylor <ian@cygnus.com> * dep-in.sed: Remove config.h from generated dependencies. |