summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-05-20 07:58:07 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-05-20 07:58:07 +0000
commite25bbcb11151045c4e96d7ff1dd0d8a8b9faf17f (patch)
tree4ea588ae03fa90ce552a690942ee4e24a0620684 /gas/as.h
parenta19d292506a394c53f7f67d300d442d559281efe (diff)
downloadbinutils-redhat-e25bbcb11151045c4e96d7ff1dd0d8a8b9faf17f.tar.gz
* dw2gencfi.c, dw2gencfi.h: New files.
* config/tc-i386.c (tc_x86_cfi_init): New function. * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines. * as.c (parse_args): Set verbose flag on --verbose. (main): Call tc_cfi_init()/cfi_finish(). * as.h (verbose): New external variable. * read.c (pobegin): Insert CFI pops to the list. * symbols.c (local_symbol_make): Make symbol external. * symbols.h (local_symbol_make): New prototype. * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am". * Makefile.in: Regenerate. * doc/as.texinfo: Added node "CFI directives" with description of all implemented .cfi_* directives. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/as.h b/gas/as.h
index cdb267adbf..2c5a22ccde 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -474,6 +474,9 @@ extern enum debug_info_type debug_type;
/* Maximum level of macro nesting. */
extern int max_macro_nest;
+/* Verbosity level. */
+extern int verbose;
+
/* Obstack chunk size. Keep large for efficient space use, make small to
increase malloc calls for monitoring memory allocation. */
extern int chunksize;