diff mbox

Expand opts.c comment on tm.h include

Message ID Pine.LNX.4.64.1012011601070.5152@digraph.polyomino.org.uk
State New
Headers show

Commit Message

Joseph Myers Dec. 1, 2010, 4:02 p.m. UTC
I found some more target macros used in opts.c beyond those I'd previously 
listed in a comment on the tm.h include.  I've applied this patch as 
obvious to mention further target macros in that comment.
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 167338)
+++ ChangeLog	(working copy)
@@ -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: opts.c
===================================================================
--- opts.c	(revision 167338)
+++ opts.c	(working copy)
@@ -23,8 +23,9 @@ 
 #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"