Hi,
I check known bugs file, FAQ, nothing related.
The "aligned" attribute seems to be ignored when
declaring a variable, whatever the EGCS (1.0 to latest
snapshoot) I use.
GCC 2.7 is working correctly.
mytype myvariable __attribute__ ((section (".text"),
aligned((1)))) = {};
Give in assembly the default ".align 4" line.
Thanks,
Etienne.