aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-09-10 16:35:17 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-09-10 16:35:17 +0000
commit2bf448e0dcc2bd35ebb44382c15b6a902cdb08c9 (patch)
tree60247f9a8a656173a6b2496e2be38ecf89702923
parent6d2e05aaf9498296a82e15d26998e9670fc2a1b1 (diff)
downloadfsf-binutils-gdb-2bf448e0dcc2bd35ebb44382c15b6a902cdb08c9.zip
fsf-binutils-gdb-2bf448e0dcc2bd35ebb44382c15b6a902cdb08c9.tar.gz
fsf-binutils-gdb-2bf448e0dcc2bd35ebb44382c15b6a902cdb08c9.tar.bz2
* gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
description for boolean types.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.ada/packed_tagged.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f078b70..3da4d30 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-10 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
+ description for boolean types.
+
2008-09-09 Pedro Alves <pedro@codesourcery.com>
* gdb.base/hook-stop-continue.c: New.
diff --git a/gdb/testsuite/gdb.ada/packed_tagged.exp b/gdb/testsuite/gdb.ada/packed_tagged.exp
index 04755a5..fcf9778 100644
--- a/gdb/testsuite/gdb.ada/packed_tagged.exp
+++ b/gdb/testsuite/gdb.ada/packed_tagged.exp
@@ -54,7 +54,7 @@ gdb_test "print x" \
gdb_test "ptype x" \
[multi_line "type = record" \
- " exists: range false \\.\\. true;" \
+ " exists: (boolean|range false \\.\\. true);" \
" case exists is" \
" when true =>" \
" value: range 0 \\.\\. 255;" \