commit | 3bf7cb6860c61184f7b95954dee13acabcbf425a | [log] [tgz] |
---|---|---|
author | Jose E. Marchesi <jose.marchesi@oracle.com> | Sat Jul 12 10:58:06 2025 +0200 |
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | Sat Jul 12 11:33:25 2025 +0200 |
tree | e5a356f0d786c01713dd18da8fe0fc943ab5911b | |
parent | 11d33617e04dc6c54274ce69640218efd26519f5 [diff] |
bfd: fix recognition of arch-specific augmentations This patch fixes _bfd_elf_parse_eh_frame so it will not recognize machine/architecture specific augmentation characters in EH Frame CFIs. Regtested in x86_64-linux-gnu and aarch64-linux-gnu. bfd/ChangeLog: * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Recognize augmentation 'B' only if targetting aarch64.