CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/03 05:38:39
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elf-bfd.h elf-eh-frame.c
Log message:
Add some fixes from upstream to the code that parses .eh_frame sections
in order the generate .eh_frame_hdr. In particular, don't rely on FDEs
pointing to the last CIE that was seen. Fixes exception handling issues
with clang++ on platforms that don't use ld.lld as the default linker.
ok deraadt@
