diff options
| author | Maciej W. Rozycki <macro@orcam.me.uk> | 2025-10-06 21:37:27 +0100 |
|---|---|---|
| committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2025-10-06 21:37:27 +0100 |
| commit | 6d80adb93c8f24754fc4cd0fec91d46730d375be (patch) | |
| tree | 710bfe9a897be5846f23cbe0a1f3e45844823a9d /gdb/python/py-progspace.c | |
| parent | 7495d2d21ddbf6f118a950d808e6d501924d290d (diff) | |
| download | binutils-6d80adb93c8f24754fc4cd0fec91d46730d375be.zip binutils-6d80adb93c8f24754fc4cd0fec91d46730d375be.tar.gz binutils-6d80adb93c8f24754fc4cd0fec91d46730d375be.tar.bz2 | |
TIC6X/GAS: Work around array bounds compilation error
Work around a compilation error:
.../gas/config/tc-tic6x.c: In function 'tic6x_start_unwind_section':
.../gas/config/tc-tic6x.c:4632:17: error: offset '16' outside bounds of constant string [-Werror=array-bounds]
4632 | text_name += strlen (".gnu.linkonce.t.");
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
observed with GCC 10.
Diffstat (limited to 'gdb/python/py-progspace.c')
0 files changed, 0 insertions, 0 deletions
