2006-02-07 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / emultempl / ia64elf.em
index 551772574e2fd871f9d484b47ba6db5da5e1b613..d41fa00441a719ee659ea95e557188386ecdb5fa 100644 (file)
@@ -15,7 +15,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 #
 
 # This file is sourced from elf32.em, and defines extra ia64-elf
@@ -32,7 +32,8 @@ static int itanium = 0;
 static void
 gld${EMULATION_NAME}_after_parse (void)
 {
-  bfd_${EMULATION_NAME}_after_parse (itanium);
+  link_info.need_relax_finalize = TRUE;
+  bfd_elf${ELFSIZE}_ia64_after_parse (itanium);
 }
 
 EOF
This page took 0.023213 seconds and 4 git commands to generate.