diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-12-26 14:21:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-12-26 14:21:53 +0000 |
commit | fb5f3683c3984c670818d49ff90974e8476614ca (patch) | |
tree | 825b4e8eca2c5f15f3b87ef2566922577564ce05 /gdb/testsuite/gdb.ada/Makefile.in | |
parent | 1760d9d58004f209979ade8c4d48993cfd8372be (diff) | |
download | gdb-fb5f3683c3984c670818d49ff90974e8476614ca.zip gdb-fb5f3683c3984c670818d49ff90974e8476614ca.tar.gz gdb-fb5f3683c3984c670818d49ff90974e8476614ca.tar.bz2 |
* gdb.ada/Makefile.in (EXECUTABLES): Update list.
* gdb.ada/char_param.exp: Do not compile our test program with
-gnata, this is unnecessary.
* gdb.ada/char_param/pck.ads: Remove unnecessary "with".
Diffstat (limited to 'gdb/testsuite/gdb.ada/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.ada/Makefile.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/Makefile.in b/gdb/testsuite/gdb.ada/Makefile.in index 3d2a99c..cbde096 100644 --- a/gdb/testsuite/gdb.ada/Makefile.in +++ b/gdb/testsuite/gdb.ada/Makefile.in @@ -1,7 +1,21 @@ VPATH = @srcdir@ srcdir = @srcdir@ -EXECUTABLES = null_record/null_record fixed_points/fixed_points +EXECUTABLES = \ + array_return/p \ + arrayidx/p \ + catch_ex/foo \ + char_param/foo \ + exec_changed/common \ + exec_changed/first \ + exec_changed/second \ + fixed_points/fixed_points \ + frame_args/foo \ + null_record/null_record \ + packed_array/pa \ + print_chars/foo \ + start/dummy \ + watch_arg/watch MISCELLANEOUS = |