+2007-12-26 Joel Brobecker <brobecker@adacore.com>
+
+ * 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".
+
2007-12-24 Joel Brobecker <brobecker@adacore.com>
* gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
* gdb.base/expand-psymtabs.exp: New testcase
expect file.
-
2007-12-17 Luis Machado <luisgpm@br.ibm.com>
* testsuite/gdb.base/watch_thread_num.c: New testcase source file.
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 =
set binfile ${objdir}/${subdir}/${testfile}
file mkdir ${objdir}/${subdir}/${testdir}
-if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug additional_flags=-gnata ]] != "" } {
+if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug]] != "" } {
return -1
}
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
-with System;
-
package Pck is
Procedure_Result : Character := ' ';