diff options
author | Richard Sandiford <richard@codesourcery.com> | 2005-12-07 11:52:28 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-12-07 11:52:28 +0000 |
commit | 911ffe72bf858e635d7bee0c1548867503ae8d3c (patch) | |
tree | 3ee3715ad6dff553b6302be6783dbabd2aa274ca /gcc/config/darwin.h | |
parent | bd97af065992204bfc76c4c60723e1279f12e1d7 (diff) | |
download | gcc-911ffe72bf858e635d7bee0c1548867503ae8d3c.zip gcc-911ffe72bf858e635d7bee0c1548867503ae8d3c.tar.gz gcc-911ffe72bf858e635d7bee0c1548867503ae8d3c.tar.bz2 |
coretypes.h (section): Provide dummy definition for target files.
* coretypes.h (section): Provide dummy definition for target files.
* config/darwin.h: Revert previous change.
From-SVN: r108159
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index ff220a2..8afae45 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -610,11 +610,9 @@ Boston, MA 02110-1301, USA. */ #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 |