BFD messages
authorAlan Modra <amodra@gmail.com>
Wed, 21 Feb 2018 02:39:29 +0000 (13:09 +1030)
committerAlan Modra <amodra@gmail.com>
Sun, 25 Feb 2018 23:03:15 +0000 (09:33 +1030)
bfd/
* archive.c, * bfd.c, * linker.c, * reloc.c, * stabs.c,
* syms.c: Standardize error/warning messages.
binutils/
* testsuite/binutils-all/mips/mips-reginfo-n32.d,
* testsuite/binutils-all/mips/mips-reginfo.d: Update.
gas/
* testsuite/gas/mips/reginfo-2.l: Update.
ld/
* testsuite/ld-arm/cmse-implib-errors.out,
* testsuite/ld-arm/cmse-new-earlier-later-implib.out,
* testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
* testsuite/ld-arm/cmse-new-wrong-implib.out,
* testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
* testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
* testsuite/ld-cris/badgotr1.d,
* testsuite/ld-cris/tls-err-24.d,
* testsuite/ld-cris/tls-err-25.d,
* testsuite/ld-cris/tls-err-26.d,
* testsuite/ld-cris/tls-err-27.d,
* testsuite/ld-cris/tls-err-28.d,
* testsuite/ld-cris/tls-err-40.d,
* testsuite/ld-cris/tls-err-44.d,
* testsuite/ld-cris/tls-err-48.d,
* testsuite/ld-cris/tls-err-52.d,
* testsuite/ld-cris/tls-err-53.d,
* testsuite/ld-cris/tls-err-55.d,
* testsuite/ld-cris/tls-err-56.d,
* testsuite/ld-cris/tls-err-62.d,
* testsuite/ld-cris/tls-err-65.d,
* testsuite/ld-cris/tls-err-77.d,
* testsuite/ld-elf/empty-implib.out,
* testsuite/ld-elf/indirect.exp: Update.

37 files changed:
bfd/ChangeLog
bfd/archive.c
bfd/bfd.c
bfd/linker.c
bfd/reloc.c
bfd/stabs.c
bfd/syms.c
binutils/ChangeLog
binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d
binutils/testsuite/binutils-all/mips/mips-reginfo.d
gas/ChangeLog
gas/testsuite/gas/mips/reginfo-2.l
ld/ChangeLog
ld/testsuite/ld-arm/cmse-implib-errors.out
ld/testsuite/ld-arm/cmse-new-earlier-later-implib.out
ld/testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out
ld/testsuite/ld-arm/cmse-new-wrong-implib.out
ld/testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out
ld/testsuite/ld-arm/cmse-veneers-wrong-entryfct.out
ld/testsuite/ld-cris/badgotr1.d
ld/testsuite/ld-cris/tls-err-24.d
ld/testsuite/ld-cris/tls-err-25.d
ld/testsuite/ld-cris/tls-err-26.d
ld/testsuite/ld-cris/tls-err-27.d
ld/testsuite/ld-cris/tls-err-28.d
ld/testsuite/ld-cris/tls-err-40.d
ld/testsuite/ld-cris/tls-err-44.d
ld/testsuite/ld-cris/tls-err-48.d
ld/testsuite/ld-cris/tls-err-52.d
ld/testsuite/ld-cris/tls-err-53.d
ld/testsuite/ld-cris/tls-err-55.d
ld/testsuite/ld-cris/tls-err-56.d
ld/testsuite/ld-cris/tls-err-62.d
ld/testsuite/ld-cris/tls-err-65.d
ld/testsuite/ld-cris/tls-err-77.d
ld/testsuite/ld-elf/empty-implib.out
ld/testsuite/ld-elf/indirect.exp

index 397dc5657ed266f508b8c835d2533bbfae9f2c5b..94611072862db8f90f9584dee5e27957298b03f7 100644 (file)
@@ -1,3 +1,8 @@
+2018-02-26  Alan Modra  <amodra@gmail.com>
+
+       * archive.c, * bfd.c, * linker.c, * reloc.c, * stabs.c,
+       * syms.c: Standardize error/warning messages.
+
 2018-02-26  Alan Modra  <amodra@gmail.com>
 
        * aout-adobe.c, * aout-cris.c, * i386linux.c, * m68klinux.c,
