commit | b011ae9fef4192a2b8c108eeb80c9cf20e8746d5 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Aug 15 12:21:24 2025 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Aug 15 12:21:24 2025 +0200 |
tree | 57edf023290b39663353948132b46f5a8acb245c | |
parent | 98e6d3f5bd4e7e3cbd2718151cc54692f6740b65 [diff] |
bfd/ELF/PPC: make ppc_build_one_stub()'s stub_str[] static There's no reason to have the compiler materialize objects onto the stack. In fact we can save some space and a level of indirection (and hence relocation entries in the final binary) by converting to an array of char[12] or larger. Pick char[16] for easier / faster calculations.