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 | |
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.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/altivec-abi.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8c0a991..e3d8801 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com> + + * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete + parameter. + 2012-03-01 Maciej W. Rozycki <macro@mips.com> * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS 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 |