Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have ARM ELF use correct reloc for "b" instr. | Jan Wen Voung | 2012-06-19 | 1 | -1/+11 |
| | | | | | | | The condition code didn't actually matter for arm "b" instructions, unlike "bl". It should just use the R_ARM_JUMP24 reloc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158722 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Ensure conditional BL instructions for ARM are given the fixup ↵ | James Molloy | 2012-03-30 | 1 | -0/+23 |
fixup_arm_condbranch. Patch by Tim Northover! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153737 91177308-0d34-0410-b5e6-96231b3b80d8 |