Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame. | Venkatraman Govindaraju | 2014-01-29 | 1 | -0/+34 |
Otherwise, assembler (gas) fails to assemble them with error message "operation combines symbols in different segments". This is because MC computes pc_rel entries with subtract expression between labels from different sections. llvm-svn: 200373 |