aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2016-06-28 15:11:06 +0200
committerMichael Matz <matz@suse.de>2016-12-15 17:47:06 +0100
commitc82e52d55bd31eea943c616ad780f27e5ab9dc7a (patch)
treed4be595e9a770393e69a54a4a9233e64894eb088 /tcctok.h
parent6763b02abc5e0076b6f5bc0e116205250ef9fbd6 (diff)
downloadtinycc-c82e52d55bd31eea943c616ad780f27e5ab9dc7a.tar.gz
tinycc-c82e52d55bd31eea943c616ad780f27e5ab9dc7a.tar.bz2
tccasm: Implement .pushsection and .popsection
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index 7480ac7..6e2a041 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -323,6 +323,8 @@
DEF_ASMDIR(data)
DEF_ASMDIR(bss)
DEF_ASMDIR(previous)
+ DEF_ASMDIR(pushsection)
+ DEF_ASMDIR(popsection)
DEF_ASMDIR(fill)
DEF_ASMDIR(rept)
DEF_ASMDIR(endr)