Commit 0680c8fb by Joel Sherrill Committed by Joel Sherrill

re PR bootstrap/9296 ([*-rtems] gthr-rtems regression)

2003-01-29	Joel Sherrill <joel@OARcorp.com>

	* gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
	depended on it being defined until now. This was tracked as PR9296.

From-SVN: r62084
parent c934274a
2003-01-29 Joel Sherrill <joel@OARcorp.com>
* gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
depended on it being defined until now. This was tracked as PR9296.
2003-01-13 Joel Sherrill <joel@OARcorp.com> 2003-01-13 Joel Sherrill <joel@OARcorp.com>
* config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
......
/* RTEMS threads compatibility routines for libgcc2 and libobjc. /* RTEMS threads compatibility routines for libgcc2 and libobjc.
by: Rosimildo da Silva( rdasilva@connecttel.com ) */ by: Rosimildo da Silva( rdasilva@connecttel.com ) */
/* Compile this one with gcc. */ /* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000, 2002 Free Software Foundation, Inc. /* Copyright (C) 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -37,6 +37,7 @@ extern "C" { ...@@ -37,6 +37,7 @@ extern "C" {
#define __GTHREADS 1 #define __GTHREADS 1
#define __GTHREAD_ONCE_INIT 0 #define __GTHREAD_ONCE_INIT 0
#define __GTHREAD_MUTEX_INIT 0
#define __GTHREAD_MUTEX_INIT_FUNCTION rtems_gxx_mutex_init #define __GTHREAD_MUTEX_INIT_FUNCTION rtems_gxx_mutex_init
/* Avoid dependency on rtems specific headers. */ /* Avoid dependency on rtems specific headers. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment