diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-14 21:25:48 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-14 21:25:48 +0000 |
commit | 7f68f56480c058b9950c0026244ac490e53d65b5 (patch) | |
tree | 698fe3c25973486233fc8af8680e6d43818ce5a0 /gcc/config/sol2.h | |
parent | 2058bc7e9311d7726597d95a3c17b62d777cab6b (diff) | |
download | gcc-7f68f56480c058b9950c0026244ac490e53d65b5.tar.gz |
2009-08-14 Olatunji Ruwase <tjruwase@google.com>
* doc/extend.texi (Symbol-Renaming Pragmas): redefine_extname is
supported on all platforms.
* target.h (struct gcc_target): Remove
handle_pragma_redefine_extname.
* c-cppbuiltin.c: Remove use of
targetm.handle_pragma_redefine_extname.
* c-pragma.c: Likewise.
* target-def.h (TARGET_INITIALIZER): Remove
TARGET_HANDLE_PRAGMA_REDEFINE_EXTNAME.
* config/sol2.h: Remove use of
TARGET_HANDLE_PRAGMA_REDEFINE_EXTNAME.
2009-08-14 Olatunji Ruwase <tjruwase@google.com>
* gcc.dg/pragma-re-1.c: Supported on all platforms.
* gcc.dg/pragma-re-2.c: Likewise.
* gcc.dg/pragma-re-3.c: Likewise.
* gcc.dg/pragma-re-4.c: Likewise.
* g++.dg/other/pragma-re-1.C: Likewise.
* g++.dg/other/pragma-re-2.C: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150780 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r-- | gcc/config/sol2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index 173b66de734..a65276c0599 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -72,8 +72,6 @@ along with GCC; see the file COPYING3. If not see #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int") #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int") -#define TARGET_HANDLE_PRAGMA_REDEFINE_EXTNAME 1 - /* ??? Note: in order for -compat-bsd to work fully, we must somehow arrange to fixincludes /usr/ucbinclude and put the result in $(libsubdir)/ucbinclude. */ |