summaryrefslogtreecommitdiff
path: root/asm/directiv.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-03-31 12:03:57 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2017-03-31 12:03:57 -0700
commit17df43c8f277805d7571c9c5b6e4ea88326132eb (patch)
treec6d3cfc08796e50619e1ec70e94662fa76bafd62 /asm/directiv.dat
parentac06133ed24c10137d43fe5bc3440dcc8cadd594 (diff)
downloadnasm-17df43c8f277805d7571c9c5b6e4ea88326132eb.tar.gz
outdbg: add %pragma for maximum size of a raw data dump
A raw data dump can potentially be very large, especially when incbin is used. Allow a %pragma for setting the maximum dump size (defaults to 128 bytes.) Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'asm/directiv.dat')
-rw-r--r--asm/directiv.dat1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/directiv.dat b/asm/directiv.dat
index e1378ec7..10ffebcd 100644
--- a/asm/directiv.dat
+++ b/asm/directiv.dat
@@ -77,3 +77,4 @@ uppercase ; outieee, outobj
; --- Pragma operations
subsections_via_symbols ; macho
no_dead_strip ; macho
+maxdump ; dbg