OSDN Git Service

* emultempl/pe.em (set_pe_subsystem): Change second arg to
authordannysmith <dannysmith>
Wed, 29 Dec 2004 05:59:29 +0000 (05:59 +0000)
committerdannysmith <dannysmith>
Wed, 29 Dec 2004 05:59:29 +0000 (05:59 +0000)
lang_add_entry to FALSE.

ld/ChangeLog
ld/emultempl/pe.em

index af13dd6..b9ed91b 100644 (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
index 7152055..ccbda5c 100644 (file)
@@ -467,7 +467,7 @@ set_pe_subsystem (void)
       entry = alc_entry;
     }
 
-  lang_add_entry (entry, TRUE);
+  lang_add_entry (entry, FALSE);
 
   return;
 }