aboutsummaryrefslogtreecommitdiff
path: root/gcc/crtstuff.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-07 17:30:32 +0000
committerAndreas Jaeger <aj@suse.de>2003-06-07 17:30:32 +0000
commit0621289851b0695f4a8408a9d5aaa87c1a95f710 (patch)
tree3090d2b584ada47454a88bdd82415035b6e0e7f0 /gcc/crtstuff.c
parentf63e7893a737eb8032130ec151a70dc0e4a87c8e (diff)
* crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
* system.h: Poison INIT_SECTION_PREAMBLE. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@67593 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r--gcc/crtstuff.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c
index 11599e02ba3..a5c46d602a5 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -343,16 +343,6 @@ __do_global_ctors (void)
asm (INIT_SECTION_ASM_OP); /* cc1 doesn't know that we are switching! */
-/* On some svr4 systems, the initial .init section preamble code provided in
- crti.o may do something, such as bump the stack, which we have to
- undo before we reach the function prologue code for __do_global_ctors
- (directly below). For such systems, define the macro INIT_SECTION_PREAMBLE
- to expand into the code needed to undo the actions of the crti.o file. */
-
-#ifdef INIT_SECTION_PREAMBLE
- INIT_SECTION_PREAMBLE;
-#endif
-
/* A routine to invoke all of the global constructors upon entry to the
program. We put this into the .init section (for systems that have
such a thing) so that we can properly perform the construction of