index f1e0130e51c36a003e83a32d7f460099919f78df..d58f1727691698afd1519ea8bfeb6ff963201968 100644 (file)
@@ -2338,7 +2338,7 @@ _bfd_write_archive_contents (bfd *arch)
          if (bfd_update_armap_timestamp (arch))
            break;
          _bfd_error_handler
-           (_("Warning: writing archive was slow: rewriting timestamp\n"));
+           (_("warning: writing archive was slow: rewriting timestamp"));
        }
       while (++tries < 6);
     }
index 7c9ab25ad05bb82771dceb2b65974a88ad08408c..288b5b14fe202e9f14d1b2b2ee1b53ce1e552cb5 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -451,28 +451,28 @@ static bfd_error_type input_error = bfd_error_no_error;
 
 const char *const bfd_errmsgs[] =
 {
-  N_("No error"),
-  N_("System call error"),
-  N_("Invalid bfd target"),
-  N_("File in wrong format"),
-  N_("Archive object file in wrong format"),
-  N_("Invalid operation"),
-  N_("Memory exhausted"),
-  N_("No symbols"),
-  N_("Archive has no index; run ranlib to add one"),
-  N_("No more archived files"),
-  N_("Malformed archive"),
+  N_("no error"),
+  N_("system call error"),
+  N_("invalid bfd target"),
+  N_("file in wrong format"),
+  N_("archive object file in wrong format"),
+  N_("invalid operation"),
+  N_("memory exhausted"),
+  N_("no symbols"),
+  N_("archive has no index; run ranlib to add one"),
+  N_("no more archived files"),
+  N_("malformed archive"),
   N_("DSO missing from command line"),
-  N_("File format not recognized"),
-  N_("File format is ambiguous"),
-  N_("Section has no contents"),
-  N_("Nonrepresentable section on output"),
-  N_("Symbol needs debug section which does not exist"),
-  N_("Bad value"),
-  N_("File truncated"),
-  N_("File too big"),
-  N_("Error reading %s: %s"),
-  N_("#<Invalid error code>")
+  N_("file format not recognized"),
+  N_("file format is ambiguous"),
+  N_("section has no contents"),
+  N_("nonrepresentable section on output"),
+  N_("symbol needs debug section which does not exist"),
+  N_("bad value"),
+  N_("file truncated"),
+  N_("file too big"),
+  N_("error reading %s: %s"),
+  N_("#<invalid error code>")
 };
 
 /*
index b28a5a9f77d4fb40a4d918e647b32ecedbfeec95..c29a6e7e102a60e2e49d07a437990fd02a2bc059 100644 (file)
@@ -2545,7 +2545,7 @@ default_indirect_link_order (bfd *output_bfd,
         difficult, and sometimes impossible.  */
       _bfd_error_handler
        /* xgettext:c-format */
