mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
* emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
calling lang_add_entry.
This commit is contained in:
parent
aa713662e8
commit
54f24647c7
@ -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)
|
||||
|
||||
* emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
|
||||
|
@ -448,7 +448,7 @@ set_pe_subsystem ()
|
||||
entry = alc_entry;
|
||||
}
|
||||
|
||||
lang_add_entry (entry, 1);
|
||||
lang_add_entry (entry, 0);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user