Commit 8fc98a46 by Mark Mitchell Committed by Mark Mitchell

gcc-dg.exp (dg-require-alias): Fix typo.

	* lib/gcc-dg.exp (dg-require-alias): Fix typo.
	(dg-require-gc-sections): Likewise.

From-SVN: r67635
parent f751e9c2
2003-06-08 Mark Mitchell <mark@codesourcery.com>
* lib/gcc-dg.exp (dg-require-alias): Fix typo.
(dg-require-gc-sections): Likewise.
Sun Jun 8 16:46:04 CEST 2003 Jan Hubicka <jh@suse.cz> Sun Jun 8 16:46:04 CEST 2003 Jan Hubicka <jh@suse.cz>
* i386-cmov1.c: Fix regular expression. * i386-cmov1.c: Fix regular expression.
......
...@@ -279,7 +279,7 @@ proc dg-require-alias { args } { ...@@ -279,7 +279,7 @@ proc dg-require-alias { args } {
unresolved "$name" unresolved "$name"
} }
if { $alias_available < 2 } { if { $alias_available < 2 } {
set dg-do-what [list [lindex $dg_do_what 0] "N" "P"] set dg-do-what [list [lindex $dg-do-what 0] "N" "P"]
return return
} }
} }
...@@ -290,7 +290,7 @@ proc dg-require-alias { args } { ...@@ -290,7 +290,7 @@ proc dg-require-alias { args } {
proc dg-require-gc-sections { args } { proc dg-require-gc-sections { args } {
if { ![ check_gc_sections_available ] } { if { ![ check_gc_sections_available ] } {
upvar dg-do-what dg-do-what upvar dg-do-what dg-do-what
set dg-do-what [list [lindex $dg_do_what 0] "N" "P"] set dg-do-what [list [lindex $dg-do-what 0] "N" "P"]
return return
} }
} }
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