arm: PR 29739 Fix typo where ';' should not have been replaced with '@'
authorChristophe Lyon <christophe.lyon@arm.com>
Wed, 2 Nov 2022 16:50:15 +0000 (16:50 +0000)
committerChristophe Lyon <christophe.lyon@arm.com>
Wed, 2 Nov 2022 17:58:53 +0000 (17:58 +0000)
';' does not always indicate the start of a comment, and commit
8cb6e17571f3fb66ccd4fa19f881602542cd06fc incorrectly replaced 3
instances of ';' with '@' in expected diagnostics, leading to tests
failures.

This patch restores the original ';' as needed in these testcases.

Fixes bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29739

ld/testsuite/ld-arm/attr-merge-wchar-24.d
ld/testsuite/ld-arm/attr-merge-wchar-42.d
ld/testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d

index 92a26ab505bcc7102b08aa6626da6bd7a9601047..46d6c66f353b12dbe226938ebebf6a11eb4aaf04 100644 (file)
@@ -2,4 +2,4 @@
 #source: attr-merge-wchar-4.s
 #as:
 #ld: -r
-#warning: warning: .* uses 4-byte wchar_t yet the output is to use 2-byte wchar_t@ use of wchar_t values across objects may fail
+#warning: warning: .* uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
index 274cdc84fbcc0f87290b39094f1a354b67cd7a6e..c2aca5e67cc88202cdcfa76badd4f22824ad2620 100644 (file)
@@ -2,4 +2,4 @@
 #source: attr-merge-wchar-2.s
 #as:
 #ld: -r
-#warning: warning: .* uses 2-byte wchar_t yet the output is to use 4-byte wchar_t@ use of wchar_t values across objects may fail
+#warning: warning: .* uses 2-byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail
index 13b28385bf333b7036b924d644f9ab63b961be36..8e785c611a9a839a57fd9b9c5b97bab0b33d1706 100644 (file)
@@ -3,7 +3,7 @@
 #ld:-EL --fix-stm32l4xx-629360 -Ttext=0x80000
 #objdump: -dr --prefix-addresses --show-raw-insn
 #name: STM32L4XX erratum : LDM cannot be patched when LDM is too far from veneer section
-#warning: .*cannot create STM32L4XX veneer@ jump out of range by 24 bytes; cannot encode branch instruction.*
+#warning: .*cannot create STM32L4XX veneer; jump out of range by 24 bytes; cannot encode branch instruction.*
 
 # Test the `LDM*' instructions when too far from the veneer section
 # They cannot, thus should not, be patched