gas/testsuite: adjust another test for case insensitive file systems

Message ID 20230227134135.462271-1-chigot@adacore.com
State Repeat Merge
Headers
Series gas/testsuite: adjust another test for case insensitive file systems |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Clément Chigot Feb. 27, 2023, 1:41 p.m. UTC
  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(-)
  

Comments

Jan Beulich Feb. 27, 2023, 2:15 p.m. UTC | #1
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
  

Patch

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