nasm/output
H. Peter Anvin c1494ac5ab Macroize any compiler-specific code; macros defined in "compiler.h"
Move anything compiler-specific to "compiler.h".

There was an unguarded use of __attribute__(()) in outmacho.c; also
require gcc 4+ for __builtin_ctlz().  Speed up the open-coded version, too.
2007-04-13 19:58:42 +00:00
..
outaout.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outas86.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outbin.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outcoff.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outdbg.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outelf.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outieee.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outmacho.c Macroize any compiler-specific code; macros defined in "compiler.h" 2007-04-13 19:58:42 +00:00
outobj.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outrdf.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outrdf2.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00