WSAA: make the WSAA macros contain their own buffer
commitcb38f505e48e47fda39fb1956b71ea571b9ea5a8
authorH. Peter Anvin <hpa@zytor.com>
Mon, 9 Jun 2008 01:39:55 +0000 (8 18:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 9 Jun 2008 01:39:55 +0000 (8 18:39 -0700)
tree4031171402ba1911d0d07537bb919b9f556325d6
parent435f1863be5627fd4541e283bb12727b7a91445c
WSAA: make the WSAA macros contain their own buffer

Make the WSAA macros contain their own buffer definitions.  This
eliminates the need to have a separate "workbuf" declared in the
outelf backends, which isn't even used for anything else, except for a
few completely redundant strcpys.

Note: these macros probably should be replaced with actual
functions.  The overhead of the function call is likely to be more
than offset by lower icache footprint.
output/outelf32.c
output/outelf64.c
wsaa.h