]> git.ipfire.org Git - thirdparty/gcc.git/commit
* c-pragma.c (c_register_pragma): New.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jan 2003 12:27:02 +0000 (12:27 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jan 2003 12:27:02 +0000 (12:27 +0000)
commiteb180587f2ee9d8d5f48a0b0820bc9139acc28db
tree084056090b17ca08c6d590d93ec42d45ceee9b53
parentfbce86cfa4a8ff03ac9cfd56cefdd19437d2a688
* c-pragma.c (c_register_pragma): New.
(init_pragma): Use it.
* c-pragma.h (cpp_register_pragma): Don't declare.
(c_register_pragma): New.
* cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
* config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
* config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
* config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
* config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
* config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
* config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
* config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
* config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
* config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
* config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
* doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
cp:
* lex.c: Remove superfluous include of cpplib.h.
(CONSTRAINT): Define without conditions.
(init_cp_pragma): Use c_register_pragma.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60740 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
gcc/ChangeLog
gcc/c-pragma.c
gcc/c-pragma.h
gcc/config/arm/arm.h
gcc/config/c4x/c4x.h
gcc/config/darwin.h
gcc/config/h8300/h8300.h
gcc/config/i370/i370.h
gcc/config/i960/i960.h
gcc/config/ia64/hpux.h
gcc/config/rs6000/rs6000.h
gcc/config/sh/sh.h
gcc/config/v850/v850.h
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cpplib.h
gcc/doc/tm.texi