Browse Source
If a.so contains an SHT_RELR section, objcopy a.so will fail with:
a.so: unknown type [0x13] section `.relr.dyn'
This change allows objcopy to work.
bfd/
* elf.c (bfd_section_from_shdr): Support SHT_RELR.
binutils-2_38-branch
committed by
Alan Modra
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue