* emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when

calling lang_add_entry.
This commit is contained in:
Alan Modra 2002-05-22 08:21:27 +00:00
parent aa713662e8
commit 54f24647c7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-22 Alan Modra <amodra@bigpond.net.au>
* emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
calling lang_add_entry.
2002-05-21 H.J. Lu (hjl@gnu.org) 2002-05-21 H.J. Lu (hjl@gnu.org)
* emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle

View File

@ -448,7 +448,7 @@ set_pe_subsystem ()
entry = alc_entry; entry = alc_entry;
} }
lang_add_entry (entry, 1); lang_add_entry (entry, 0);
return; return;
} }