nds32: Remove the unsupported target feature.
[deliverable/binutils-gdb.git] / ld / emultempl / crxelf.em
index c6d5a8dd64678b5ad17685c0271a099202a1ded5..f6b44121b1793e62aee4563c65f17841c69261b9 100644 (file)
@@ -1,6 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright 2004, 2005, 2007, 2009
-#   Free Software Foundation, Inc.
+#   Copyright (C) 2004-2018 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -43,7 +42,7 @@ crxelf_after_parse (void)
      is true the link sometimes fails.  */
   config.magic_demand_paged = FALSE;
 
-  after_parse_default ();
+  gld${EMULATION_NAME}_after_parse ();
 }
 
 /* This is called after the sections have been attached to output
This page took 0.023322 seconds and 4 git commands to generate.