]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
bfd/ELF/Arm: make various arrays static / const
authorJan Beulich <jbeulich@suse.com>
Fri, 8 Aug 2025 09:45:03 +0000 (11:45 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 8 Aug 2025 09:45:03 +0000 (11:45 +0200)
commit49e51dd7a21b2046178e81d3a1d48958324f9830
treef09366cb0dc9e9b339838263b45c031b66897c6a
parent608c6df447d17510be6a6e07faf29c933b2322b3
bfd/ELF/Arm: make various arrays static / const

There's no reason to have the compiler materialize objects onto the
stack. And there's also no reason to allow comb[] and name_table[] to be
modifiable.
bfd/elf32-arm.c