llvm-6502/test/MC
Ulrich Weigand 457571ed69 [PowerPC] Add some special @got@tprel fixup cases
When a target@got@tprel or target@got@tprel@l symbol variant is used in
a fixup_ppc_half16 (*not* fixup_ppc_half16ds) context, we currently fail,
since the corresponding R_PPC64_GOT_TPREL16 / R_PPC64_GOT_TPREL16_LO
relocation types do not exist.

However, since such symbol variants resolve to GOT offsets which are
always 4-aligned, we can simply instead use the _DS variants of the
relocation types, which *do* exist.

The same applies for the @got@dtprel variants.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185700 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-05 13:49:46 +00:00
..
AArch64 Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00
ARM Add 'not' in front of a command that is expected to fail. 2013-07-04 17:21:01 +00:00
AsmParser Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00
COFF MC: Add .section directive to COFF 2013-07-04 21:32:07 +00:00
Disassembler Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instructions. 2013-07-04 14:57:20 +00:00
ELF
MachO
Markup
MBlaze
Mips
PowerPC [PowerPC] Add some special @got@tprel fixup cases 2013-07-05 13:49:46 +00:00
SystemZ
X86 Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00