public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gas/testsuite: adjust another test for case insensitive file systems
@ 2023-02-27 13:41 Clément Chigot
  2023-02-27 14:15 ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Clément Chigot @ 2023-02-27 13:41 UTC (permalink / raw)
  To: binutils; +Cc: jbeulich, Clément Chigot

As 1fafeaac8503eea2f61c3a35f0eef183b7e7cc65, "line.s" and "Line.s" are
identical in case insensitive file systems. Thus, gas don't trigger an
input file switch.

gas/ChangeLog:

        * testsuite/gas/elf/dwarf-5-macro.s: Change Line.s to Line2.s.
---
 gas/testsuite/gas/elf/dwarf-5-macro.s | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/testsuite/gas/elf/dwarf-5-macro.s b/gas/testsuite/gas/elf/dwarf-5-macro.s
index 23be186f9ca..b32c35ed1b1 100644
--- a/gas/testsuite/gas/elf/dwarf-5-macro.s
+++ b/gas/testsuite/gas/elf/dwarf-5-macro.s
@@ -3,7 +3,7 @@
 	.endm
 
 	.macro m2 args:vararg
-	.file "Line.s"
+	.file "Line2.s"
 	.line 7
 	.nop
 	.endm
-- 
2.25.1


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

* Re: [PATCH] gas/testsuite: adjust another test for case insensitive file systems
  2023-02-27 13:41 [PATCH] gas/testsuite: adjust another test for case insensitive file systems Clément Chigot
@ 2023-02-27 14:15 ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2023-02-27 14:15 UTC (permalink / raw)
  To: Clément Chigot; +Cc: binutils

On 27.02.2023 14:41, Clément Chigot wrote:
> As 1fafeaac8503eea2f61c3a35f0eef183b7e7cc65, "line.s" and "Line.s" are
> identical in case insensitive file systems. Thus, gas don't trigger an
> input file switch.

Okay (kind of obviously, given the earlier change to line.s).

Jan


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

end of thread, other threads:[~2023-02-27 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 13:41 [PATCH] gas/testsuite: adjust another test for case insensitive file systems Clément Chigot
2023-02-27 14:15 ` Jan Beulich

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).