aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2016-06-29 19:22:07 +0200
committerMichael Matz <matz@suse.de>2016-12-15 17:47:07 +0100
commitff5561ff7d699eb9e30e95f1e2cfd1e98e5a990d (patch)
tree5e51fdd0b49127553a4cb24f50b379174a88f6a4 /tests
parent253afeed1e822965804c0f5503bac057e68f08e8 (diff)
downloadtinycc-ff5561ff7d699eb9e30e95f1e2cfd1e98e5a990d.tar.gz
tinycc-ff5561ff7d699eb9e30e95f1e2cfd1e98e5a990d.tar.bz2
x86-64-asm: Accept expressions for .quad
The x86-64 target has 64bit relocs, and hence can accept generic expressions for '.quad'.
Diffstat (limited to 'tests')
-rw-r--r--tests/asmtest.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S
index eb6305f..652e50b 100644
--- a/tests/asmtest.S
+++ b/tests/asmtest.S
@@ -739,6 +739,7 @@ nop
.long 145 + 2b
.word 164, 0
.org 2b+32
+ .quad 1b
.popsection
movd %esi, %mm1