nds32: Remove the unsupported target feature.
[deliverable/binutils-gdb.git] / ld / emultempl / crxelf.em
index 8fefb82d394beeb60700b811c2eb7ed794f52cdc..f6b44121b1793e62aee4563c65f17841c69261b9 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright (C) 2004-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2018 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -42,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.023514 seconds and 4 git commands to generate.