0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

Add a generic pragma-handling infrastructure

Add infrastructure for handling %pragmas with a variety of namespaces,
etc., etc...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin
2017-03-07 21:32:37 -08:00
parent bb4524cf9a
commit a6e26d9cca
26 changed files with 320 additions and 38 deletions

View File

@@ -71,6 +71,7 @@ const struct dfmt df_cv8 = {
cv8_typevalue, /* .debug_typevalue */
cv8_output, /* .debug_output */
cv8_cleanup, /* .cleanup */
NULL /* pragma list */
};
/*******************************************************************************