nasm/output
H. Peter Anvin 038d861ede Remove obsolete types; add <inttypes.h> where needed; header fixes
- Remove obsolete types like "uint32"; use "uint32_t" consistently.
- Make sure we include <inttypes.h> where needed.
- Header file guards should be FOO_H or SUBDIR_FOO_H; _FOO_H infringes
  on the C implementation's namespace and should only be used when
  writing libc!
- Change a few "int8_t" back to "char" where appropriate.  There are
  a lot more places where that should be done, though.
- Clean up the check for getuid/getgid in rdoff/rdlar.h.
2007-04-12 16:54:50 +00:00
..
outaout.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outas86.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outbin.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outcoff.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outdbg.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outelf.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outieee.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outmacho.c outmacho.c: Don't assume __builtin_ctzl exists for gcc < 4 2007-04-12 16:12:09 +00:00
outobj.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outrdf.c General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
outrdf2.c Remove obsolete types; add <inttypes.h> where needed; header fixes 2007-04-12 16:54:50 +00:00