]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* opts.c: Expand comment on tm.h include.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 1 Dec 2010 16:01:09 +0000 (16:01 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 1 Dec 2010 16:01:09 +0000 (16:01 +0000)
From-SVN: r167340

gcc/ChangeLog
gcc/opts.c

index e0f50f937c497a96d47b918636a03b51db568065..bdfc8a20f480e5ad2a5ca0cc706e8725bddbb725 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * opts.c: Expand comment on tm.h include.
+
 2010-12-01  Yao Qi  <yao@codesourcery.com> 
 
        * config/arm/predicates.md ("vfp_register_operand"): Return true for 
index 281aab65752be6cdddeb167c900457e6e108a3c2..2c8e767207cb836bfbcfad61d27b662bc7f69036 100644 (file)
@@ -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"