diff options
author | Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> | 2012-03-02 18:43:46 +0000 |
---|---|---|
committer | Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> | 2012-03-02 18:43:46 +0000 |
commit | 7380c0c93f0bcc6cd90897e89ea451d632814b5f (patch) | |
tree | cecee4ca622096f45772c2c730fe1e8b2a8a2a8e /gdb/testsuite/gdb.arch | |
parent | 2a2ef594da159f295299c151eb98c5ec706ce4bb (diff) | |
download | gdb-7380c0c93f0bcc6cd90897e89ea451d632814b5f.zip gdb-7380c0c93f0bcc6cd90897e89ea451d632814b5f.tar.gz gdb-7380c0c93f0bcc6cd90897e89ea451d632814b5f.tar.bz2 |
gdb/testsuite/
2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
* gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
parameter.
Diffstat (limited to 'gdb/testsuite/gdb.arch')
-rw-r--r-- | gdb/testsuite/gdb.arch/altivec-abi.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp index 718018d..74b8f2a 100644 --- a/gdb/testsuite/gdb.arch/altivec-abi.exp +++ b/gdb/testsuite/gdb.arch/altivec-abi.exp @@ -36,7 +36,7 @@ if [get_compiler_info $binfile] { return -1 } -proc altivec_abi_tests { prefix extra_flags force_abi } { +proc altivec_abi_tests { extra_flags force_abi } { global testfile binfile srcfile srcdir subdir global gdb_prompt |