tccgen: reset aligned attribute for next type
commit232650f8b3a786e82071c12a1ee8eea60684279a
authorgrischka <grischka>
Wed, 15 Sep 2010 11:25:19 +0000 (15 13:25 +0200)
committergrischka <grischka>
Thu, 14 Jul 2011 17:00:46 +0000 (14 19:00 +0200)
treec65de4b5734e1b9b9fd3f1fbb695dfedfc48886e
parent5280293d6b16bbe24dfda76e37f32322fa2874ca
tccgen: reset aligned attribute for next type

Basically, with:
    typedef __attribute__((aligned(16))) struct _xyz {
         ...
    } xyz, *pxyz;

we want the struct aligned but not the pointer.

FIXME: This patch is a hack, waiting for someone in the knowledge
of correct __attribute__ semantics.
tccgen.c