Commit c3e23a08 by Richard Sandiford Committed by Andreas Tobler

darwin.h: Guard section variables with #ifndef USED_FOR_TARGET.

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
parent 7a774079
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> 2005-12-07 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-pre.c (bitmap_set_and): New function. * tree-ssa-pre.c (bitmap_set_and): New function.
......
...@@ -610,7 +610,7 @@ Boston, MA 02110-1301, USA. */ ...@@ -610,7 +610,7 @@ Boston, MA 02110-1301, USA. */
#define MAX_OFILE_ALIGNMENT 0x8000 #define MAX_OFILE_ALIGNMENT 0x8000
/* Declare the section variables. */ /* Declare the section variables. */
#ifndef IN_LIBGCC2 #ifndef USED_FOR_TARGET
#define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) extern section *NAME; #define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) extern section *NAME;
#include "darwin-sections.def" #include "darwin-sections.def"
#undef DEF_SECTION #undef DEF_SECTION
......
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