Add variable length tests for emit_ref in trace-condition.exp
[deliverable/binutils-gdb.git] / ld / emultempl / cr16elf.em
index 276dce4b8339f6018516656223ba1df43ca34c07..e0cadf79d8ccd8de6aa517a770726bf7e233ab0d 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-# Copyright (C) 2007-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2016 Free Software Foundation, Inc.
 # Contributed by M R Swami Reddy <MR.Swami.Reddy@nsc.com>
 #
 # This file is part of the GNU Binutils.
@@ -119,7 +119,7 @@ cr16elf_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.023747 seconds and 4 git commands to generate.