I need __attribute__ ((packed)) to work.
The docs say that it does.
Here is a snippit of code that I am using:
#define PACKED __attribute__ ((packed))
typedef struct {
...
} PACKED MyStruct_;
The structure is to be 512 bytes in size, but comes out 516.
If I recompile using gcc, all is how it should be.
I would rather use tcc, but this and a few other projects require packed
structures.
Thanks in advance for any help.
--
Christopher Dobbs
_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel