aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/elf-reloc-condcall.s
Commit message (Collapse)AuthorAgeFilesLines
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-191-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 Molloy2012-03-301-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