aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2015-01-31 14:26:54 -0800
committerDoug Evans <xdje42@gmail.com>2015-01-31 14:26:54 -0800
commit5dd31d7995882a43fab9b35b11775499126d7bd8 (patch)
tree22f29da84e825041de8d9fe1e2eb10d0822a9e4b /gdb/testsuite/gdb.ada
parent05cdcf3d36ce579b3bf8c45badee7974b6adb88d (diff)
downloadfsf-binutils-gdb-5dd31d7995882a43fab9b35b11775499126d7bd8.zip
fsf-binutils-gdb-5dd31d7995882a43fab9b35b11775499126d7bd8.tar.gz
fsf-binutils-gdb-5dd31d7995882a43fab9b35b11775499126d7bd8.tar.bz2
gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
gdb/testsuite/ChangeLog: * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r--gdb/testsuite/gdb.ada/dyn_arrayidx.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/dyn_arrayidx.exp b/gdb/testsuite/gdb.ada/dyn_arrayidx.exp
index 25351db..06702b8 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
}