summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/arm-elf-relocations.s
Commit message (Collapse)AuthorAgeFilesLines
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-111-0/+10
| | | | | | | | This adds support for parsing and emitting the SBREL relocation variant for the ARM target. Handling this relocation variant is necessary for supporting the full ARM ELF specification. Addresses PR22128. llvm-svn: 225595
* tests: fix previous commitSaleem Abdulrasool2015-01-101-10/+6
| | | | | | | The previous commit accidentally missed changes to the test output checking, resulting in an errant failure. llvm-svn: 225577
* test: merge ARM relocations testSaleem Abdulrasool2015-01-101-0/+31
There is a fair number of relocations that are part of the AAELF specification. Simply merge the tests into a single test file, otherwise, we will end up with far too many test files to test each relocation type. NFC. llvm-svn: 225576
OpenPOWER on IntegriCloud