Implement dump of mappings with ELF headers by gcore
[deliverable/binutils-gdb.git] / ld / emultempl / hppaelf.em
index ead79129ef83b674f7ac18a804127c616e62ac40..3ae2bfd537da631eab33425afb8a1cec988fdd93 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright (C) 1991-2017 Free Software Foundation, Inc.
+#   Copyright (C) 1991-2019 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -82,7 +82,7 @@ hppaelf_create_output_section_statements (void)
                              bfd_get_arch (link_info.output_bfd),
                              bfd_get_mach (link_info.output_bfd)))
     {
-      einfo (_("%X%P: can not create BFD %E\n"));
+      einfo (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -372,7 +372,7 @@ PARSE_AND_LIST_ARGS_CASES='
        const char *end;
        group_size = bfd_scan_vma (optarg, &end, 0);
        if (*end)
-         einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
+         einfo (_("%F%P: invalid number `%s'\''\n"), optarg);
       }
       break;
 '
This page took 0.024411 seconds and 4 git commands to generate.