diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-11 22:33:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-11 22:33:45 +0000 |
commit | 4cfec37b92f672f0b9d9cee334e83e201470654d (patch) | |
tree | df5a44c00049adb8d835293a6eec913e9297615f /bfd/ChangeLog | |
parent | 33d7d19757186703099a6fccaee20cb4cc77a6fa (diff) | |
download | gdb-4cfec37b92f672f0b9d9cee334e83e201470654d.zip gdb-4cfec37b92f672f0b9d9cee334e83e201470654d.tar.gz gdb-4cfec37b92f672f0b9d9cee334e83e201470654d.tar.bz2 |
1999-09-11 Donn Terry <donn@interix.com>
* coffcode.h (coff_mkobject_hook): If COFF_WITH_PE, set HAS_DEBUG
to the reverse of IMAGE_FILE_DEBUG_STRIPPED.
(coff_write_object_contents): Set IMAGE_FILE_DEBUG_STRIPPED if
there is no SEC_DEBUGGING section.
* peicode.h (pe_mkobject_hook): Set HAS_DEBUG to the reverse of
IMAGE_FILE_DEBUG_STRIPPED.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ad22eb9..26ffe3d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -7,6 +7,13 @@ 1999-09-11 Donn Terry <donn@interix.com> + * coffcode.h (coff_mkobject_hook): If COFF_WITH_PE, set HAS_DEBUG + to the reverse of IMAGE_FILE_DEBUG_STRIPPED. + (coff_write_object_contents): Set IMAGE_FILE_DEBUG_STRIPPED if + there is no SEC_DEBUGGING section. + * peicode.h (pe_mkobject_hook): Set HAS_DEBUG to the reverse of + IMAGE_FILE_DEBUG_STRIPPED. + * pe-i386.c (COFF_LONG_FILENAMES): Define. (COFF_SECTION_ALIGNMENT_ENTRIES): Define. * pei-i386.c (COFF_LONG_FILENAMES): Define. |