* emultempl/pe.em (set_pe_subsystem): Change second arg to

lang_add_entry to FALSE.
This commit is contained in:
Danny Smith 2004-12-29 05:59:29 +00:00
parent e8d6fddf14
commit 2af59babed
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -467,7 +467,7 @@ set_pe_subsystem (void)
entry = alc_entry;
}
lang_add_entry (entry, TRUE);
lang_add_entry (entry, FALSE);
return;
}