public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] gas/testsuite: adjust another test for case insensitive file systems
@ 2023-02-27 14:18 Cl?ment Chigot
  0 siblings, 0 replies; only message in thread
From: Cl?ment Chigot @ 2023-02-27 14:18 UTC (permalink / raw)
  To: bfd-cvs

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

commit 1b30ccce02065e40a6a82664e50e7f86225c7a67
Author: Clément Chigot <chigot@adacore.com>
Date:   Mon Feb 27 13:57:12 2023 +0100

    gas/testsuite: adjust another test for case insensitive file systems
    
    As 1fafeaac8503eea2f61c3a35f0eef183b7e7cc65, "line.s" and "Line.s" are
    identical in case insensitive file systems. Thus, gas doesn't trigger
    an input file switch.
    
    gas/ChangeLog:
    
            * testsuite/gas/elf/dwarf-5-macro.s: Change Line.s to Line2.s.

Diff:
---
 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-27 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 14:18 [binutils-gdb] gas/testsuite: adjust another test for case insensitive file systems Cl?ment Chigot

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