]> git.ipfire.org Git - thirdparty/gcc.git/commit
cpphash.c (_cpp_init_hashtable): Update.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 27 Nov 2001 22:31:34 +0000 (22:31 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 27 Nov 2001 22:31:34 +0000 (22:31 +0000)
commit0abc6a6a4f074142719263a69355b702ac92f79b
tree3c52b3d011b38afeffe23926fc3afa478dd62aa8
parent9827f778db2e051f0803ef226ee3076fd7ef9d20
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
gcc/ChangeLog
gcc/c-lang.c
gcc/c-objc-common.c [new file with mode: 0644]
gcc/c-tree.h
gcc/cpphash.c
gcc/cpphash.h
gcc/cpplex.c
gcc/doc/passes.texi
gcc/objc/objc-act.c
gcc/toplev.c