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
This commit is contained in:
Mark Mitchell 2003-06-08 19:22:51 +00:00 committed by Mark Mitchell
parent f751e9c281
commit 8fc98a4667
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* i386-cmov1.c: Fix regular expression.

View File

@ -279,7 +279,7 @@ proc dg-require-alias { args } {
unresolved "$name"
}
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
}
}
@ -290,7 +290,7 @@ proc dg-require-alias { args } {
proc dg-require-gc-sections { args } {
if { ![ check_gc_sections_available ] } {
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
}
}