aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-11-27 22:31:34 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-11-27 22:31:34 +0000
commit0abc6a6a4f074142719263a69355b702ac92f79b (patch)
tree3c52b3d011b38afeffe23926fc3afa478dd62aa8 /gcc/doc
parent9827f778db2e051f0803ef226ee3076fd7ef9d20 (diff)
downloadgcc-0abc6a6a4f074142719263a69355b702ac92f79b.zip
gcc-0abc6a6a4f074142719263a69355b702ac92f79b.tar.gz
gcc-0abc6a6a4f074142719263a69355b702ac92f79b.tar.bz2
cpphash.c (_cpp_init_hashtable): Update.
* cpphash.c (_cpp_init_hashtable): Update. * cpphash.h (struct spec_nodes): Remove n_L. * cpplex.c (_cpp_lex_direct): Check for prefix L separately. * Makefile.in: Update, and add c-objc-common.o dependencies. * c-lang.c: Remove unnecessary includes. (c_init): Move bulk of code to c_objc_common_init, and call it. (c_tree_printer, c_missing_noreturn_ok_p, c_disregard_inline_limits, inline_forbidden_p, c_cannot_inline_tree_fn): Move to c-objc-common.c. * c-objc-common.c: New. Mostly pulled from c-lang.c. * c-tree.h (c_disregard_inline_limits, c_cannot_inline_fn, c_objc_common_init, c_missing_noreturn_ok_p): New. * toplev.c: Update comment. * doc/passes.texi: Update. * objc/ojbc-act.c (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN, LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS, LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Override. (objc_init): Update to use c_objc_common_init. From-SVN: r47388
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/passes.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index 731a1d01..51dab87 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -83,6 +83,7 @@ The source files to parse C are
@file{c-decl.c},
@file{c-errors.c},
@file{c-lang.c},
+@file{c-objc-common.c},
@file{c-parse.in},
@file{c-aux-info.c},
and