ld/xc16x: This target does not support -shared
[deliverable/binutils-gdb.git] / ld / ldemul.c
index 22c79744d9b645c5e5ffa33c10bcf90c31426fcf..e0c8ba3f1ee42bfec1dfa409356a069f8fb71b79 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-2016 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -328,7 +328,7 @@ ldemul_list_emulation_options (FILE *f)
        }
     }
 
-  if (! options_found)
+  if (!options_found)
     fprintf (f, _("  no emulation specific options.\n"));
 }
 
This page took 0.023638 seconds and 4 git commands to generate.