Andreas Tobler <a.tobler@schweiz.ch>
* config/darwin.h: Guard section variables with #ifndef USED_FOR_TARGET.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108191
138bc75d-0d04-0410-961f-
82ee72b054a4
+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