Bug 19524 - [ARM] ld.gold -r does not generate cantunwind records in .ARM.exidx section
Summary: [ARM] ld.gold -r does not generate cantunwind records in .ARM.exidx section
Status: NEW
Alias: None
Product: binutils
Classification: Unclassified
Component: gold (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Cary Coutant
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-27 11:54 UTC by Yury Usishchev
Modified: 2016-01-27 11:55 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Usishchev 2016-01-27 11:54:11 UTC
This is a copy of PR17323 but now for gold linker.
Arm_exidx_fixup in gold is implemented same way as elf32_arm_fix_exidx_coverage and has same issues: it is not done in relocatable links.

Steps to reproduce:
Execute 'unwind-rel' test from ld/testsuite/ld-arm/ using gold linker.

Expected results:
Linker should create 'cantunwind' record and appropriate relocation for it as required in test.

Result:
Linker does not generate 'cantunwind'.