]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Update python-helper.exp for type allocation changes
authorTom Tromey <tromey@adacore.com>
Mon, 20 Mar 2023 16:18:22 +0000 (10:18 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 20 Mar 2023 17:40:36 +0000 (11:40 -0600)
commit505ca0bfa52845fb7793b9f2a808c7c5aa4677fd
tree09a9c94ed36ff8858911fe8185978ccae7120139
parent80d6c79866f16cb2e184ea4952e2ca7f797dee44
Update python-helper.exp for type allocation changes

The type allocation changes introduced a failure in python-helper.exp
that I did not notice.  The bug is that, with these patches,
arch-allocated integer types have a TYPE_SPECIFIC_INT object attached.
This patch updates the test to allow this.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30253
gdb/testsuite/gdb.gdb/python-helper.exp