Don't combine type and size into a single argument
commit34f6fb0a65b247442afcb2148c8c80112ab4cd59
authorH. Peter Anvin <hpa@zytor.com>
Fri, 9 Nov 2007 22:44:02 +0000 (9 14:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 9 Nov 2007 22:44:02 +0000 (9 14:44 -0800)
treed6de82ace10cb5da3709efc3e83b37f60a3766ce
parent7eaf919a22fa70208eea4de37ddccc344dd49ad8
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.
14 files changed:
assemble.c
listing.c
nasm.h
output/outaout.c
output/outas86.c
output/outbin.c
output/outcoff.c
output/outdbg.c
output/outelf32.c
output/outelf64.c
output/outieee.c
output/outmacho.c
output/outobj.c
output/outrdf2.c