summaryrefslogtreecommitdiffstats
path: root/gcc/config/i386/netware.h
diff options
context:
space:
mode:
authorjbeulich <jbeulich@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-22 08:41:43 +0000
committerjbeulich <jbeulich@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-22 08:41:43 +0000
commit590d3b7404eab59e274622965f08dff175c1fea9 (patch)
treef9d053c3890c5bdb255e14d3ff2435a06254cdc9 /gcc/config/i386/netware.h
parent8ddd6dd88799aa36bda413feec437713b3dfb532 (diff)
downloadppe42-gcc-590d3b7404eab59e274622965f08dff175c1fea9.tar.gz
ppe42-gcc-590d3b7404eab59e274622965f08dff175c1fea9.zip
gcc/
2004-12-22 Jan Beulich <jbeulich@novell.com> * config.gcc: Add dbxelf.h to NetWare's tm_file. * config/i386/netware-crt0.c: Prototype __init_environment and __deinit_environment prior to their definition. (__init_environment): Correct invokation of constructor function. * config/i386/netware.h (TARGET_OS_CPP_BUILTINS): Use builtin_define_std rather than builtin_define on IAPX386. * config/i386/nwld.h: Disable stabs debugging info with the linker this file supports. * config/i386/t-nwld (SHLIB_LINK): Do not use a temporary file for the output. Add -posix to the options as that is the more compatible mode. * gthr-nks.h: Formatting. (__gthread_mutex_init_function): Kill the dubious use of NX_MUTEX_RECURSIVE as it is now clear that the traditional mutexes were not meant to be recursive. (__gthread_recursive_mutex_t, __GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION, __gthread_recursive_mutex_init_function, __gthread_recursive_mutex_lock, __gthread_recursive_mutex_trylock, __gthread_recursive_mutex_unlock): New. gcc/testsuite/ 2004-12-22 Jan Beulich <jbeulich@novell.com> * gcc.dg/20040813-1.c: Skip for *-*-netware*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92488 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/netware.h')
-rw-r--r--gcc/config/i386/netware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/netware.h b/gcc/config/i386/netware.h
index 9246f3fa544..13e5e39911f 100644
--- a/gcc/config/i386/netware.h
+++ b/gcc/config/i386/netware.h
@@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA. */
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
- builtin_define ("IAPX386"); \
+ builtin_define_std ("IAPX386"); \
builtin_define ("_M_IX86=300"); \
builtin_define ("__netware__"); \
builtin_assert ("system=netware"); \
OpenPOWER on IntegriCloud