OSDN Git Service

* cpphash.c (_cpp_init_hashtable): Update.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2001 22:31:34 +0000 (22:31 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2001 22:31:34 +0000 (22:31 +0000)
commit78c551ad15a1d280f5f6ac71f60a78b87b856496
tree3c52b3d011b38afeffe23926fc3afa478dd62aa8
parent691b0a39ab31115e163f824d42657a831aacc500
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47388 138bc75d-0d04-0410-961f-82ee72b054a4
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