diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-01 16:01:09 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-01 16:01:09 +0000 |
commit | 0df226a41f324eb82b72efd37298f83aed7dff97 (patch) | |
tree | c31f5bc72812270da1e4d1b86d5a9fa2c26ecb37 | |
parent | 34db4735e026e06489276563aff3f0abc1f81e6c (diff) | |
download | gcc-0df226a41f324eb82b72efd37298f83aed7dff97.zip gcc-0df226a41f324eb82b72efd37298f83aed7dff97.tar.gz gcc-0df226a41f324eb82b72efd37298f83aed7dff97.tar.bz2 |
* opts.c: Expand comment on tm.h include.
From-SVN: r167340
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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 @@ -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" |