X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Femultempl%2Fia64elf.em;fp=ld%2Femultempl%2Fia64elf.em;h=88d57480af7a8c3c0a54047616329d42dc8a9180;hp=d562417607bb2018e56fcaed83744326fb41b0e5;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em index d562417..88d5748 100644 --- a/ld/emultempl/ia64elf.em +++ b/ld/emultempl/ia64elf.em @@ -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" )); '