From 60615dfbec4cea2b793178bdbaa1e159b15f5a1c Mon Sep 17 00:00:00 2001
From: rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sat, 10 Dec 2005 08:07:25 +0000
Subject: [PATCH] 	* config/darwin.h (HAS_INIT_SECTION): Remove
 definition. 	(INIT_SECTION_ASM_OP): Restore empty definition from before
 2005-12-07.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108346 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog       | 5 +++++
 gcc/config/darwin.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1d83c906d447..769b3d910cdb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-10  Richard Sandiford  <richard@codesourcery.com>
+
+	* config/darwin.h (HAS_INIT_SECTION): Remove definition.
+	(INIT_SECTION_ASM_OP): Restore empty definition from before 2005-12-07.
+
 2005-12-10  Richard Sandiford  <richard@codesourcery.com>
 
 	* output.h (init_section, fini_section): Delete.
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index b27e03df0b21..343e4a2e16f9 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -441,7 +441,7 @@ Boston, MA 02110-1301, USA.  */
 #define NO_PROFILE_COUNTERS	1
 
 #undef	INIT_SECTION_ASM_OP
-#define HAS_INIT_SECTION
+#define INIT_SECTION_ASM_OP
 
 #undef	INVOKE__main
 
-- 
GitLab