nasm/output
H. Peter Anvin 34f6fb0a65 Don't combine type and size into a single argument
Don't combine type and size into a single argument; *every* backend
immediately breaks them apart, so it's really just a huge waste of
effort.  Additionally, it avoids using short immediates in the
resulting code, which is a bad thing.
2007-11-09 14:44:02 -08:00
..
outaout.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outas86.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outbin.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outcoff.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outdbg.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outelf32.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outelf64.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outieee.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outmacho.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outobj.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outrdf2.c Don't combine type and size into a single argument 2007-11-09 14:44:02 -08:00
outrdf.c Formatting: kill off "stealth whitespace" 2007-10-19 14:42:29 -07:00