diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-08 19:22:51 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-08 19:22:51 +0000 |
commit | 60ff337d6a723b4ca7f686075a097e3f5b6e9a88 (patch) | |
tree | 86a42b102e3545e7bec22f1a4b0edeefed17c792 /gcc/testsuite/lib | |
parent | a886c9ed2d61654eb1ad0296421d346bdbfb6ae5 (diff) | |
download | gcc-60ff337d6a723b4ca7f686075a097e3f5b6e9a88.tar.gz |
* lib/gcc-dg.exp (dg-require-alias): Fix typo.
(dg-require-gc-sections): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67635 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/lib')
-rw-r--r-- | gcc/testsuite/lib/gcc-dg.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/lib/gcc-dg.exp b/gcc/testsuite/lib/gcc-dg.exp index 09fd618d90a..54fdd6abe3c 100644 --- a/gcc/testsuite/lib/gcc-dg.exp +++ b/gcc/testsuite/lib/gcc-dg.exp @@ -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 } } |