mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
cb38f505e4
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. |
||
---|---|---|
.. | ||
outaout.c | ||
outas86.c | ||
outbin.c | ||
outcoff.c | ||
outdbg.c | ||
outelf32.c | ||
outelf64.c | ||
outieee.c | ||
outmacho.c | ||
outobj.c | ||
outrdf2.c | ||
outrdf.c |