mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
* emultempl/pe.em (set_pe_subsystem): Change second arg to
lang_add_entry to FALSE.
This commit is contained in:
parent
e8d6fddf14
commit
2af59babed
@ -1,3 +1,8 @@
|
||||
2004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* emultempl/pe.em (set_pe_subsystem): Change second arg to
|
||||
lang_add_entry to FALSE.
|
||||
|
||||
2004-12-23 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 600
|
||||
|
@ -467,7 +467,7 @@ set_pe_subsystem (void)
|
||||
entry = alc_entry;
|
||||
}
|
||||
|
||||
lang_add_entry (entry, TRUE);
|
||||
lang_add_entry (entry, FALSE);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user