* coretypes.h: Revert previous change.
* config/darwin.h: Revert previous reversion.
* config/avr/avr.h (progmem_section): Guard with #ifndef IN_LIBGCC2.
From-SVN: r108163
+2005-12-07 Richard Sandiford <richard@codesourcery.com>
+
+ * coretypes.h: Revert previous change.
+ * config/darwin.h: Revert previous reversion.
+ * config/avr/avr.h (progmem_section): Guard with #ifndef IN_LIBGCC2.
+
2005-12-07 Richard Sandiford <richard@codesourcery.com>
* coretypes.h (section): Provide dummy definition for target files.
extern int avr_mega_p;
extern int avr_enhanced_p;
extern int avr_asm_only_p;
+#ifndef IN_LIBGCC2
extern GTY(()) section *progmem_section;
+#endif
#define AVR_MEGA (avr_mega_p && !TARGET_SHORT_CALLS)
#define AVR_ENHANCED (avr_enhanced_p)
#define MAX_OFILE_ALIGNMENT 0x8000
/* Declare the section variables. */
+#ifndef IN_LIBGCC2
#define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) extern section *NAME;
#include "darwin-sections.def"
#undef DEF_SECTION
+#endif
#undef TARGET_ASM_SELECT_SECTION
#define TARGET_ASM_SELECT_SECTION machopic_select_section
struct _dont_use_rtx_here_;
struct _dont_use_rtvec_here_;
union _dont_use_tree_here_;
-union _dont_use_section_here_;
#define rtx struct _dont_use_rtx_here_ *
#define rtvec struct _dont_use_rtvec_here *
#define tree union _dont_use_tree_here_ *
-#define section union _dont_use_section_here_
#endif