mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 12:39:41 +08:00
* lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
From-SVN: r15042
This commit is contained in:
parent
a172951945
commit
b245293e3b
@ -1,3 +1,7 @@
|
||||
Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
|
||||
|
||||
Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gcc.c-torture/execute/920501-9.c: Fix to work on targets with
|
||||
|
@ -30,11 +30,11 @@ proc gcc-dg-test { prog do_what extra_tool_flags } {
|
||||
set output_file "[file rootname [file tail $prog]].i"
|
||||
}
|
||||
"compile" {
|
||||
set compile_type "object"
|
||||
set compile_type "assembly"
|
||||
set output_file "[file rootname [file tail $prog]].s"
|
||||
}
|
||||
"assemble" {
|
||||
set compile_type "assembly"
|
||||
set compile_type "object"
|
||||
set output_file "[file rootname [file tail $prog]].o"
|
||||
}
|
||||
"link" {
|
||||
|
Loading…
Reference in New Issue
Block a user