aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/Makefile.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-05-16 13:56:41 +0000
committerPedro Alves <palves@redhat.com>2011-05-16 13:56:41 +0000
commit3b48433dfbab56ba40489df8a778df6c845bc021 (patch)
tree54080e8aca169e97e95cbcb7d9ab8d7837679611 /gdb/testsuite/gdb.arch/Makefile.in
parente3b66208d10d41c18adf808811be92dcf846f9d4 (diff)
downloadgdb-3b48433dfbab56ba40489df8a778df6c845bc021.zip
gdb-3b48433dfbab56ba40489df8a778df6c845bc021.tar.gz
gdb-3b48433dfbab56ba40489df8a778df6c845bc021.tar.bz2
2011-05-16 Pedro Alves <pedro@codesourcery.com>
gdb/testsuite/ * gdb.ada/start.exp: Call untested with the correct test filename. * gdb.arch/i386-bp_permanent.exp: Call untested with the correct test filename. Make the test's binary unique. * gdb.arch/i386-signal.exp: Call untested with the correct test filename. * gdb.arch/i386-size-overlap.exp: Ditto. * gdb.arch/Makefile.in (EXECUTABLES): Update. * gdb.base/gcore-buffer-overflow.exp: Ditto. * gdb.cp/call-c.exp: Ditto. * gdb.mi/mi-reverse.exp: Call untested with the correct test filename. Make the test's binary unique. * gdb.mi/Makefile.in (EXECUTABLES): Update. * gdb.python/py-mi.exp: Ditto. * gdb.python/Makefile.in (EXECUTABLES): Update. * gdb.reverse/i386-precsave.exp: Ditto. * gdb.reverse/i387-env-reverse.exp: Call untested with the correct test filename. * gdb.reverse/i387-stack-reverse.exp: Ditto. * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary unique. * gdb.reverse/sigall-reverse.exp: Call untested with the correct test filename. * gdb.reverse/Makefile.in (EXECUTABLES): Update. * gdb.trace/tfile.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.arch/Makefile.in')
-rw-r--r--gdb/testsuite/gdb.arch/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/Makefile.in b/gdb/testsuite/gdb.arch/Makefile.in
index b30af2b..a86edaf 100644
--- a/gdb/testsuite/gdb.arch/Makefile.in
+++ b/gdb/testsuite/gdb.arch/Makefile.in
@@ -2,8 +2,8 @@ VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = altivec-abi altivec-regs amd64-byte amd64-disp-step \
- amd64-dword amd64-i386-address amd64-word i386-permbkpt \
- i386-signal i386-sse
+ amd64-dword amd64-i386-address amd64-word i386-bp_permanent \
+ i386-permbkpt i386-avx i386-signal i386-sse
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."