diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-09 03:27:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-09 03:27:41 +0000 |
commit | d0d63887aa047c4c6601102b7a5dabf1c1ae9c14 (patch) | |
tree | e0ace5bdb8ce55da543b9cce233bb3ce273b94aa /ld/ChangeLog | |
parent | 99283e87795668b28a6d089bf59ecc87470900c9 (diff) | |
download | gdb-d0d63887aa047c4c6601102b7a5dabf1c1ae9c14.zip gdb-d0d63887aa047c4c6601102b7a5dabf1c1ae9c14.tar.gz gdb-d0d63887aa047c4c6601102b7a5dabf1c1ae9c14.tar.bz2 |
* emultempl/pe.em (set_pe_subsystem): When setting the subsystem
to windows, set the entry point.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b916086..d0cd9cc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ Tue Oct 8 12:07:13 1996 Ian Lance Taylor <ian@cygnus.com> + * emultempl/pe.em (set_pe_subsystem): When setting the subsystem + to windows, set the entry point. + * Makefile.in (ldlex.c): Don't pass any options to $(LEX). Mon Oct 7 17:29:05 1996 Ian Lance Taylor <ian@cygnus.com> |