diff options
author | Alan Modra <amodra@gmail.com> | 2018-02-24 10:28:12 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-02-26 10:51:12 +1030 |
commit | df5f2391f7b2e3cab7e677ab7dadd02aef06e269 (patch) | |
tree | 011c9dd1fdb526a1a8d3a2e96974fd04715c2fc8 /ld/testsuite | |
parent | 33589acbfea909ca2a26b977ff2f672332990747 (diff) | |
download | gdb-df5f2391f7b2e3cab7e677ab7dadd02aef06e269.zip gdb-df5f2391f7b2e3cab7e677ab7dadd02aef06e269.tar.gz gdb-df5f2391f7b2e3cab7e677ab7dadd02aef06e269.tar.bz2 |
ld error/warning messages
This patch standardizes messages in ld, to better conform to the GNU
coding standard. Besides issues of capitalization and full-stops,
I've
- Split up help messages for target options, so that adding a new
option does not mean loss of translation for all the others.
- Embedded tabs have been removed, since a user might have tab stops
set at other than 8 char intervals.
- Added missing program name (%P). ld isn't the compiler.
- Put %F and %X first (and removed %X if %F was present). These can
go anywhere, but look silly in the m%Fiddle of a message, and
choosing "%P%F:" in some messages but "%F%P:" in others leads to the
likelihood of duplication in ld.pot. Besides, the colon belongs
with %P.
* emulparams/call_nop.sh, * emulparams/cet.sh,
* emulparams/elf32mcore.sh, * emultempl/aarch64elf.em
* emultempl/aix.em, * emultempl/alphaelf.em, * emultempl/armcoff.em,
* emultempl/armelf.em, * emultempl/avrelf.em, * emultempl/beos.em,
* emultempl/bfin.em, * emultempl/cr16elf.em, * emultempl/elf32.em,
* emultempl/elf-generic.em, * emultempl/hppaelf.em,
* emultempl/linux.em, * emultempl/lnk960.em,
* emultempl/m68hc1xelf.em, * emultempl/m68kcoff.em,
* emultempl/m68kelf.em, * emultempl/metagelf.em,
* emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
* emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nds32elf.em,
* emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
* emultempl/ppc32elf.em, * emultempl/ppc64elf.em,
* emultempl/scoreelf.em, * emultempl/sh64elf.em,
* emultempl/spuelf.em, * emultempl/sunos.em, * emultempl/tic6xdsbt.em,
* emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
* emultempl/vxworks.em, * emultempl/xtensaelf.em, * ldcref.c,
* ldctor.c, * ldexp.c, * ldfile.c, * ldgram.y, * ldlang.c,
* ldmain.c, * ldmisc.c, * ldwrite.c, * lexsup.c, * mri.c, * pe-dll.c,
* plugin.c: Standardize error/warning messages.
* testsuite/ld-arc/jli-overflow.err,
* 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-arm/vxworks1-static.d,
* testsuite/ld-cris/tls-err-20x.d, * testsuite/ld-cris/tls-err-29.d,
* testsuite/ld-cris/tls-err-31.d, * testsuite/ld-cris/tls-err-33.d,
* testsuite/ld-cris/tls-err-35.d, * testsuite/ld-cris/tls-err-37.d,
* testsuite/ld-cris/tls-err-39.d, * testsuite/ld-cris/tls-err-41.d,
* testsuite/ld-cris/tls-err-43.d, * testsuite/ld-cris/tls-err-45.d,
* testsuite/ld-cris/tls-err-47.d, * testsuite/ld-cris/tls-err-49.d,
* testsuite/ld-cris/tls-err-51.d, * testsuite/ld-cris/tls-err-67.d,
* testsuite/ld-elf/dwarf2.err, * testsuite/ld-elf/dwarf3.err,
* testsuite/ld-elf/orphan-5.l, * testsuite/ld-elf/orphan-6.l,
* testsuite/ld-i386/vxworks1-static.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
* testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
* testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
* testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
* testsuite/ld-mips-elf/bal-jalx-pic.d,
* testsuite/ld-mips-elf/jal-global-overflow-1.d,
* testsuite/ld-mips-elf/jal-local-overflow-1.d,
* testsuite/ld-mips-elf/mode-change-error-1.d,
* testsuite/ld-mips-elf/unaligned-branch-2.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
* testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
* testsuite/ld-mips-elf/unaligned-branch-micromips.d,
* testsuite/ld-mips-elf/unaligned-branch-mips16.d,
* testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
* testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
* testsuite/ld-mips-elf/unaligned-branch.d,
* testsuite/ld-mips-elf/unaligned-jalx-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-3.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
* testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
* testsuite/ld-mips-elf/unaligned-jump-micromips.d,
* testsuite/ld-mips-elf/unaligned-jump-mips16.d,
* testsuite/ld-mips-elf/unaligned-jump.d,
* testsuite/ld-mips-elf/unaligned-ldpc-1.d,
* testsuite/ld-mips-elf/unaligned-lwpc-1.d,
* testsuite/ld-mips-elf/undefined.d,
* testsuite/ld-mips-elf/vxworks1-static.d,
* testsuite/ld-mmix/bpo-20.d, * testsuite/ld-mmix/bpo-20m.d,
* testsuite/ld-mmix/bpo-7.d, * testsuite/ld-mmix/bpo-7m.d,
* testsuite/ld-mmix/bpo-8.d, * testsuite/ld-mmix/bpo-8m.d,
* testsuite/ld-mmix/greg-17.d, * testsuite/ld-mmix/greg-18.d,
* testsuite/ld-mmix/greg-8.d, * testsuite/ld-mmix/greg-9.d,
* testsuite/ld-plugin/plugin-14.d, * testsuite/ld-plugin/plugin-15.d,
* testsuite/ld-plugin/plugin-16.d, * testsuite/ld-plugin/plugin-20.d,
* testsuite/ld-plugin/plugin-21.d, * testsuite/ld-plugin/plugin-22.d,
* testsuite/ld-plugin/plugin-23.d, * testsuite/ld-plugin/plugin-6.d,
* testsuite/ld-plugin/plugin-7.d, * testsuite/ld-plugin/plugin-8.d,
* testsuite/ld-powerpc/aix-weak-3-32.d,
* testsuite/ld-powerpc/aix-weak-3-64.d,
* testsuite/ld-powerpc/vxworks1-static.d,
* testsuite/ld-sh/vxworks1-static.d,
* testsuite/ld-sparc/vxworks1-static.d,
* testsuite/ld-undefined/undefined.exp,
* testsuite/ld-x86-64/pie1.d: Update for changed errors and warnings.
* testsuite/ld-elf/warn1.d, * testsuite/ld-elf/warn2.d: Correct regex.
Diffstat (limited to 'ld/testsuite')
90 files changed, 95 insertions, 97 deletions
diff --git a/ld/testsuite/ld-arc/jli-overflow.err b/ld/testsuite/ld-arc/jli-overflow.err index 022434e..e0c1ccf 100644 --- a/ld/testsuite/ld-arc/jli-overflow.err +++ b/ld/testsuite/ld-arc/jli-overflow.err @@ -1,3 +1,3 @@ -.*\.o: In function `test_1025': +.*\.o: in function `test_1025': .*: relocation truncated to fit: R_ARC_JLI_SECTOFF against symbol.* #... diff --git a/ld/testsuite/ld-arm/cmse-implib-errors.out b/ld/testsuite/ld-arm/cmse-implib-errors.out index 8f9ecc2..e458be2 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 +.* can not 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 d7cd73f..2e88ca4 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 +.*: can not 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 12c254c..d13a182 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 +.*: can not 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 065dd37..f6498d2 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 +.*: can not 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 197566b..a25ca1a 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 +.*: can not 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 dad7790..694023e 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 +.*: can not size stub section: invalid operation #... diff --git a/ld/testsuite/ld-arm/vxworks1-static.d b/ld/testsuite/ld-arm/vxworks1-static.d index 88c0baf..275e20e 100644 --- a/ld/testsuite/ld-arm/vxworks1-static.d +++ b/ld/testsuite/ld-arm/vxworks1-static.d @@ -1,4 +1,4 @@ #name: VxWorks executable test 1 (static) #source: vxworks1.s #ld: tmpdir/libvxworks1.so -Tvxworks1.ld -#error: Dynamic sections created in non-dynamic link +#error: dynamic sections created in non-dynamic link diff --git a/ld/testsuite/ld-cris/tls-err-20x.d b/ld/testsuite/ld-cris/tls-err-20x.d index d12e4ee..9a3af03 100644 --- a/ld/testsuite/ld-cris/tls-err-20x.d +++ b/ld/testsuite/ld-cris/tls-err-20x.d @@ -5,7 +5,7 @@ #source: tls-hx.s --pic #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*: warning: cannot find entry symbol _start; defaulting to [0-9a-f]*\n[^\n]*: In function `tlsdsofn9':\n[^\n]*: undefined reference to `x1'\n[^\n]*: undefined reference to `x2'\Z +#error: \A[^\n]*: warning: cannot find entry symbol _start; defaulting to [0-9a-f]*\n[^\n]*: in function `tlsdsofn9':\n[^\n]*: undefined reference to `x1'\n[^\n]*: undefined reference to `x2'\Z # Code coverage case similar to tls-e-20.d, except with an undefined # reference. diff --git a/ld/testsuite/ld-cris/tls-err-29.d b/ld/testsuite/ld-cris/tls-err-29.d index 1024ea8..e0d7327 100644 --- a/ld/testsuite/ld-cris/tls-err-29.d +++ b/ld/testsuite/ld-cris/tls-err-29.d @@ -2,6 +2,6 @@ #source: tls-gdgotrelm.s --defsym r=8192 #as: --no-underscore --em=criself --pic #ld: --shared -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z # Check that overflow for R_CRIS_16_GOT_GD is flagged as an error. diff --git a/ld/testsuite/ld-cris/tls-err-31.d b/ld/testsuite/ld-cris/tls-err-31.d index b95fa54..b7484ad 100644 --- a/ld/testsuite/ld-cris/tls-err-31.d +++ b/ld/testsuite/ld-cris/tls-err-31.d @@ -1,6 +1,6 @@ #source: tls-dtprelm.s --defsym r=32768 #as: --no-underscore --em=criself --pic #ld: --shared -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z # Check that overflow for R_CRIS_16_DTPREL is flagged as an error. diff --git a/ld/testsuite/ld-cris/tls-err-33.d b/ld/testsuite/ld-cris/tls-err-33.d index 6872bbd..329fae1 100644 --- a/ld/testsuite/ld-cris/tls-err-33.d +++ b/ld/testsuite/ld-cris/tls-err-33.d @@ -1,6 +1,6 @@ #source: tls-gottprelm.s --defsym r=8190 #as: --no-underscore --em=criself --pic #ld: --shared -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z # Check that overflow for R_CRIS_16_GOT_TPREL is flagged as an error. diff --git a/ld/testsuite/ld-cris/tls-err-35.d b/ld/testsuite/ld-cris/tls-err-35.d index 9aa7b87..b203e35 100644 --- a/ld/testsuite/ld-cris/tls-err-35.d +++ b/ld/testsuite/ld-cris/tls-err-35.d @@ -2,6 +2,6 @@ #source: tls-tprelm.s --defsym r=32768 #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z # Check that overflow for R_CRIS_16_TPREL is flagged as an error. diff --git a/ld/testsuite/ld-cris/tls-err-37.d b/ld/testsuite/ld-cris/tls-err-37.d index e2efff1..a41dd0a 100644 --- a/ld/testsuite/ld-cris/tls-err-37.d +++ b/ld/testsuite/ld-cris/tls-err-37.d @@ -2,6 +2,6 @@ #source: tls-gd-2.s --pic #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_32_GOT_GD in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-39.d b/ld/testsuite/ld-cris/tls-err-39.d index dab70f2..fbdc698 100644 --- a/ld/testsuite/ld-cris/tls-err-39.d +++ b/ld/testsuite/ld-cris/tls-err-39.d @@ -2,6 +2,6 @@ #source: tls-ld-6.s --pic #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_32_DTPREL in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-41.d b/ld/testsuite/ld-cris/tls-err-41.d index b751f0a..0c4705f 100644 --- a/ld/testsuite/ld-cris/tls-err-41.d +++ b/ld/testsuite/ld-cris/tls-err-41.d @@ -2,6 +2,6 @@ #source: tls-ie-10.s --pic #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_32_GOT_TPREL in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-43.d b/ld/testsuite/ld-cris/tls-err-43.d index f516c6f..bb3abb4 100644 --- a/ld/testsuite/ld-cris/tls-err-43.d +++ b/ld/testsuite/ld-cris/tls-err-43.d @@ -2,6 +2,6 @@ #source: tls-le-12.s #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_32_TPREL in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-45.d b/ld/testsuite/ld-cris/tls-err-45.d index be847ba..28faa30 100644 --- a/ld/testsuite/ld-cris/tls-err-45.d +++ b/ld/testsuite/ld-cris/tls-err-45.d @@ -2,6 +2,6 @@ #source: tls-gd-1.s --pic #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_16_GOT_GD in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-47.d b/ld/testsuite/ld-cris/tls-err-47.d index d9a1a30..4f7139b 100644 --- a/ld/testsuite/ld-cris/tls-err-47.d +++ b/ld/testsuite/ld-cris/tls-err-47.d @@ -2,6 +2,6 @@ #source: tls-ld-4.s --pic #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_16_DTPREL in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-49.d b/ld/testsuite/ld-cris/tls-err-49.d index 6ff4ba5..5d8a9c9 100644 --- a/ld/testsuite/ld-cris/tls-err-49.d +++ b/ld/testsuite/ld-cris/tls-err-49.d @@ -2,6 +2,6 @@ #source: tls-ie-8.s --pic #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_16_GOT_TPREL in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-51.d b/ld/testsuite/ld-cris/tls-err-51.d index 8e71cc5..3891aac 100644 --- a/ld/testsuite/ld-cris/tls-err-51.d +++ b/ld/testsuite/ld-cris/tls-err-51.d @@ -2,6 +2,6 @@ #source: tls-le-12s.s #as: --no-underscore --em=criself #ld: -m crislinux -#error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z +#error: \A[^\n]*\.o: in function[^\n]*\n[^\n]*undefined reference[^\n]*\Z # Undefined reference for a R_CRIS_16_TPREL in an executable. diff --git a/ld/testsuite/ld-cris/tls-err-67.d b/ld/testsuite/ld-cris/tls-err-67.d index 0a0020b..6a010e1 100644 --- a/ld/testsuite/ld-cris/tls-err-67.d +++ b/ld/testsuite/ld-cris/tls-err-67.d @@ -2,7 +2,7 @@ #source: tls-gdgotrelm.s --defsym r=8203 #as: --no-underscore --em=criself --pic #ld: --shared -m crislinux -#error: \A[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*omitted[^\n]*\Z +#error: \A[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: in[^\n]*\n[^\n]*omitted[^\n]*\Z # Check that the error messages get the right number of appended # explanations with default values when bailing out and omitting diff --git a/ld/testsuite/ld-elf/dwarf2.err b/ld/testsuite/ld-elf/dwarf2.err index b3d301f..82d3651 100644 --- a/ld/testsuite/ld-elf/dwarf2.err +++ b/ld/testsuite/ld-elf/dwarf2.err @@ -1,6 +1,4 @@ -tmpdir/dwarf2b\.o:.*dwarf2b\.c:1: multiple definition of `global_var' -tmpdir/dwarf2a\.o:.*dwarf2a\.c:1: first defined here +.*: tmpdir/dwarf2b\.o:.*dwarf2b\.c:1: multiple definition of `global_var'; tmpdir/dwarf2a\.o:.*dwarf2a\.c:1: first defined here #... -tmpdir/dwarf2b\.o:.*dwarf2b\.c:2: multiple definition of `other_var' -tmpdir/dwarf2a\.o:.*dwarf2a\.c:2: first defined here +.*: tmpdir/dwarf2b\.o:.*dwarf2b\.c:2: multiple definition of `other_var'; tmpdir/dwarf2a\.o:.*dwarf2a\.c:2: first defined here #... diff --git a/ld/testsuite/ld-elf/dwarf3.err b/ld/testsuite/ld-elf/dwarf3.err index 6f5a8cc..8d1f0d5 100644 --- a/ld/testsuite/ld-elf/dwarf3.err +++ b/ld/testsuite/ld-elf/dwarf3.err @@ -1,4 +1,4 @@ -.*/dwarf3\.o: In function `main': +.*/dwarf3\.o: in function `main': .*\(\.text.*\+0x[0-9a-f]+\): undefined reference to `bar' .*\(\.text.*\+0x[0-9a-f]+\): undefined reference to `bar' #... diff --git a/ld/testsuite/ld-elf/orphan-5.l b/ld/testsuite/ld-elf/orphan-5.l index 765c8ff..53cf257 100644 --- a/ld/testsuite/ld-elf/orphan-5.l +++ b/ld/testsuite/ld-elf/orphan-5.l @@ -1,5 +1,5 @@ #... -.*warning: orphan section `\.notbad' from `tmpdir/.*\.o' being placed in section `\.notbad'\. +.*warning: orphan section `\.notbad' from `tmpdir/.*\.o' being placed in section `\.notbad' #... -.*warning: orphan section `\.note\.bar' from `tmpdir/.*\.o' being placed in section `\.note\.bar'\. +.*warning: orphan section `\.note\.bar' from `tmpdir/.*\.o' being placed in section `\.note\.bar' #... diff --git a/ld/testsuite/ld-elf/orphan-6.l b/ld/testsuite/ld-elf/orphan-6.l index 9936140..b1e6937 100644 --- a/ld/testsuite/ld-elf/orphan-6.l +++ b/ld/testsuite/ld-elf/orphan-6.l @@ -1,5 +1,5 @@ #... -.*error: unplaced orphan section `\.notbad' from `tmpdir/.*\.o'\. +.*error: unplaced orphan section `\.notbad' from `tmpdir/.*\.o' #... -.*error: unplaced orphan section `\.note\.bar' from `tmpdir/.*\.o'\. +.*error: unplaced orphan section `\.note\.bar' from `tmpdir/.*\.o' #... diff --git a/ld/testsuite/ld-elf/warn1.d b/ld/testsuite/ld-elf/warn1.d index da1173a..1ee4a5d 100644 --- a/ld/testsuite/ld-elf/warn1.d +++ b/ld/testsuite/ld-elf/warn1.d @@ -2,7 +2,7 @@ #source: symbol1ref.s #source: symbol1w.s #ld: -T group.ld -#warning: ^[^\\n]*\): warning: witty one-liner$ +#warning: ^[^\n]*\): warning: witty one-liner$ #readelf: -s #notarget: "sparc64-*-solaris2*" "sparcv9-*-solaris2*" #xfail: "d30v-*-*" "dlx-*-*" "i960-*-*" "pj-*-*" diff --git a/ld/testsuite/ld-elf/warn2.d b/ld/testsuite/ld-elf/warn2.d index cfeb8ce..4e723dd 100644 --- a/ld/testsuite/ld-elf/warn2.d +++ b/ld/testsuite/ld-elf/warn2.d @@ -2,7 +2,7 @@ #source: symbol2ref.s #source: symbol2w.s #ld: -T group.ld -#warning: ^[^\\n]*\.[obj]+: warning: function 'Foo' used$ +#warning: ^[^\n]*\.[obj]+: warning: function 'Foo' used$ #readelf: -s #notarget: "sparc64-*-solaris2*" "sparcv9-*-solaris2*" #xfail: d30v-*-* dlx-*-* fr30-*-* frv-*-elf ft32-*-* i860-*-* i960-*-* diff --git a/ld/testsuite/ld-i386/vxworks1-static.d b/ld/testsuite/ld-i386/vxworks1-static.d index 88c0baf..275e20e 100644 --- a/ld/testsuite/ld-i386/vxworks1-static.d +++ b/ld/testsuite/ld-i386/vxworks1-static.d @@ -1,4 +1,4 @@ #name: VxWorks executable test 1 (static) #source: vxworks1.s #ld: tmpdir/libvxworks1.so -Tvxworks1.ld -#error: Dynamic sections created in non-dynamic link +#error: dynamic sections created in non-dynamic link diff --git a/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d b/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d index 32734b9..abfb2ab 100644 --- a/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d +++ b/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d @@ -2,5 +2,5 @@ #source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared -#error: \A[^\n]*: In function `bar':\n +#error: \A[^\n]*: in function `bar':\n #error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z diff --git a/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d b/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d index b05c608..e73b5de 100644 --- a/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d +++ b/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d @@ -2,5 +2,5 @@ #source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s #as: -EB -64 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared -#error: \A[^\n]*: In function `bar':\n +#error: \A[^\n]*: in function `bar':\n #error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z diff --git a/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips.d b/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips.d index f9df557..cadbda0 100644 --- a/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips.d +++ b/ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips.d @@ -2,5 +2,5 @@ #source: ../../../gas/testsuite/gas/mips/branch-addend-micromips.s #as: -EB -32 #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared -#error: \A[^\n]*: In function `bar':\n +#error: \A[^\n]*: in function `bar':\n #error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z diff --git a/ld/testsuite/ld-mips-elf/bal-jalx-pic-n32.d b/ld/testsuite/ld-mips-elf/bal-jalx-pic-n32.d index bf3f3ff..e995683 100644 --- a/ld/testsuite/ld-mips-elf/bal-jalx-pic-n32.d +++ b/ld/testsuite/ld-mips-elf/bal-jalx-pic-n32.d @@ -2,5 +2,5 @@ #source: ../../../gas/testsuite/gas/mips/branch-addend.s #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared -#error: \A[^\n]*: In function `bar':\n +#error: \A[^\n]*: in function `bar':\n #error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z diff --git a/ld/testsuite/ld-mips-elf/bal-jalx-pic-n64.d b/ld/testsuite/ld-mips-elf/bal-jalx-pic-n64.d index 9d9bf4a..a82a866 100644 --- a/ld/testsuite/ld-mips-elf/bal-jalx-pic-n64.d +++ b/ld/testsuite/ld-mips-elf/bal-jalx-pic-n64.d @@ -2,5 +2,5 @@ #source: ../../../gas/testsuite/gas/mips/branch-addend.s #as: -EB -64 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared -#error: \A[^\n]*: In function `bar':\n +#error: \A[^\n]*: in function `bar':\n #error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z diff --git a/ld/testsuite/ld-mips-elf/bal-jalx-pic.d b/ld/testsuite/ld-mips-elf/bal-jalx-pic.d index 0cd4f09..6967023 100644 --- a/ld/testsuite/ld-mips-elf/bal-jalx-pic.d +++ b/ld/testsuite/ld-mips-elf/bal-jalx-pic.d @@ -2,5 +2,5 @@ #source: ../../../gas/testsuite/gas/mips/branch-addend.s #as: -EB -32 #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -shared -#error: \A[^\n]*: In function `bar':\n +#error: \A[^\n]*: in function `bar':\n #error: \(\.text\+0x1014\): unsupported branch between ISA modes\Z diff --git a/ld/testsuite/ld-mips-elf/jal-global-overflow-1.d b/ld/testsuite/ld-mips-elf/jal-global-overflow-1.d index da6e750..2ee5a76 100644 --- a/ld/testsuite/ld-mips-elf/jal-global-overflow-1.d +++ b/ld/testsuite/ld-mips-elf/jal-global-overflow-1.d @@ -2,7 +2,7 @@ #source: jal-global-overflow.s #as: -EB -32 #ld: -EB -Ttext 0x1fffd000 -e 0x1fffd000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x2000\): relocation truncated to fit: R_MIPS_26 against `abar'\n -#error: [^\n]*: In function `bar':\n +#error: [^\n]*: in function `bar':\n #error: \(\.text\+0x4000\): relocation truncated to fit: R_MIPS_26 against `afoo'\Z diff --git a/ld/testsuite/ld-mips-elf/jal-local-overflow-1.d b/ld/testsuite/ld-mips-elf/jal-local-overflow-1.d index 869df0e..c4deb8b 100644 --- a/ld/testsuite/ld-mips-elf/jal-local-overflow-1.d +++ b/ld/testsuite/ld-mips-elf/jal-local-overflow-1.d @@ -2,7 +2,7 @@ #source: jal-local-overflow.s #as: -EB -32 #ld: -EB -Ttext 0x1fffd000 -e 0x1fffd000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x2000\): relocation truncated to fit: R_MIPS_26 against `.text'\n -#error: [^\n]*: In function `bar':\n +#error: [^\n]*: in function `bar':\n #error: \(\.text\+0x4000\): relocation truncated to fit: R_MIPS_26 against `.text'\Z diff --git a/ld/testsuite/ld-mips-elf/mode-change-error-1.d b/ld/testsuite/ld-mips-elf/mode-change-error-1.d index c81b401..afa54d8 100644 --- a/ld/testsuite/ld-mips-elf/mode-change-error-1.d +++ b/ld/testsuite/ld-mips-elf/mode-change-error-1.d @@ -2,6 +2,6 @@ #source: mode-change-error-1a.s #source: mode-change-error-1b.s #ld: -e 0x8000000 -#error: \A[^\n]*: In function `main':\n +#error: \A[^\n]*: in function `main':\n #error: \(\.text\+0x0\): unsupported jump between ISA modes; consider recompiling with interlinking enabled\n #error: \(\.text\+0x8\): unsupported jump between ISA modes; consider recompiling with interlinking enabled\Z diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-2.d b/ld/testsuite/ld-mips-elf/unaligned-branch-2.d index 8f81cba..8ee279e 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-2.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-2.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-branch-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x101c\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x1024\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x102c\): branch to a non-instruction-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-2.d b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-2.d index 2881be3..89a5e17 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-2.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-2.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 --ignore-branch-isa #source: ../../../gas/testsuite/gas/mips/unaligned-branch-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x101c\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x1024\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x102c\): branch to a non-instruction-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d index 21e2c3e..7d9feb8 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 --ignore-branch-isa #source: ../../../gas/testsuite/gas/mips/unaligned-branch-micromips-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x100a\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x1012\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x101a\): cannot convert a branch to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d index a2b62dd..657f475 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 --ignore-branch-isa #source: ../../../gas/testsuite/gas/mips/unaligned-branch-mips16-2.s -#error: [^\n]*: In function `foo':\n +#error: [^\n]*: in function `foo':\n #error: \(\.text\+0x1008\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x100e\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x1014\): cannot convert a branch to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d index 4a09001..cef0302 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 --ignore-branch-isa #source: ../../../gas/testsuite/gas/mips/unaligned-branch-r6-3.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x101c\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x1024\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x102c\): branch to a non-instruction-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-micromips.d b/ld/testsuite/ld-mips-elf/unaligned-branch-micromips.d index 2a1ae34..fbedebc 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-micromips.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-micromips.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-branch-micromips-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x100a\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x1012\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x101a\): cannot convert a branch to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-mips16.d b/ld/testsuite/ld-mips-elf/unaligned-branch-mips16.d index b9ec2a6..c10f49a 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-mips16.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-mips16.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-branch-mips16-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x1002\): unsupported branch between ISA modes\n #error: \(\.text\+0x1008\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x1008\): unsupported branch between ISA modes\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-r6-1.d b/ld/testsuite/ld-mips-elf/unaligned-branch-r6-1.d index 608e52c..d3c9231 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-r6-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-r6-1.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-branch-r6-3.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x101c\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x1024\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x102c\): branch to a non-instruction-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch-r6-2.d b/ld/testsuite/ld-mips-elf/unaligned-branch-r6-2.d index 85da8ce..c2a7a79 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch-r6-2.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch-r6-2.d @@ -2,7 +2,7 @@ #as: -EB -n32 -mips64r6 #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-branch-r6-4.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x101c\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x1024\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x102c\): branch to a non-instruction-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-branch.d b/ld/testsuite/ld-mips-elf/unaligned-branch.d index 95b3360..4c7c137 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-branch.d +++ b/ld/testsuite/ld-mips-elf/unaligned-branch.d @@ -3,7 +3,7 @@ #source: unaligned-text.s #as: -EB -32 -mips32r6 #ld: -EB -Ttext 0x10000000 -e 0x10000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x14\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x1c\): branch to a non-instruction-aligned address\n #error: \(\.text\+0x24\): branch to a non-instruction-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-1.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-1.d index d70cf4c..a6cc2ed 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-1.d @@ -3,5 +3,5 @@ #source: unaligned-insn.s -mips16 #as: -EB -32 #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\Z diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-3.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-3.d index fb558b7..36327f8 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-3.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-3.d @@ -3,5 +3,5 @@ #source: unaligned-insn.s -mips16 #as: -EB -32 #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x0\): cannot convert a branch to JALX for a non-word-aligned address\Z diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-1.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-1.d index a80c871..f161ac7 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-1.d @@ -3,7 +3,7 @@ #source: unaligned-insn.s -mips16 #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-3.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-3.d index 8f96c8f..5aba630 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-3.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-3.d @@ -3,7 +3,7 @@ #source: unaligned-insn.s -mips16 #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x0\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x8\): cannot convert a branch to JALX for a non-word-aligned address\n #error: \(\.text\+0x10\): cannot convert a branch to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d index 8e11706..afca7c1 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d @@ -4,7 +4,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #objdump: -dr --prefix-addresses --show-raw-insn -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d index eec4cc1..e896268 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d @@ -4,7 +4,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #objdump: -dr --prefix-addresses --show-raw-insn -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d index d63d92c..c38b2d5 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d @@ -3,5 +3,5 @@ #source: unaligned-insn.s #as: -EB -32 #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\Z diff --git a/ld/testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d b/ld/testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d index cc8ec6a..aacf089 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d @@ -3,5 +3,5 @@ #source: unaligned-insn.s #as: -EB -32 #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): cannot convert a jump to JALX for a non-word-aligned address\Z diff --git a/ld/testsuite/ld-mips-elf/unaligned-jump-micromips.d b/ld/testsuite/ld-mips-elf/unaligned-jump-micromips.d index 1723b9c..d07c6b9 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jump-micromips.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jump-micromips.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-jump-micromips-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x1012\): unsupported jump between ISA modes; consider recompiling with interlinking enabled\n #error: \(\.text\+0x1018\): unsupported jump between ISA modes; consider recompiling with interlinking enabled\n #error: \(\.text\+0x101e\): cannot convert a jump to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-jump-mips16.d b/ld/testsuite/ld-mips-elf/unaligned-jump-mips16.d index 38b56a2..bd09a13 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jump-mips16.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jump-mips16.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-jump-mips16-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x100e\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x1014\): cannot convert a jump to JALX for a non-word-aligned address\n #error: \(\.text\+0x101a\): cannot convert a jump to JALX for a non-word-aligned address\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-jump.d b/ld/testsuite/ld-mips-elf/unaligned-jump.d index 2518457..53de3d0 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-jump.d +++ b/ld/testsuite/ld-mips-elf/unaligned-jump.d @@ -2,7 +2,7 @@ #as: -EB -n32 -march=from-abi #ld: -EB -Ttext 0x1c000000 -e 0x1c000000 #source: ../../../gas/testsuite/gas/mips/unaligned-jump-2.s -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x1004\): unsupported JALX to the same ISA mode\n #error: \(\.text\+0x101c\): jump to a non-instruction-aligned address\n #error: \(\.text\+0x101c\): unsupported JALX to the same ISA mode\n diff --git a/ld/testsuite/ld-mips-elf/unaligned-ldpc-1.d b/ld/testsuite/ld-mips-elf/unaligned-ldpc-1.d index 3af5cee..9f8aeeb 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-ldpc-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-ldpc-1.d @@ -3,7 +3,7 @@ #source: unaligned-data.s #as: -EB -32 -mips64r6 #ld: -EB -Ttext 0x1c000000 -Tdata 0x1c080000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\n #error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\n #error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\Z diff --git a/ld/testsuite/ld-mips-elf/unaligned-lwpc-1.d b/ld/testsuite/ld-mips-elf/unaligned-lwpc-1.d index bddff01..fd543f4 100644 --- a/ld/testsuite/ld-mips-elf/unaligned-lwpc-1.d +++ b/ld/testsuite/ld-mips-elf/unaligned-lwpc-1.d @@ -3,6 +3,6 @@ #source: unaligned-data.s #as: -EB -32 -mips32r6 #ld: -EB -Ttext 0x1c000000 -Tdata 0x1c080000 -e 0x1c000000 -#error: \A[^\n]*: In function `foo':\n +#error: \A[^\n]*: in function `foo':\n #error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\n #error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\Z diff --git a/ld/testsuite/ld-mips-elf/undefined.d b/ld/testsuite/ld-mips-elf/undefined.d index e5231df..994582e 100644 --- a/ld/testsuite/ld-mips-elf/undefined.d +++ b/ld/testsuite/ld-mips-elf/undefined.d @@ -1,4 +1,4 @@ #name: MIPS undefined reference #source: undefined.s #ld: -e foo -#error: \A[^\n]*\.o: In function `foo':\n\(\.text\+0x0\): undefined reference to `bar'\Z +#error: \A[^\n]*\.o: in function `foo':\n\(\.text\+0x0\): undefined reference to `bar'\Z diff --git a/ld/testsuite/ld-mips-elf/vxworks1-static.d b/ld/testsuite/ld-mips-elf/vxworks1-static.d index 69765ae..daa69a1 100644 --- a/ld/testsuite/ld-mips-elf/vxworks1-static.d +++ b/ld/testsuite/ld-mips-elf/vxworks1-static.d @@ -1,4 +1,4 @@ #name: VxWorks executable test 1 (static) #source: vxworks1.s #ld: tmpdir/libvxworks1.so -Tvxworks1.ld [big_or_little_endian] -#error: Dynamic sections created in non-dynamic link +#error: dynamic sections created in non-dynamic link diff --git a/ld/testsuite/ld-mmix/bpo-20.d b/ld/testsuite/ld-mmix/bpo-20.d index f05edfb..46ff6fa 100644 --- a/ld/testsuite/ld-mmix/bpo-20.d +++ b/ld/testsuite/ld-mmix/bpo-20.d @@ -2,7 +2,7 @@ #source: bpo-10.s #as: -linker-allocated-gregs #ld: -m elf64mmix -#error: Too many global registers +#error: too many global registers # Check that many too many gregs are recognized (and not signed/unsigned # bugs with checks for < 32 appear). diff --git a/ld/testsuite/ld-mmix/bpo-20m.d b/ld/testsuite/ld-mmix/bpo-20m.d index 91126b4..8264fd0 100644 --- a/ld/testsuite/ld-mmix/bpo-20m.d +++ b/ld/testsuite/ld-mmix/bpo-20m.d @@ -2,7 +2,7 @@ #source: bpo-10.s #as: -linker-allocated-gregs #ld: -m mmo -#error: Too many global registers +#error: too many global registers # Check that many too many gregs are recognized (and not signed/unsigned # bugs with checks for < 32 appear). diff --git a/ld/testsuite/ld-mmix/bpo-7.d b/ld/testsuite/ld-mmix/bpo-7.d index 693a502..0247736a6 100644 --- a/ld/testsuite/ld-mmix/bpo-7.d +++ b/ld/testsuite/ld-mmix/bpo-7.d @@ -3,4 +3,4 @@ #source: greg-1.s #as: -linker-allocated-gregs #ld: -m elf64mmix -#error: Too many global registers: 224 +#error: too many global registers: 224 diff --git a/ld/testsuite/ld-mmix/bpo-7m.d b/ld/testsuite/ld-mmix/bpo-7m.d index 21c4659..2ba0dd8 100644 --- a/ld/testsuite/ld-mmix/bpo-7m.d +++ b/ld/testsuite/ld-mmix/bpo-7m.d @@ -3,4 +3,4 @@ #source: greg-1.s #as: -linker-allocated-gregs #ld: -m mmo -#error: Too many global registers: 224 +#error: too many global registers: 224 diff --git a/ld/testsuite/ld-mmix/bpo-8.d b/ld/testsuite/ld-mmix/bpo-8.d index 438b072..6dbfbd6 100644 --- a/ld/testsuite/ld-mmix/bpo-8.d +++ b/ld/testsuite/ld-mmix/bpo-8.d @@ -4,4 +4,4 @@ #source: bpo-1.s #as: -linker-allocated-gregs #ld: -m elf64mmix -#error: Too many global registers: 224 +#error: too many global registers: 224 diff --git a/ld/testsuite/ld-mmix/bpo-8m.d b/ld/testsuite/ld-mmix/bpo-8m.d index 9187672..3c93f32 100644 --- a/ld/testsuite/ld-mmix/bpo-8m.d +++ b/ld/testsuite/ld-mmix/bpo-8m.d @@ -4,4 +4,4 @@ #source: bpo-1.s #as: -linker-allocated-gregs #ld: -m mmo -#error: Too many global registers: 224 +#error: too many global registers: 224 diff --git a/ld/testsuite/ld-mmix/greg-17.d b/ld/testsuite/ld-mmix/greg-17.d index e1af4b5..d068e70 100644 --- a/ld/testsuite/ld-mmix/greg-17.d +++ b/ld/testsuite/ld-mmix/greg-17.d @@ -32,6 +32,6 @@ #source: start.s #as: -x #ld: -m mmo -#error: Too many global registers: 224, max 223 +#error: too many global registers: 224, max 223 # Allocating the maximum number of gregs *plus one* is an error, mmo. diff --git a/ld/testsuite/ld-mmix/greg-18.d b/ld/testsuite/ld-mmix/greg-18.d index ed1bbaf..94b72a3 100644 --- a/ld/testsuite/ld-mmix/greg-18.d +++ b/ld/testsuite/ld-mmix/greg-18.d @@ -33,7 +33,7 @@ #as: -x #ld: -m mmo #objdump: -dt -#error: Too many global registers: 224, max 223 +#error: too many global registers: 224, max 223 # Allocating the maximum number of gregs *plus one* is an error; other end # of the stick, mmo. diff --git a/ld/testsuite/ld-mmix/greg-8.d b/ld/testsuite/ld-mmix/greg-8.d index cb6b776..2dfd19b 100644 --- a/ld/testsuite/ld-mmix/greg-8.d +++ b/ld/testsuite/ld-mmix/greg-8.d @@ -32,6 +32,6 @@ #source: start.s #as: -x #ld: -m elf64mmix -#error: Too many global registers: 224, max 223 +#error: too many global registers: 224, max 223 # Allocating the maximum number of gregs *plus one* is an error. diff --git a/ld/testsuite/ld-mmix/greg-9.d b/ld/testsuite/ld-mmix/greg-9.d index c9d9fcd..959471c 100644 --- a/ld/testsuite/ld-mmix/greg-9.d +++ b/ld/testsuite/ld-mmix/greg-9.d @@ -33,7 +33,7 @@ #as: -x #ld: -m elf64mmix #objdump: -dt -#error: Too many global registers: 224, max 223 +#error: too many global registers: 224, max 223 # Allocating the maximum number of gregs *plus one* is an error; other end # of the stick. diff --git a/ld/testsuite/ld-plugin/plugin-14.d b/ld/testsuite/ld-plugin/plugin-14.d index c9dc5f2..81365af 100644 --- a/ld/testsuite/ld-plugin/plugin-14.d +++ b/ld/testsuite/ld-plugin/plugin-14.d @@ -27,7 +27,7 @@ hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED hook called: claim_file tmpdir/text.o \[@0/.* not claimed #... hook called: all symbols read. -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. #... diff --git a/ld/testsuite/ld-plugin/plugin-15.d b/ld/testsuite/ld-plugin/plugin-15.d index 0481c5f..02c5e60 100644 --- a/ld/testsuite/ld-plugin/plugin-15.d +++ b/ld/testsuite/ld-plugin/plugin-15.d @@ -28,7 +28,7 @@ hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED hook called: claim_file tmpdir/text.o \[@0/.* not claimed #... hook called: all symbols read. -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. #... diff --git a/ld/testsuite/ld-plugin/plugin-16.d b/ld/testsuite/ld-plugin/plugin-16.d index ae54f0c..504fbdb 100644 --- a/ld/testsuite/ld-plugin/plugin-16.d +++ b/ld/testsuite/ld-plugin/plugin-16.d @@ -32,7 +32,7 @@ hook called: claim_file tmpdir/text.o \[@0/.* not claimed hook called: all symbols read. Sym: '_?func' Resolution: LDPR_PREVAILING_DEF Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. #... diff --git a/ld/testsuite/ld-plugin/plugin-20.d b/ld/testsuite/ld-plugin/plugin-20.d index 373a3ff..31bc376 100644 --- a/ld/testsuite/ld-plugin/plugin-20.d +++ b/ld/testsuite/ld-plugin/plugin-20.d @@ -2,6 +2,6 @@ hook called: all symbols read. Input: func.c \(tmpdir/libfunc.a\) Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. diff --git a/ld/testsuite/ld-plugin/plugin-21.d b/ld/testsuite/ld-plugin/plugin-21.d index 7b922c1..0b85f71 100644 --- a/ld/testsuite/ld-plugin/plugin-21.d +++ b/ld/testsuite/ld-plugin/plugin-21.d @@ -2,6 +2,6 @@ hook called: all symbols read. Input: .*/ld/testsuite/ld-plugin/func.c \(.*/ld/testsuite/ld-plugin/func.c\) Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. diff --git a/ld/testsuite/ld-plugin/plugin-22.d b/ld/testsuite/ld-plugin/plugin-22.d index 1512676..1084a0b 100644 --- a/ld/testsuite/ld-plugin/plugin-22.d +++ b/ld/testsuite/ld-plugin/plugin-22.d @@ -2,6 +2,6 @@ Claimed: tmpdir/libfunc.a \[@.* hook called: all symbols read. Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. diff --git a/ld/testsuite/ld-plugin/plugin-23.d b/ld/testsuite/ld-plugin/plugin-23.d index e05f7bd..0b6c25c 100644 --- a/ld/testsuite/ld-plugin/plugin-23.d +++ b/ld/testsuite/ld-plugin/plugin-23.d @@ -2,6 +2,6 @@ Claimed: .*/ld/testsuite/ld-plugin/func.c \[@0.* hook called: all symbols read. Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.* -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. diff --git a/ld/testsuite/ld-plugin/plugin-6.d b/ld/testsuite/ld-plugin/plugin-6.d index b4a1e9c..b1854ac 100644 --- a/ld/testsuite/ld-plugin/plugin-6.d +++ b/ld/testsuite/ld-plugin/plugin-6.d @@ -27,7 +27,7 @@ hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED hook called: claim_file tmpdir/text.o \[@0/.* not claimed #... hook called: all symbols read. -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. #... diff --git a/ld/testsuite/ld-plugin/plugin-7.d b/ld/testsuite/ld-plugin/plugin-7.d index 54259db..c77b66f 100644 --- a/ld/testsuite/ld-plugin/plugin-7.d +++ b/ld/testsuite/ld-plugin/plugin-7.d @@ -28,7 +28,7 @@ hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED hook called: claim_file tmpdir/text.o \[@0/.* not claimed #... hook called: all symbols read. -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. #... diff --git a/ld/testsuite/ld-plugin/plugin-8.d b/ld/testsuite/ld-plugin/plugin-8.d index c1dd25a..ca24227 100644 --- a/ld/testsuite/ld-plugin/plugin-8.d +++ b/ld/testsuite/ld-plugin/plugin-8.d @@ -32,7 +32,7 @@ hook called: claim_file tmpdir/text.o \[@0/.* not claimed hook called: all symbols read. Sym: '_?func' Resolution: LDPR_PREVAILING_DEF Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY -tmpdir/main.o: In function `main': +.*: tmpdir/main.o: in function `main': .*main.c.*: undefined reference to `\.?func' hook called: cleanup. #... diff --git a/ld/testsuite/ld-powerpc/aix-weak-3-32.d b/ld/testsuite/ld-powerpc/aix-weak-3-32.d index 45976c9..498ab9a 100644 --- a/ld/testsuite/ld-powerpc/aix-weak-3-32.d +++ b/ld/testsuite/ld-powerpc/aix-weak-3-32.d @@ -2,4 +2,4 @@ #source: aix-weak-3b.s #as: -a32 --defsym size=32 #ld: -b32 -e.main -bnoautoimp tmpdir/aix-weak-3a.so -#error: .*multiple definition of `x1'\n[^\n]*first defined here +#error: .*multiple definition of `x1';[^\n]*first defined here diff --git a/ld/testsuite/ld-powerpc/aix-weak-3-64.d b/ld/testsuite/ld-powerpc/aix-weak-3-64.d index 4673175..fa192d9 100644 --- a/ld/testsuite/ld-powerpc/aix-weak-3-64.d +++ b/ld/testsuite/ld-powerpc/aix-weak-3-64.d @@ -2,4 +2,4 @@ #source: aix-weak-3b.s #as: -a64 --defsym size=64 #ld: -b64 -e.main -bnoautoimp tmpdir/aix64-weak-3a.so -#error: .*multiple definition of `x1'\n[^\n]*first defined here +#error: .*multiple definition of `x1';[^\n]*first defined here diff --git a/ld/testsuite/ld-powerpc/vxworks1-static.d b/ld/testsuite/ld-powerpc/vxworks1-static.d index 4c2d1fd..4f616e7 100644 --- a/ld/testsuite/ld-powerpc/vxworks1-static.d +++ b/ld/testsuite/ld-powerpc/vxworks1-static.d @@ -1,4 +1,4 @@ #name: VxWorks executable test 1 (static) #source: vxworks1.s -mregnames #ld: tmpdir/libvxworks1.so -Tvxworks1.ld -#error: Dynamic sections created in non-dynamic link +#error: dynamic sections created in non-dynamic link diff --git a/ld/testsuite/ld-sh/vxworks1-static.d b/ld/testsuite/ld-sh/vxworks1-static.d index dffc45b..9587240 100644 --- a/ld/testsuite/ld-sh/vxworks1-static.d +++ b/ld/testsuite/ld-sh/vxworks1-static.d @@ -1,4 +1,4 @@ #name: VxWorks executable test 1 (static) #source: vxworks1.s #ld: tmpdir/libvxworks1.so -Tvxworks1.ld -EL -#error: Dynamic sections created in non-dynamic link +#error: dynamic sections created in non-dynamic link diff --git a/ld/testsuite/ld-sparc/vxworks1-static.d b/ld/testsuite/ld-sparc/vxworks1-static.d index 88c0baf..275e20e 100644 --- a/ld/testsuite/ld-sparc/vxworks1-static.d +++ b/ld/testsuite/ld-sparc/vxworks1-static.d @@ -1,4 +1,4 @@ #name: VxWorks executable test 1 (static) #source: vxworks1.s #ld: tmpdir/libvxworks1.so -Tvxworks1.ld -#error: Dynamic sections created in non-dynamic link +#error: dynamic sections created in non-dynamic link diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 2c69db3..f97db1c 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -70,7 +70,7 @@ if { ![is_remote host] && [which $CC] == 0 } { # "undefined function" and "undefined line" tests fail. setup_xfail xtensa*-*-linux* - set mf "tmpdir/undefined.o* In function `function':" + set mf "tmpdir/undefined.o* in function `function':" checkund $mf $testfn if ![is_elf_format] { diff --git a/ld/testsuite/ld-x86-64/pie1.d b/ld/testsuite/ld-x86-64/pie1.d index 6373eea..3e64c15 100644 --- a/ld/testsuite/ld-x86-64/pie1.d +++ b/ld/testsuite/ld-x86-64/pie1.d @@ -2,7 +2,7 @@ #as: --64 #ld: -pie -melf_x86_64 --noinhibit-exec #readelf: -s --wide -#warning: \A[^\n]*\.o[^\n]*In function `_start':\n[^\n]*: undefined reference to `foo'\Z +#warning: \A[^\n]*\.o[^\n]*in function `_start':\n[^\n]*: undefined reference to `foo'\Z #failif #... |