defaults.h (TARGET_DECLSPEC): New macro.
authorMark Mitchell <mark@codesourcery.com>
Wed, 4 Aug 2004 19:37:19 +0000 (19:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 4 Aug 2004 19:37:19 +0000 (19:37 +0000)
commit63c5b4952ee1141038f756fc5a44511296ad7f8e
tree3e625b8f05cee8c131162ddd24141215d432a989
parent564076f545d934c127dcef53c0e7c60e199cf55e
defaults.h (TARGET_DECLSPEC): New macro.

* defaults.h (TARGET_DECLSPEC): New macro.
* c-cppbuiltin.c (c_cpp_builtins): Handle TARGET_DECLSPEC.
* config/arm/pe.h (SUBTARGET_CPP_SPEC): Remove __declspec support.
* config/arm/symbian. (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define.
* config/i386/beof-elf.h (TARGET_OS_CPP_BUILTINS): Remove
__declspec support.
(TARGET_DECLSPEC): Define.
* config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Remove
__declspec support.
* config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS): Remove
__declspec support.
(TARGET_DECLSPEC): Define.
* config/mcore/mcore.h (TARGET_CPU_CPP_BUILTINS): Remove
__declspec support.
* config/sh/symbian-pre.h (SUBTARGET_CPP_SPEC): Remove __declspec
support.
* doc/tm.texi (TARGET_DECLSPEC): Document.

* doc/extend.texi: Fix typo in comment.

From-SVN: r85571
12 files changed:
gcc/ChangeLog
gcc/c-cppbuiltin.c
gcc/config/arm/pe.h
gcc/config/arm/symbian.h
gcc/config/i386/beos-elf.h
gcc/config/i386/cygming.h
gcc/config/i386/i386-interix.h
gcc/config/mcore/mcore.h
gcc/config/sh/symbian-pre.h
gcc/defaults.h
gcc/doc/extend.texi
gcc/doc/tm.texi