]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/emultempl/ia64elf.em
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / emultempl / ia64elf.em
index d562417607bb2018e56fcaed83744326fb41b0e5..88d57480af7a8c3c0a54047616329d42dc8a9180 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright 2003, 2007 Free Software Foundation, Inc.
+#   Copyright 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -35,6 +35,8 @@ gld${EMULATION_NAME}_after_parse (void)
 {
   link_info.relax_pass = 2;
   bfd_elf${ELFSIZE}_ia64_after_parse (itanium);
+
+  after_parse_default ();
 }
 
 EOF
@@ -49,7 +51,7 @@ PARSE_AND_LIST_LONGOPTS='
 
 PARSE_AND_LIST_OPTIONS='
   fprintf (file, _("\
-  --itanium             Generate code for Intel Itanium processor\n"
+  --itanium                   Generate code for Intel Itanium processor\n"
                   ));
 '