From 068c688e1c7c551edca89c0efb2a073efddb12d4 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Wed, 1 Dec 2010 16:01:09 +0000 Subject: [PATCH] * opts.c: Expand comment on tm.h include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167340 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/opts.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0f50f9..bdfc8a2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-12-01 Joseph Myers + + * opts.c: Expand comment on tm.h include. + 2010-12-01 Yao Qi * config/arm/predicates.md ("vfp_register_operand"): Return true for diff --git a/gcc/opts.c b/gcc/opts.c index 281aab6..2c8e767 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -23,8 +23,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "intl.h" #include "coretypes.h" -#include "tm.h" /* Needed by rtl.h and used for DWARF2_DEBUGGING_INFO - and DBX_DEBUGGING_INFO. */ +#include "tm.h" /* Needed by rtl.h and used for STACK_CHECK_BUILTIN, + STACK_CHECK_STATIC_BUILTIN, DEFAULT_GDB_EXTENSIONS, + DWARF2_DEBUGGING_INFO and DBX_DEBUGGING_INFO. */ #include "rtl.h" /* Needed by insn-attr.h. */ #include "opts.h" #include "options.h" -- 2.7.4