[commit/testsuite/Ada] Update Makefile.in:EXECUTABLES list

Joel Brobecker brobecker@adacore.com
Wed Sep 10 17:27:00 GMT 2008


Just bringing the list up to date so that, when I do a "make clean",
it deletes the executables that the gdb.ada portion of the testsuite
produced.  This is more important to have for Ada than the rest,
because "gnatmake" only recompiles the units if they are out of date
(ie the sources have changed since the last built) - so if I switch
compiler between two runs, and the compilers are close enough that
gnatmake doesn't detect this change of compiler, I don't get any
rebuild.

2008-09-10  Joel Brobecker  <brobecker@adacore.com>

        * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.

Tested on x86-linux. Checked in.

-- 
Joel
-------------- next part --------------
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/Makefile.in,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile.in
--- Makefile.in	1 Feb 2008 22:48:16 -0000	1.4
+++ Makefile.in	10 Sep 2008 17:22:46 -0000
@@ -2,20 +2,44 @@ VPATH = @srcdir@
 srcdir = @srcdir@
 
 EXECUTABLES = \
+  array_bounds/bar \
   array_return/p \
+  array_subscript_addr/p \
   arrayidx/p \
+  arrayparam/foo \
+  arrayptr/foo \
+  atomic_enum/foo \
   catch_ex/foo \
   char_param/foo \
+  complete/foo \
   exec_changed/common \
   exec_changed/first \
   exec_changed/second \
+  exprs/p \
+  fixed_cmp/fixed \
   fixed_points/fixed_points \
+  formatted_ref/formatted_ref \
   frame_args/foo \
+  fun_addr/foo \
+  fun_in_declare/foo \
+  funcall_param/foo \
+  homonym/homonym_main \
+  interface/foo \
+  lang_switch/lang_switch \
   nested/hello \
+  null_array/foo \
   null_record/null_record \
   packed_array/pa \
+  packed_tagged/comp_bug \
   print_chars/foo \
   start/dummy \
+  ptype_field/foo \
+  ref_param/foo \
+  str_ref_cmp/foo \
+  sym_print_name/foo \
+  taft_type/p \
+  tagged/foo \
+  type_coercion/assign \
   watch_arg/watch
 
 MISCELLANEOUS =


More information about the Gdb-patches mailing list