Tidy elf.exp
[deliverable/binutils-gdb.git] / ld / ldemul.c
index 22c79744d9b645c5e5ffa33c10bcf90c31426fcf..96c4b8bc33dd87842e69318456b1ebc4063675d7 100644 (file)
@@ -1,5 +1,5 @@
 /* ldemul.c -- clearing house for ld emulation states
-   Copyright (C) 1991-2015 Free Software Foundation, Inc.
+   Copyright (C) 1991-2017 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -64,6 +64,12 @@ ldemul_after_open (void)
   ld_emulation->after_open ();
 }
 
+void
+ldemul_after_check_relocs (void)
+{
+  ld_emulation->after_check_relocs ();
+}
+
 void
 ldemul_after_allocation (void)
 {
@@ -226,6 +232,11 @@ after_open_default (void)
 {
 }
 
+void
+after_check_relocs_default (void)
+{
+}
+
 void
 after_allocation_default (void)
 {
@@ -328,7 +339,7 @@ ldemul_list_emulation_options (FILE *f)
        }
     }
 
-  if (! options_found)
+  if (!options_found)
     fprintf (f, _("  no emulation specific options.\n"));
 }
 
This page took 0.023736 seconds and 4 git commands to generate.