-       (_("Attempt to do relocatable link with %s input and %s output"),
+       (_("attempt to do relocatable link with %s input and %s output"),
         bfd_get_target (input_bfd), bfd_get_target (output_bfd));
       bfd_set_error (bfd_error_wrong_format);
       return FALSE;
index db7facdf88363cd7a602a66623e50783ee90d294..42e35b91ed1f7c0dbb2bb0febba04ea7a2006490 100644 (file)
@@ -8140,7 +8140,7 @@ bfd_generic_lookup_section_flags (struct bfd_link_info *info ATTRIBUTE_UNUSED,
 {
   if (flaginfo != NULL)
     {
-      _bfd_error_handler (_("INPUT_SECTION_FLAGS are not supported.\n"));
+      _bfd_error_handler (_("INPUT_SECTION_FLAGS are not supported"));
       return FALSE;
     }
   return TRUE;
@@ -8392,7 +8392,7 @@ _bfd_unrecognized_reloc (bfd * abfd, sec_ptr section, unsigned int r_type)
                      abfd, r_type, section);
 
   /* PR 21803: Suggest the most likely cause of this error.  */
-  _bfd_error_handler (_("Is this version of the linker - %s - out of date ?"),
+  _bfd_error_handler (_("is this version of the linker - %s - out of date ?"),
                      BFD_VERSION_STRING);
 
   bfd_set_error (bfd_error_bad_value);
index d7770e78a63c3c05c513422abe3890871cc779c6..bdb9f06ccf2d2abd12b2fc5bdc2b6f01a60a1a50 100644 (file)
@@ -276,7 +276,7 @@ _bfd_link_section_stabs (bfd *abfd,
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%pB(%pA+%#lx): Stabs entry has invalid string index."),
+           (_("%pB(%pA+%#lx): stabs entry has invalid string index"),
             abfd, stabsec, (long) (sym - stabbuf));
          bfd_set_error (bfd_error_bad_value);
          goto error_return;
index 8ba1b402a7f258014de6c38afbbf0f2bd77a214f..187071fada6b28cd8b62a3795c75602eb36ce700 100644 (file)
@@ -1076,7 +1076,7 @@ _bfd_stab_section_find_nearest_line (bfd *abfd,
                  || r->howto->dst_mask != 0xffffffff)
                {
                  _bfd_error_handler
-                   (_("Unsupported .stab relocation"));
+                   (_("unsupported .stab relocation"));
                  bfd_set_error (bfd_error_invalid_operation);
                  if (reloc_vector != NULL)
                    free (reloc_vector);
index 586f367c524dd3ea6f0cd42bb9a4c88b0be08db2..a1a5e7c67350879f6c65f9f9b4b53f304221312d 100644 (file)
@@ -3,6 +3,11 @@
        * testsuite/binutils-all/mips/mips-reginfo-n32.d,
        * testsuite/binutils-all/mips/mips-reginfo.d: Update.
 
+2018-02-23  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/binutils-all/mips/mips-reginfo-n32.d,
+       * testsuite/binutils-all/mips/mips-reginfo.d: Update.
+
 2018-02-20  Ronald Hoogenboom  <hoogenboom30@zonnet.nl>
 
        * doc/binutils.texi (objcopy): Add missing closing square
index 1576092d6325830f3c5f539d78e808a49b854d50..bb207d29a5cdcf29247161f4877084751b91109e 100644 (file)
@@ -4,4 +4,4 @@
 #objcopy: --rename-section .foo=.reginfo
 #source: mips-reginfo.s
 #error: \A[^\n]*: incorrect `\.reginfo' section size; expected 24, got 4\n
-#error:   [^\n]*: Bad value\Z
+#error:   [^\n]*: bad value\Z
index 2f9612732212f8660116f6a2c266bf353bfa7127..ff86a1e161089e24ca62c58895d75da5f612792e 100644 (file)
@@ -3,4 +3,4 @@
 #as: -32
 #objcopy: --rename-section .foo=.reginfo
 #error: \A[^\n]*: incorrect `\.reginfo' section size; expected 24, got 4\n
-#error:   [^\n]*: Bad value\Z
+#error:   [^\n]*: bad value\Z
index d94f85fa289e32359bc2a3dd7849d74c314ad918..4c97dd594344b549ef384e697e5b2e503ecf010b 100644 (file)
@@ -2,6 +2,10 @@
 
        * testsuite/gas/mips/reginfo-2.l: Update.
 
+2018-02-23  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/mips/reginfo-2.l: Update.
+
 2018-02-23  Nick Clifton  <nickc@redhat.com>
 
        * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
index 279dd6e22b52e07da402a240ac0850267eeb44e1..fd3efa93a20bdfe25ed3b3fce0781939ee931605 100644 (file)
@@ -1,3 +1,3 @@
 .*: incorrect `\.reginfo' section size; expected 24, got 28
 .*: Assembler messages:
-.*: Fatal error: can't close .*: Bad value
+.*: Fatal error: can't close .*: bad value
index aa0fdc9c6e38c7176747f13a8cd8e00fef34131e..5c457ddf8ace5dc1e0f4617102b904331eee315c 100644 (file)
@@ -1,3 +1,30 @@
+2018-02-26  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-arm/cmse-implib-errors.out,
+       * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
+       * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
+       * testsuite/ld-arm/cmse-new-wrong-implib.out,
+       * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
+       * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
+       * testsuite/ld-cris/badgotr1.d,
+       * testsuite/ld-cris/tls-err-24.d,
+       * testsuite/ld-cris/tls-err-25.d,
+       * testsuite/ld-cris/tls-err-26.d,
+       * testsuite/ld-cris/tls-err-27.d,
+       * testsuite/ld-cris/tls-err-28.d,
+       * testsuite/ld-cris/tls-err-40.d,
+       * testsuite/ld-cris/tls-err-44.d,
+       * testsuite/ld-cris/tls-err-48.d,
+       * testsuite/ld-cris/tls-err-52.d,
+       * testsuite/ld-cris/tls-err-53.d,
+       * testsuite/ld-cris/tls-err-55.d,
+       * testsuite/ld-cris/tls-err-56.d,
+       * testsuite/ld-cris/tls-err-62.d,
+       * testsuite/ld-cris/tls-err-65.d,
+       * testsuite/ld-cris/tls-err-77.d,
+       * testsuite/ld-elf/empty-implib.out,
+       * testsuite/ld-elf/indirect.exp: Update.
+
 2018-02-26  Alan Modra  <amodra@gmail.com>
 
        * testsuite/ld-aarch64/reloc-overflow-bad.d,
index 6adb13086d22abaebfb71d1103842a78c9efdb2b..8f9ecc2244ff4eecfe31ebebd928fdd677d88c29 100644 (file)
@@ -1,5 +1,5 @@
 .*: .*: absent standard symbol `not_exported_fct2'
 .*: .*: invalid special symbol `__acle_se_not_exported_pseudoentry_var'; it must be a global or weak function symbol
 .*: .*: invalid standard symbol `not_exported_pseudoentry_var'; it must be a global or weak function symbol
-.* cannot size stub section: Invalid operation
+.* cannot size stub section: invalid operation
 #...
index 3e4c17ea39d4fb6f1a0ec8364c134f93461cb43a..d7cd73f6a1c7cecff9e17c74cbc56e86c4952a7d 100644 (file)
@@ -1,3 +1,3 @@
 .*: entry function `exported_entry_veneer3' disappeared from secure code
 .*: start address of `.gnu.sgstubs' is different from previous link
-.*: cannot size stub section: Invalid operation
+.*: cannot size stub section: invalid operation
index 2c2658ea068363bc0a28cebbdcd9cfb48a16e6b2..12c254c98b2446d2c62abb435ad1c9267933d58a 100644 (file)
@@ -1,2 +1,2 @@
 .*: --in-implib only supported for Secure Gateway import libraries
-.*: cannot size stub section: Invalid operation
+.*: cannot size stub section: invalid operation
index 037ce73ee329f3d0ad6bb0408973387f169ea7d6..065dd37642155292a6be0d220f4d766dd86f5190 100644 (file)
@@ -1,3 +1,3 @@
 .*: .*: visibility of symbol `exported_entry_veneer2' has changed
 .*: `exported_entry_fct2' refers to a non entry function
-.*: cannot size stub section: Invalid operation
+.*: cannot size stub section: invalid operation
index 3f151dd63e0bb8a30da34ca3b08af201d7de4c22..197566b32980ca4b650212064ea842f69c277f76 100644 (file)
@@ -1,3 +1,3 @@
 .*: no address assigned to the veneers output section .gnu.sgstubs
-.*: cannot size stub section: Invalid operation
+.*: cannot size stub section: invalid operation
 #...
index 2145d690813c8d02731f69daad4f9c5f8870551f..dad7790642892d2fab8f2d60e2ad27ba2f641d9c 100644 (file)
@@ -8,5 +8,5 @@
 .*: .*: invalid standard symbol `obj_entry_veneer1'; it must be a global or weak function symbol
 .*: .*: invalid special symbol `__acle_se_obj_entry_veneer2'; it must be a global or weak function symbol
 .*: .*: `fake_entry_veneer2' and its special symbol are in different sections
-.*: cannot size stub section: Invalid operation
+.*: cannot size stub section: invalid operation
 #...
index 971a631279848a6a35cf3940df66c70a4cf45f51..f7a5ac84654372a0b0f09959c4953d3e5bd6fe20 100644 (file)
@@ -2,7 +2,7 @@
 #as: --pic --underscore --em=criself
 #ld: -m crislinux -shared
 #objdump: -dr
-#error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z
+#error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* bad value\Z
 
 # The error regex above is supposed to not match if we get a
 # SEGV, in which case we'll see "child killed: segmentation
index e1bc88bafc1924a6f748af6a15b9e4930e0f029f..08678700f903c3acec5bb05f1cfad5bbe6e8c428 100644 (file)
@@ -2,6 +2,6 @@
 #source: tls-z.s
 #as: --no-underscore --em=criself
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
+#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z
 
 # Check that R_CRIS_16_TPREL in input to a DSO is flagged as an error.
index df5ca6b9c60afc8181a454403d4dc628c91685fa..e162d6e8e057053c6100d20759a18edc6d31cb45 100644 (file)
@@ -2,6 +2,6 @@
 #source: tls-z.s
 #as: --no-underscore --em=criself
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
+#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z
 
 # Check that R_CRIS_32_TPREL in input to a DSO is flagged as an error.
index 71ecc9bac4079cbebd63c02e043142af118ea51b..45ebfe272ff8fe850c3e53b9ecfdd31f6d8e49f0 100644 (file)
@@ -2,7 +2,7 @@
 #source: tls-x.s
 #as: --no-underscore --em=criself --pic
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z
 
 # Check that R_CRIS_16_DTPREL on non-module-local symbol in input to a
 # DSO is flagged as an error.
index 3d40b0325b38e3eead03c06b31ef06790860ffd4..ce5592499d7171c8ccefc1a439c572b5c9050b50 100644 (file)
@@ -2,7 +2,7 @@
 #source: tls-x.s
 #as: --no-underscore --em=criself --pic
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z
 
 # Check that R_CRIS_32_DTPREL on non-module-local symbol in input to a
 # DSO is flagged as an error.
index d7bfa9d7409db23f1b23ace9b4aee117e9edfdfc..8ccd40b0f76a2533e9fbbf4bd52f1db1527239e1 100644 (file)
@@ -2,6 +2,6 @@
 #source: tls-x.s
 #as: --no-underscore --em=criself
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
+#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z
 
 # Check that a R_CRIS_32_GD in input to a DSO is flagged as an error.
index ef9a18a20652166ba47f8340c86630360c6ea813..91b4165c468d5d9ab1d03e8a7a4b839c8949121c 100644 (file)
@@ -1,6 +1,6 @@
 #source: tls-ld-6.s --pic
 #as: --no-underscore --em=criself
 #ld: -m crislinux --shared
-#error: \A[^\n]*\.o[^\n]*undefined reference[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o[^\n]*undefined reference[^\n]*\n[^\n]*bad value\Z
 
 # Undefined reference for a R_CRIS_32_DTPREL in a DSO.
index 251470d82d308fff13a87d28da7c23c88eced0dc..941e21c5976002f56e56158b48a3c94a69498515 100644 (file)
@@ -1,7 +1,7 @@
 #source: tls-le-12.s
 #as: --no-underscore --em=criself
 #ld: -m crislinux --shared
-#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
+#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z
 
 # Undefined reference for a R_CRIS_32_TPREL in a DSO (where it's
 # invalid in the first place anyway, so we should see the same
index 9165fcd6f26936927b300f9df95767b191793d81..756f1b595c2e9f1339c85ea75cc52df0f997d28a 100644 (file)
@@ -1,6 +1,6 @@
 #source: tls-ld-4.s --pic
 #as: --no-underscore --em=criself
 #ld: -m crislinux --shared
-#error: \A[^\n]*\.o[^\n]*undefined reference[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o[^\n]*undefined reference[^\n]*\n[^\n]*bad value\Z
 
 # Undefined reference for a R_CRIS_16_DTPREL in a DSO.
index cf0bbbcd0012a5c9902ef1977fffa2be7e1b911a..b2f85cf9ac2c8f50cc22bb1959507647685ee6ef 100644 (file)
@@ -1,7 +1,7 @@
 #source: tls-le-12s.s
 #as: --no-underscore --em=criself
 #ld: -m crislinux --shared
-#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
+#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z
 
 # Undefined reference for a R_CRIS_16_TPREL in a DSO (where it's
 # invalid in the first place anyway, so we should see the same
index 1ae3d42312abbdbcce16c1b8b1e54f5cf41c7c32..89884be0cad209fc474130ddf8c346f03d3e69d7 100644 (file)
@@ -2,6 +2,6 @@
 #source: tls-ld-4.s
 #as: --no-underscore --em=criself --pic
 #ld: -m crislinux tmpdir/tls-dso-xz-1.so
-#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z
 
 # R_CRIS_16_DTPREL in executable against symbol from DSO.
index 08f77f3ebdd1b4e3fa1292bf88a1e8e8f7b33e11..32f05176845ac031845f13c2c961164f527e22a4 100644 (file)
@@ -1,6 +1,6 @@
 #source: tls-err-55.s
 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*bad value\Z
 
 # Check that non-zero addend on a R_CRIS_32_GOT_GD is flagged as an error.
index 2d592a634fca3bd3a6dfbf0faf290ded5165ad28..8a68dd1965494f4c8f799ccbb125f95ff23349a8 100644 (file)
@@ -1,7 +1,7 @@
 #source: tls-err-56.s
 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*bad value\Z
 
 # Check that non-zero addend on a R_CRIS_32_GOT_GD is flagged as an error.
 # The difference to tls-err-55.d is that this one refers to a local symbol.
index 44341203555615eb87d8b350969211ef2bfa54ad..da64d1c1f16246fa959fb3cd4e45c1b92147025f 100644 (file)
@@ -1,7 +1,7 @@
 #source: tls-err-62.s
 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_TPREL with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_TPREL with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*bad value\Z
 
 # Check that non-zero addend on a R_CRIS_32_GOT_TPREL is flagged as an
 # error, local symbol.
index 23c880f0a8a0e83d4588f8defe78bbd19e808c4e..62958a229ce9a8a43b0bbc29d6fa62e1362147d0 100644 (file)
@@ -2,6 +2,6 @@
 #source: tls-le-12s.s
 #as: --no-underscore --em=criself
 #ld: -m crislinux tmpdir/tls-dso-xz-1.so
-#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*Bad value\Z
+#error: \A[^\n]*\.o,[^\n]*mixup[^\n]*\n[^\n]*bad value\Z
 
 # R_CRIS_16_TPREL in executable against symbol from DSO.
index 9c714bfb70cabbfeb31c1825ee1cc9d1c4a3636e..6b7696bacfd0c5cdc9a4ad6a62661f558d17d95e 100644 (file)
@@ -2,6 +2,6 @@
 #source: tls-x.s
 #as: --no-underscore --em=criself
 #ld: --shared -m crislinux
-#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
+#error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*invalid operation\Z
 
 # Check that a R_CRIS_32_IE in input to a DSO is flagged as an error.
index f611eb7791af9fd51ee67e87fd19382f469e8172..1c5922fcc9d977cf4f68ddfcd925fd51c0f333c6 100644 (file)
@@ -1,3 +1,3 @@
 .*: .*: no symbol found for import library
 .*: .*: failed to generate import library
-.*: final link failed: No symbols
+.*: final link failed: no symbols
index 71664e7157d22630c6a6000e7019f91f9311b898..66d32802668a0eeee54eb124e26a19e48d62475f 100644 (file)
@@ -112,7 +112,7 @@ run_cc_link_tests $build_tests
 
 global ld
 
-set string ": final link failed: Bad value"
+set string ": final link failed: bad value"
 set string1 ": local symbol \`foo\' in tmpdir/indirect1b.o is referenced by DSO"
 
 set testname "Indirect symbol 1a"
@@ -123,7 +123,7 @@ set testname "Indirect symbol 1b"
 set cmd "$ld -e start -o tmpdir/indirect1 tmpdir/indirect1a.o tmpdir/libindirect1c.so tmpdir/indirect1b.o"
 check_link_message "$cmd" [list $string1 $string] "$testname"
 
-set string ": final link failed: Nonrepresentable section on output"
+set string ": final link failed: nonrepresentable section on output"
 set string2 ": no symbol version section for versioned symbol \`foo@FOO\'"
 set testname "Indirect symbol 2"
 set cmd "$ld -shared  -o tmpdir/indirect2.so tmpdir/indirect2.o"
This page took 0.08049 seconds and 4 git commands to generate.