2005-12-07 Richard Sandiford <richard@codesourcery.com>
Andreas Tobler <a.tobler@schweiz.ch>
* config/darwin.h: Guard section variables with #ifndef USED_FOR_TARGET.
Co-Authored-By: Andreas Tobler <a.tobler@schweiz.ch>
From-SVN: r108191
+2005-12-07 Richard Sandiford <richard@codesourcery.com>
+ Andreas Tobler <a.tobler@schweiz.ch>
+
+ * config/darwin.h: Guard section variables with #ifndef USED_FOR_TARGET.
+
2005-12-07 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-pre.c (bitmap_set_and): New function.
#define MAX_OFILE_ALIGNMENT 0x8000
/* Declare the section variables. */
-#ifndef IN_LIBGCC2
+#ifndef USED_FOR_TARGET
#define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) extern section *NAME;
#include "darwin-sections.def"
#undef DEF_SECTION