diff options
Diffstat (limited to 'ld/emultempl/ia64elf.em')
-rw-r--r-- | ld/emultempl/ia64elf.em | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em index b29e16c..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, 2005, 2006, 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 |