diff options
Diffstat (limited to 'binutils-2.25/gas/as.h')
-rw-r--r-- | binutils-2.25/gas/as.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils-2.25/gas/as.h b/binutils-2.25/gas/as.h index df04dce..f614187 100644 --- a/binutils-2.25/gas/as.h +++ b/binutils-2.25/gas/as.h @@ -423,6 +423,9 @@ extern int max_macro_nest; /* Verbosity level. */ extern int verbose; +/* Enable incbin directive. */ +extern int allow_incbin_directive; + /* Obstack chunk size. Keep large for efficient space use, make small to increase malloc calls for monitoring memory allocation. */ extern int chunksize; |