TIC6X __c6xabi_DSBT_BASE
[deliverable/binutils-gdb.git] / ld / ldlex.l
index 207c97f3235b51f3aa9abe1bf7f3a280061c610a..261c0c1c0fff5efc2a6aad041282e4c14592f0f6 100644 (file)
@@ -2,7 +2,7 @@
 
 %{
 
-/* Copyright (C) 1991-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support.
 
    This file is part of the GNU Binutils.
@@ -729,5 +729,5 @@ lex_warn_invalid (char *where, char *what)
       what = buf;
     }
 
-  einfo (_("%P:%S: ignoring invalid character `%s'%s\n"), NULL, what, where);
+  einfo (_("%P:%pS: ignoring invalid character `%s'%s\n"), NULL, what, where);
 }
This page took 0.035957 seconds and 4 git commands to generate.