[MIPS] Add generation of PLT entries with compact jumps for MIPS R6
[binutils-gdb.git] / ld / emultempl / ticoff.em
index d394e12465cde7e1726f9ec5f0c30c5aa6b9e6c6..65b03b668f37f453ea524639c577e5a79b04e7f3 100644 (file)
@@ -3,7 +3,7 @@
 (echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-)
 fragment <<EOF
 /* This file is part of GLD, the Gnu Linker.
-   Copyright (C) 1999-2017 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -87,7 +87,7 @@ gld${EMULATION_NAME}_handle_option (int optc)
        }
       else
        {
-         einfo (_("%P%F: invalid COFF format version %s\n"), optarg);
+         einfo (_("%F%P: invalid COFF format version %s\n"), optarg);
        }
       break;
     }
@@ -161,6 +161,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
   hll_default,
   after_parse_default,
   after_open_default,
+  after_check_relocs_default,
   after_allocation_default,
   set_output_arch_default,
   ldemul_default_target,