* gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
description for boolean types.
This commit is contained in:
parent
6d2e05aaf9
commit
2bf448e0dc
@ -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.
|
||||
|
@ -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;" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user