Commit 6b016bf4 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

scanasm.exp (scan-assembler-dem, [...]): Remove first, non-varying, argument.

	* lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
	Remove first, non-varying, argument.

From-SVN: r49197
parent b299a075
2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
* lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
Remove first, non-varying, argument.
2002-01-23 Richard Henderson <rth@redhat.com>
* gcc.dg/inline-2.c: New.
......
......@@ -91,7 +91,7 @@ proc scan-assembler-not { args } {
# Utility for scanning demangled compiler result, invoked via dg-final.
# Call pass if pattern is present, otherwise fail.
proc scan-assembler-dem { pattern args } {
proc scan-assembler-dem { args } {
global cxxfilt
global base_dir
......@@ -135,7 +135,7 @@ proc scan-assembler-dem { pattern args } {
}
# Call pass if demangled pattern is not present, otherwise fail.
proc scan-assembler-dem-not { pattern args } {
proc scan-assembler-dem-not { args } {
global cxxfilt
global base_dir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment