projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c7cb3
)
gas/testsuite: adjust another test for case insensitive file systems
author
Clément Chigot
<chigot@adacore.com>
Mon, 27 Feb 2023 12:57:12 +0000
(13:57 +0100)
committer
Clément Chigot
<chigot@adacore.com>
Mon, 27 Feb 2023 14:17:49 +0000
(15:17 +0100)
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.
gas/testsuite/gas/elf/dwarf-5-macro.s
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/elf/dwarf-5-macro.s
b/gas/testsuite/gas/elf/dwarf-5-macro.s
index 23be186f9ca92ea02fa0792757947e1885f82646..b32c35ed1b1f854f7afdae1659390bee6857c2d4 100644
(file)
--- 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 "Line
2
.s"
.line 7
.nop
.endm