aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/PowerPC/ppc64-fixup-apply.s
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-07-09 07:59:25 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-07-09 07:59:25 +0000
commitff16df71f50231c79c379a146dc55b4d6867cbd9 (patch)
treef10fb5043fcbfeb17e088715c5e23d31d4078783 /test/MC/PowerPC/ppc64-fixup-apply.s
parent11c29bafd584da2e39ee5d885ca2d53035bc1372 (diff)
downloadexternal_llvm-ff16df71f50231c79c379a146dc55b4d6867cbd9.zip
external_llvm-ff16df71f50231c79c379a146dc55b4d6867cbd9.tar.gz
external_llvm-ff16df71f50231c79c379a146dc55b4d6867cbd9.tar.bz2
[PowerPC] Support .llong and fix .word
This adds support for the .llong PowerPC-specifc assembler directive. In doing so, I notices that .word is currently incorrect: it is supposed to define a 2-byte data element, not a 4-byte one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/PowerPC/ppc64-fixup-apply.s')
-rw-r--r--test/MC/PowerPC/ppc64-fixup-apply.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/PowerPC/ppc64-fixup-apply.s b/test/MC/PowerPC/ppc64-fixup-apply.s
index 8d3a980..ba141e4 100644
--- a/test/MC/PowerPC/ppc64-fixup-apply.s
+++ b/test/MC/PowerPC/ppc64-fixup-apply.s
@@ -48,7 +48,7 @@ addis 1, 1, target7@highesta
.data
.quad v1
-.word v2
+.long v2
.short v3
.byte v4