diff options
author | Richard Stallman <rms@gnu.org> | 1992-04-25 01:51:43 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-04-25 01:51:43 +0000 |
commit | 9a631e8e94fa51e132f7c6c6d6c2098cc68c5518 (patch) | |
tree | a934b7089f99f5698e0d2c77ab9e66938e5679e0 /gcc/flags.h | |
parent | c53a8ab63a01bb24b6139345144f93a8abd5b05b (diff) | |
download | gcc-9a631e8e94fa51e132f7c6c6d6c2098cc68c5518.zip gcc-9a631e8e94fa51e132f7c6c6d6c2098cc68c5518.tar.gz gcc-9a631e8e94fa51e132f7c6c6d6c2098cc68c5518.tar.bz2 |
*** empty log message ***
From-SVN: r832
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 868b3e3..eb5c295 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -301,6 +301,13 @@ extern int flag_no_common; needed for crtstuff.c on other systems. */ extern int flag_inhibit_size_directive; +/* -fverbose-asm causes extra commentary information to be produced in + the generated assembly code (to make it more readable). This option + is generally only of use to those who actually need to read the + generated assembly code (perhaps while debugging the compiler itself). */ + +extern int flag_verbose_asm; + /* -fgnu-linker specifies use of the GNU linker for initializations. -fno-gnu-linker says that collect will be used. */ extern int flag_gnu_linker; |