diff options
author | Jan Beulich <jbeulich@suse.com> | 2025-08-01 09:17:40 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2025-08-01 09:17:40 +0200 |
commit | bdd43bccaf29230f45d1458f30ad470764df1078 (patch) | |
tree | 26b4768d73f7edc30033195155c70f6b256874c3 /gdb/testsuite/gdb.python/py-missing-debug.py | |
parent | 42acebbbdce87e895d25865ac5e7e8d7fadf7dba (diff) | |
download | gdb-bdd43bccaf29230f45d1458f30ad470764df1078.zip gdb-bdd43bccaf29230f45d1458f30ad470764df1078.tar.gz gdb-bdd43bccaf29230f45d1458f30ad470764df1078.tar.bz2 |
opcodes/aarch64: convert print_sme_za_list()'s zan[] / zan_v[]
Merge them into a single array of struct type. There's further no reason
to have the compiler materialize such objects on the stack. And there's
also no reason to allow the array(s) to be modifiable. Finally, given
how short the strings are, there's little point using more space to
store pointers to them (on 64-bit hosts; the situation is a little
better on 32-bit ones).
While there also correct indentation in adjacent code, and avoid open-
coding ARRAY_SIZE().
Diffstat (limited to 'gdb/testsuite/gdb.python/py-missing-debug.py')
0 files changed, 0 insertions, 0 deletions