diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 14:52:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 14:52:33 +0000 |
commit | 2be9b2c7eec52f046c05d25ebb6f537d686000fc (patch) | |
tree | 2347b1f2422327354007c04cf79428d074eee206 /ld/ChangeLog | |
parent | 1b69a0bfcaa42577bb696ca4abfff867ecf1174e (diff) | |
download | gdb-2be9b2c7eec52f046c05d25ebb6f537d686000fc.zip gdb-2be9b2c7eec52f046c05d25ebb6f537d686000fc.tar.gz gdb-2be9b2c7eec52f046c05d25ebb6f537d686000fc.tar.bz2 |
1999-09-12 Donn Terry <donn@interix.com>
* emultempl/pe.em (PE_DEF_SECTION_ALIGNMENT): If
OVERRIDE_SECTION_ALIGNMENT is defined, change to that.
(gld_${EMULATION_NAME}_before_parse): Use EXECUTABLE_NAME if it is
defined, rather than a.exe.
(init): Define __subsystem__ as ${SUBSYSTEM}.
(set_pe_subsystem): Add ${INITIAL_SYMBOL_CHAR} before entry symbol
name.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f02681a..bda109b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +1999-09-12 Donn Terry <donn@interix.com> + + * emultempl/pe.em (PE_DEF_SECTION_ALIGNMENT): If + OVERRIDE_SECTION_ALIGNMENT is defined, change to that. + (gld_${EMULATION_NAME}_before_parse): Use EXECUTABLE_NAME if it is + defined, rather than a.exe. + (init): Define __subsystem__ as ${SUBSYSTEM}. + (set_pe_subsystem): Add ${INITIAL_SYMBOL_CHAR} before entry symbol + name. + 1999-09-12 Ian Lance Taylor <ian@zembu.com> * ldlang.c (open_output): Change local variable desired_endian |