]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/9295 ([mips-rtems] config/mips/rtems.h init/fini issue)
authorJoel Sherrill <joel@OARcorp.com>
Wed, 29 Jan 2003 15:55:28 +0000 (15:55 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Wed, 29 Jan 2003 15:55:28 +0000 (15:55 +0000)
2003-01-13 Joel Sherrill <joel@OARcorp.com>

* config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
RTEMS code knows which C++ initialization style the toolset
configuration is using. This was tracked as PR9295.

From-SVN: r62088

gcc/ChangeLog
gcc/config/mips/rtems.h

index 225aac2773987ac28e70b5722f48bf93fdcebec6..c18f656ef11aa4b4085c9543eb94a71a343b51b5 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-13     Joel Sherrill <joel@OARcorp.com>
+
+       * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
+       RTEMS code knows which C++ initialization style the toolset
+       configuration is using. This was tracked as PR9295.
+
 2003-01-29     Joel Sherrill <joel@OARcorp.com>
 
        * config/m68k/t-crtstuff: Replace spaces with tabs, add 
index 35674e265005abfe3a0895df7ce9a55d5f94d68b..e7ed54cd0fdb73f0f5c3770af71748099da473f5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for rtems targeting a MIPS using ELF.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Joel Sherrill (joel@OARcorp.com).
 
 This file is part of GNU CC.
@@ -23,4 +23,4 @@ Boston, MA 02111-1307, USA.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dmips -DMIPSEB -D_mips -D_MIPSEB \
-   -D__rtems__ -Asystem=rtems"
+   -D__rtems__ -D__USE_INIT_FINI__ -Asystem=rtems"