Re: [AD] proposed patch for nicer asm symbols exports |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Sam Hocevar wrote:
- {"#define FUNC(name) .globl " PREFIX "name ; _align_ ; " PREFIX "name:", 0}, + {"#define FUNC(name) .globl " PREFIX "name ; _align_ ; .type name,@function ; " PREFIX "name:", 0},
This part seems to go for DOS and Windows, as well as Unix, yes? The COFF object format won't like the .type construct there like that and possibly break compilation.
- Kitty Cat
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |