crtstuff.c: Revert part of 2005-05-08 Change.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 10 May 2005 10:27:44 +0000 (10:27 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 10 May 2005 10:27:44 +0000 (10:27 +0000)
* crtstuff.c: Revert part of 2005-05-08 Change.
(IN_LIBGCC2): Define.

From-SVN: r99509

gcc/ChangeLog
gcc/crtstuff.c

index 847acee46e56630d647f999b06b819612c7273ac..82d7ba0629da241c0001f40118b6c8dff2e2c56f 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-10  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * crtstuff.c: Revert part of 2005-05-08 Change.
+       (IN_LIBGCC2): Define.
+
 2005-05-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * config/sparc/sparc.c (fp_sethi_p): Test !SPARC_SIMM13_P and
index 2f4fa31120fe1c0b0cd05e973232344b4da56f46..adc857c3666d74c5b751478ca0679a19d1255cf8 100644 (file)
@@ -51,6 +51,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
    This file must be compiled with gcc.  */
 
+/* Target machine header files require this define. */
+#define IN_LIBGCC2
+
 #include "tconfig.h"
 #include "tsystem.h"
 #include "coretypes.h"