From: Doug Evans Date: Sat, 31 Jan 2015 22:26:54 +0000 (-0800) Subject: gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dd31d7995882a43fab9b35b11775499126d7bd8;p=binutils-gdb.git gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12. gdb/testsuite/ChangeLog: * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c5a52121a7..c5cff1867e3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-01-31 Doug Evans + + * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12. + 2015-01-31 Doug Evans * gdb.guile/scm-section-script.c: Add duplicate inlined section script diff --git a/gdb/testsuite/gdb.ada/dyn_arrayidx.exp b/gdb/testsuite/gdb.ada/dyn_arrayidx.exp index 25351db5d05..06702b80fce 100644 --- a/gdb/testsuite/gdb.ada/dyn_arrayidx.exp +++ b/gdb/testsuite/gdb.ada/dyn_arrayidx.exp @@ -19,7 +19,7 @@ if { [skip_ada_tests] } { return -1 } standard_ada_testfile foo -if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug}] != ""} { +if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug additional_flags=-gnat12}] != ""} { return -1 }