diff options
author | Alan Modra <amodra@gmail.com> | 2025-01-09 15:07:49 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-01-09 15:23:21 +1030 |
commit | e0a07d7fc564d91ed24d916dc7125d7159388580 (patch) | |
tree | 5110658ce1bd8a778834ab20bed8e17f12a4719c /gdb/python | |
parent | 87199294875e0e9cb484038f89a16417d0cd2081 (diff) | |
download | binutils-e0a07d7fc564d91ed24d916dc7125d7159388580.zip binutils-e0a07d7fc564d91ed24d916dc7125d7159388580.tar.gz binutils-e0a07d7fc564d91ed24d916dc7125d7159388580.tar.bz2 |
Excessive gas .irpt count
There is a test in do_repeat to error on "negative" repeat counts.
Just at what value a ssize_t is negative of course depends on the
host. Change the excessive repeat count to a fixed value, 0x80000000,
ie. what would be seen as negative on a 32-bit host.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions