public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] arm: PR 29739 Fix typo where ';' should not have been replaced with '@'
@ 2022-11-02 17:29 Christophe Lyon
  2022-11-02 17:51 ` [PATCH] arm: PR 29739 Fix typo where '; ' " Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Lyon @ 2022-11-02 17:29 UTC (permalink / raw)
  To: binutils; +Cc: Christophe Lyon

';' 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          | 2 +-
 ld/testsuite/ld-arm/attr-merge-wchar-42.d          | 2 +-
 ld/testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ld/testsuite/ld-arm/attr-merge-wchar-24.d b/ld/testsuite/ld-arm/attr-merge-wchar-24.d
index 92a26ab505b..46d6c66f353 100644
--- a/ld/testsuite/ld-arm/attr-merge-wchar-24.d
+++ b/ld/testsuite/ld-arm/attr-merge-wchar-24.d
@@ -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
diff --git a/ld/testsuite/ld-arm/attr-merge-wchar-42.d b/ld/testsuite/ld-arm/attr-merge-wchar-42.d
index 274cdc84fbc..c2aca5e67cc 100644
--- a/ld/testsuite/ld-arm/attr-merge-wchar-42.d
+++ b/ld/testsuite/ld-arm/attr-merge-wchar-42.d
@@ -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
diff --git a/ld/testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d b/ld/testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d
index 13b28385bf3..8e785c611a9 100644
--- a/ld/testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d
+++ b/ld/testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d
@@ -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
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: PR 29739 Fix typo where '; ' should not have been replaced with '@'
  2022-11-02 17:29 [PATCH] arm: PR 29739 Fix typo where ';' should not have been replaced with '@' Christophe Lyon
@ 2022-11-02 17:51 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2022-11-02 17:51 UTC (permalink / raw)
  To: Christophe Lyon, binutils

Hi Christophe,

> ';' 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
> 
Patch approved - please apply.

Cheers
   Nick



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-02 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 17:29 [PATCH] arm: PR 29739 Fix typo where ';' should not have been replaced with '@' Christophe Lyon
2022-11-02 17:51 ` [PATCH] arm: PR 29739 Fix typo where '; ' " Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).