Commit 0df226a4 by Joseph Myers Committed by Joseph Myers

* opts.c: Expand comment on tm.h include.

From-SVN: r167340
parent 34db4735
2010-12-01 Joseph Myers <joseph@codesourcery.com>
* opts.c: Expand comment on tm.h include.
2010-12-01 Yao Qi <yao@codesourcery.com> 2010-12-01 Yao Qi <yao@codesourcery.com>
* config/arm/predicates.md ("vfp_register_operand"): Return true for * config/arm/predicates.md ("vfp_register_operand"): Return true for
...@@ -23,8 +23,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -23,8 +23,9 @@ along with GCC; see the file COPYING3. If not see
#include "system.h" #include "system.h"
#include "intl.h" #include "intl.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" /* Needed by rtl.h and used for DWARF2_DEBUGGING_INFO #include "tm.h" /* Needed by rtl.h and used for STACK_CHECK_BUILTIN,
and DBX_DEBUGGING_INFO. */ STACK_CHECK_STATIC_BUILTIN, DEFAULT_GDB_EXTENSIONS,
DWARF2_DEBUGGING_INFO and DBX_DEBUGGING_INFO. */
#include "rtl.h" /* Needed by insn-attr.h. */ #include "rtl.h" /* Needed by insn-attr.h. */
#include "opts.h" #include "opts.h"
#include "options.h" #include "options.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment