]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
clean-up: move writing of build attributes section into a function
authorMatthieu Longo <matthieu.longo@arm.com>
Tue, 21 Jan 2025 13:49:27 +0000 (13:49 +0000)
committerMatthieu Longo <matthieu.longo@arm.com>
Tue, 4 Mar 2025 11:02:03 +0000 (11:02 +0000)
commit011e50143f0ec1be271f93facb56def9394947d2
tree5a5fbca913bab96d6bf67a02cc7b41a33b7a701f
parent3f8f380190a6856e87237ec7c6a179399fe43d4d
clean-up: move writing of build attributes section into a function

- add obj_build_attributes to struct elf_backend_data similarly sframe.
- new function _bfd_elf_write_section_build_attributes encapsulating the
  writing of the build attributes section into a function.
bfd/elf-attrs.c
bfd/elf-bfd.h
bfd/elflink.c