This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] BFD messages


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6e05870c978aaa057b5ae0f525a2e9b803047ac8

commit 6e05870c978aaa057b5ae0f525a2e9b803047ac8
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Feb 21 13:09:29 2018 +1030

    BFD messages
    
    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.

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

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 397dc56..9461107 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
 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,
 	* sparclinux.c, * coff-alpha.c, * coff-arm.c, * coff-mcore.c,
 	* coffcode.h, * coffgen.c, * cofflink.c, * ecoff.c, * pe-mips.c,
diff --git a/bfd/archive.c b/bfd/archive.c
index f1e0130..d58f172 100644
--- a/bfd/archive.c
+++ b/bfd/archive.c
@@ -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);
     }
diff --git a/bfd/bfd.c b/bfd/bfd.c
index 7c9ab25..288b5b1 100644
--- 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>")
 };
 
 /*
diff --git a/bfd/linker.c b/bfd/linker.c
index b28a5a9..c29a6e7 100644
--- a/bfd/linker.c
+++ b/bfd/linker.c
@@ -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;
diff --git a/bfd/reloc.c b/bfd/reloc.c
index db7facd..42e35b9 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -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);
diff --git a/bfd/stabs.c b/bfd/stabs.c
index d7770e7..bdb9f06 100644
--- a/bfd/stabs.c
+++ b/bfd/stabs.c
@@ -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;
diff --git a/bfd/syms.c b/bfd/syms.c
index 8ba1b40..187071f 100644
--- a/bfd/syms.c
+++ b/bfd/syms.c
@@ -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);
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 586f367..a1a5e7c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d b/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d
index 1576092..bb207d29 100644
--- a/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d
+++ b/binutils/testsuite/binutils-all/mips/mips-reginfo-n32.d
@@ -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
diff --git a/binutils/testsuite/binutils-all/mips/mips-reginfo.d b/binutils/testsuite/binutils-all/mips/mips-reginfo.d
index 2f96127..ff86a1e 100644
--- a/binutils/testsuite/binutils-all/mips/mips-reginfo.d
+++ b/binutils/testsuite/binutils-all/mips/mips-reginfo.d
@@ -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
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d94f85f..4c97dd5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/mips/reginfo-2.l b/gas/testsuite/gas/mips/reginfo-2.l
index 279dd6e..fd3efa9 100644
--- a/gas/testsuite/gas/mips/reginfo-2.l
+++ b/gas/testsuite/gas/mips/reginfo-2.l
@@ -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
diff --git a/ld/ChangeLog b/ld/ChangeLog
index aa0fdc9..5c457dd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,32 @@
 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,
 	* testsuite/ld-arm/attr-merge-9.out,
 	* testsuite/ld-arm/attr-merge-arch-2.d,
diff --git a/ld/testsuite/ld-arm/cmse-implib-errors.out b/ld/testsuite/ld-arm/cmse-implib-errors.out
index 6adb130..8f9ecc2 100644
--- a/ld/testsuite/ld-arm/cmse-implib-errors.out
+++ b/ld/testsuite/ld-arm/cmse-implib-errors.out
@@ -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
 #...
diff --git a/ld/testsuite/ld-arm/cmse-new-earlier-later-implib.out b/ld/testsuite/ld-arm/cmse-new-earlier-later-implib.out
index 3e4c17e..d7cd73f 100644
--- a/ld/testsuite/ld-arm/cmse-new-earlier-later-implib.out
+++ b/ld/testsuite/ld-arm/cmse-new-earlier-later-implib.out
@@ -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
diff --git a/ld/testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out b/ld/testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out
index 2c2658e..12c254c 100644
--- a/ld/testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out
+++ b/ld/testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out
@@ -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
diff --git a/ld/testsuite/ld-arm/cmse-new-wrong-implib.out b/ld/testsuite/ld-arm/cmse-new-wrong-implib.out
index 037ce73..065dd37 100644
--- a/ld/testsuite/ld-arm/cmse-new-wrong-implib.out
+++ b/ld/testsuite/ld-arm/cmse-new-wrong-implib.out
@@ -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
diff --git a/ld/testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out b/ld/testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out
index 3f151dd..197566b 100644
--- a/ld/testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out
+++ b/ld/testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out
@@ -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
 #...
diff --git a/ld/testsuite/ld-arm/cmse-veneers-wrong-entryfct.out b/ld/testsuite/ld-arm/cmse-veneers-wrong-entryfct.out
index 2145d69..dad7790 100644
--- a/ld/testsuite/ld-arm/cmse-veneers-wrong-entryfct.out
+++ b/ld/testsuite/ld-arm/cmse-veneers-wrong-entryfct.out
@@ -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
 #...
diff --git a/ld/testsuite/ld-cris/badgotr1.d b/ld/testsuite/ld-cris/badgotr1.d
index 971a631..f7a5ac8 100644
--- a/ld/testsuite/ld-cris/badgotr1.d
+++ b/ld/testsuite/ld-cris/badgotr1.d
@@ -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
diff --git a/ld/testsuite/ld-cris/tls-err-24.d b/ld/testsuite/ld-cris/tls-err-24.d
index e1bc88b..0867870 100644
--- a/ld/testsuite/ld-cris/tls-err-24.d
+++ b/ld/testsuite/ld-cris/tls-err-24.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-25.d b/ld/testsuite/ld-cris/tls-err-25.d
index df5ca6b..e162d6e 100644
--- a/ld/testsuite/ld-cris/tls-err-25.d
+++ b/ld/testsuite/ld-cris/tls-err-25.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-26.d b/ld/testsuite/ld-cris/tls-err-26.d
index 71ecc9b..45ebfe2 100644
--- a/ld/testsuite/ld-cris/tls-err-26.d
+++ b/ld/testsuite/ld-cris/tls-err-26.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-27.d b/ld/testsuite/ld-cris/tls-err-27.d
index 3d40b03..ce55924 100644
--- a/ld/testsuite/ld-cris/tls-err-27.d
+++ b/ld/testsuite/ld-cris/tls-err-27.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-28.d b/ld/testsuite/ld-cris/tls-err-28.d
index d7bfa9d..8ccd40b 100644
--- a/ld/testsuite/ld-cris/tls-err-28.d
+++ b/ld/testsuite/ld-cris/tls-err-28.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-40.d b/ld/testsuite/ld-cris/tls-err-40.d
index ef9a18a..91b4165 100644
--- a/ld/testsuite/ld-cris/tls-err-40.d
+++ b/ld/testsuite/ld-cris/tls-err-40.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-44.d b/ld/testsuite/ld-cris/tls-err-44.d
index 251470d..941e21c 100644
--- a/ld/testsuite/ld-cris/tls-err-44.d
+++ b/ld/testsuite/ld-cris/tls-err-44.d
@@ -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
diff --git a/ld/testsuite/ld-cris/tls-err-48.d b/ld/testsuite/ld-cris/tls-err-48.d
index 9165fcd..756f1b5 100644
--- a/ld/testsuite/ld-cris/tls-err-48.d
+++ b/ld/testsuite/ld-cris/tls-err-48.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-52.d b/ld/testsuite/ld-cris/tls-err-52.d
index cf0bbbc..b2f85cf 100644
--- a/ld/testsuite/ld-cris/tls-err-52.d
+++ b/ld/testsuite/ld-cris/tls-err-52.d
@@ -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
diff --git a/ld/testsuite/ld-cris/tls-err-53.d b/ld/testsuite/ld-cris/tls-err-53.d
index 1ae3d42..89884be 100644
--- a/ld/testsuite/ld-cris/tls-err-53.d
+++ b/ld/testsuite/ld-cris/tls-err-53.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-55.d b/ld/testsuite/ld-cris/tls-err-55.d
index 08f77f3..32f0517 100644
--- a/ld/testsuite/ld-cris/tls-err-55.d
+++ b/ld/testsuite/ld-cris/tls-err-55.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-56.d b/ld/testsuite/ld-cris/tls-err-56.d
index 2d592a6..8a68dd1 100644
--- a/ld/testsuite/ld-cris/tls-err-56.d
+++ b/ld/testsuite/ld-cris/tls-err-56.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-62.d b/ld/testsuite/ld-cris/tls-err-62.d
index 4434120..da64d1c 100644
--- a/ld/testsuite/ld-cris/tls-err-62.d
+++ b/ld/testsuite/ld-cris/tls-err-62.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-65.d b/ld/testsuite/ld-cris/tls-err-65.d
index 23c880f..62958a2 100644
--- a/ld/testsuite/ld-cris/tls-err-65.d
+++ b/ld/testsuite/ld-cris/tls-err-65.d
@@ -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.
diff --git a/ld/testsuite/ld-cris/tls-err-77.d b/ld/testsuite/ld-cris/tls-err-77.d
index 9c714bf..6b7696b 100644
--- a/ld/testsuite/ld-cris/tls-err-77.d
+++ b/ld/testsuite/ld-cris/tls-err-77.d
@@ -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.
diff --git a/ld/testsuite/ld-elf/empty-implib.out b/ld/testsuite/ld-elf/empty-implib.out
index f611eb7..1c5922f 100644
--- a/ld/testsuite/ld-elf/empty-implib.out
+++ b/ld/testsuite/ld-elf/empty-implib.out
@@ -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
diff --git a/ld/testsuite/ld-elf/indirect.exp b/ld/testsuite/ld-elf/indirect.exp
index 71664e7..66d3280 100644
--- a/ld/testsuite/ld-elf/indirect.exp
+++ b/ld/testsuite/ld-elf/indirect.exp
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]