aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-03-03 01:58:45 -0800
committerJoe Soroka <gits@joesoroka.com>2011-03-03 01:58:45 -0800
commitc93eca4fe490b0122a9b3a0eb9d280a998bc3054 (patch)
treefc6b09b1e4d6ac0ab40273a7e8d5fbe6f54e5553 /tcc.h
parentce8c1886a598618446ee82c829fe8d0509934dda (diff)
downloadtinycc-c93eca4fe490b0122a9b3a0eb9d280a998bc3054.tar.gz
tinycc-c93eca4fe490b0122a9b3a0eb9d280a998bc3054.tar.bz2
tccgen: handle __attribute((alias("target")))
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 5f8b145..6d37860 100644
--- a/tcc.h
+++ b/tcc.h
@@ -285,6 +285,7 @@ typedef struct AttributeDef {
resize : 1,
fill : 10;
struct Section *section;
+ int alias_target; /* token */
} AttributeDef;
/* gr: wrappers for casting sym->r for other purposes */