]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
refactoring bfd_linear_search_one_with_gnu_property
authorMatthieu Longo <matthieu.longo@arm.com>
Fri, 21 Feb 2025 15:23:59 +0000 (15:23 +0000)
committerMatthieu Longo <matthieu.longo@arm.com>
Tue, 4 Mar 2025 11:02:03 +0000 (11:02 +0000)
commit005cd152baa9aa4e56797d816cfd1f77105f385b
tree69b30876814c455f3dfe7c8f7b222fdbc1c72911
parent2cf9acb79ffdd1d445eaa492c24825a0bc273536
refactoring bfd_linear_search_one_with_gnu_property

- remove the definition of the search predicate outside of the for loop.
- change the function's return type to struct to adopt a more functional
  coding style.
bfd/elfxx-aarch64.c