aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index dcafa184223..3814168a02f 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -474,6 +474,8 @@ extern int flag_verbose_asm;
extern int flag_debug_asm;
+extern int flag_dump_rtl_in_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;