diff options
author | Tom Tromey <tromey@adacore.com> | 2022-06-17 07:41:37 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-07-18 09:57:04 -0600 |
commit | 6a40c6e4374a660eab5cdc2f8a777ccbd7a81951 (patch) | |
tree | 58413fbd5fbe095288fc93c6474a0b84dbe6f757 /gdb/testsuite/gdb.python/py-event-load.py | |
parent | 083aca0c8333fc24c6a65a03fca765bc13ee37c0 (diff) | |
download | binutils-6a40c6e4374a660eab5cdc2f8a777ccbd7a81951.zip binutils-6a40c6e4374a660eab5cdc2f8a777ccbd7a81951.tar.gz binutils-6a40c6e4374a660eab5cdc2f8a777ccbd7a81951.tar.bz2 |
Remove array typedef assumption for Ada
Currently the Ada code assumes that it can distinguish between a
multi-dimensional array and an array of arrays by looking for an
intervening typedef -- that is, for an array of arrays, there will be
a typedef wrapping the innermost array type.
A recent compiler change removes this typedef, which causes a gdb
failure in the internal AdaCore test suite.
This patch handles this case by checking whether the array type in
question has a name.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-event-load.py')
0 files changed, 0 insertions, 0 deletions