diff options
| author | Joe Soroka <gits@joesoroka.com> | 2011-03-03 01:58:45 -0800 |
|---|---|---|
| committer | Joe Soroka <gits@joesoroka.com> | 2011-03-03 01:58:45 -0800 |
| commit | c93eca4fe490b0122a9b3a0eb9d280a998bc3054 (patch) | |
| tree | fc6b09b1e4d6ac0ab40273a7e8d5fbe6f54e5553 /tcc.h | |
| parent | ce8c1886a598618446ee82c829fe8d0509934dda (diff) | |
| download | tinycc-c93eca4fe490b0122a9b3a0eb9d280a998bc3054.tar.gz tinycc-c93eca4fe490b0122a9b3a0eb9d280a998bc3054.tar.bz2 | |
tccgen: handle __attribute((alias("target")))
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |
