diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-20 02:50:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-20 02:50:49 +0000 |
commit | 752eaefc858f0b2c4d00d0b1feb95a58a83be0c6 (patch) | |
tree | fa33cf5b915889239feebc306342f429c7547a15 | |
parent | 75a947c66bfb69704a2114da55143870cdb24398 (diff) | |
download | gdb-752eaefc858f0b2c4d00d0b1feb95a58a83be0c6.zip gdb-752eaefc858f0b2c4d00d0b1feb95a58a83be0c6.tar.gz gdb-752eaefc858f0b2c4d00d0b1feb95a58a83be0c6.tar.bz2 |
* coffcode.h (coff_compute_section_file_positions): Force the
potential last byte in the file to be written out when
COFF_IMAGE_WITH_PE.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2b32a70..b51be86 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 19 22:50:14 1997 Ian Lance Taylor <ian@cygnus.com> + + * coffcode.h (coff_compute_section_file_positions): Force the + potential last byte in the file to be written out when + COFF_IMAGE_WITH_PE. + Fri Apr 18 11:42:55 1997 Niklas Hallqvist <niklas@appli.se> * coff-alpha.c (bsd_alpha_howto_table): Cloned from alpha_howto_table |