Landing: b5aaee6990cf
Project / Subsystem
binutils / bfd
Date
2026-05-03
Author
Alan Modra <amodra@sourceware.org>
Commit
b5aaee6990cf4227bf579debd8053e246e3cc097
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- bfd
- patch_id
- —
- commit_hash
- b5aaee6990cf4227bf579debd8053e246e3cc097
- source_type
- public_inbox
- headline
- Simplify elf64_alpha_relocate_section
- tldr
- This commit simplifies elf64_alpha_relocate_section by using elf_section_data to get the dynamic relocation section.
- author
- Alan Modra <amodra@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • bfd
- • elf
- • alpha
- • relocation
- • refactor
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-03T00:00:00.000Z
The function elf64_alpha_relocate_section in bfd/elf64-alpha.c is simplified. It now uses elf_section_data to get the dynamic relocation section associated with the input section. This removes redundant code and improves readability.