diff options
author | Olatunji Ruwase <tjruwase@google.com> | 2009-08-14 17:25:48 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2009-08-14 17:25:48 -0400 |
commit | c54d7dc9ecbe90d0b6d5604cf4edea0906e201c8 (patch) | |
tree | 698fe3c25973486233fc8af8680e6d43818ce5a0 /gcc/config/sol2.h | |
parent | 37d1bbbc62c35efaa1a590e98252ce8190ec5aee (diff) | |
download | gcc-c54d7dc9ecbe90d0b6d5604cf4edea0906e201c8.tar.gz |
extend.texi (Symbol-Renaming Pragmas): redefine_extname is supported on all platforms.
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.
From-SVN: r150780
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. */ |