From c93eca4fe490b0122a9b3a0eb9d280a998bc3054 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Thu, 3 Mar 2011 01:58:45 -0800 Subject: tccgen: handle __attribute((alias("target"))) --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') 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 */ -- cgit v1.3.1