aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorClément Chigot <chigot@adacore.com>2023-02-27 13:57:12 +0100
committerClément Chigot <chigot@adacore.com>2023-02-27 15:17:49 +0100
commit1b30ccce02065e40a6a82664e50e7f86225c7a67 (patch)
treec5b403f23c28cf741955bf3881595328dabb0785 /gas
parent85c7cb3c4b70cc484ecf3d72a116503876a28f0a (diff)
downloadgdb-1b30ccce02065e40a6a82664e50e7f86225c7a67.zip
gdb-1b30ccce02065e40a6a82664e50e7f86225c7a67.tar.gz
gdb-1b30ccce02065e40a6a82664e50e7f86225c7a67.tar.bz2
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.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/elf/dwarf-5-macro.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/elf/dwarf-5-macro.s b/gas/testsuite/gas/elf/dwarf-5-macro.s
index 23be186..b32c35e 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