aboutsummaryrefslogtreecommitdiff
path: root/csu
diff options
context:
space:
mode:
Diffstat (limited to 'csu')
-rw-r--r--csu/initfini.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/csu/initfini.c b/csu/initfini.c
index b05d36ae9a..1f74f203a3 100644
--- a/csu/initfini.c
+++ b/csu/initfini.c
@@ -83,6 +83,7 @@ _init (void)
SECTION(".init");
}
asm ("END_INIT");
+SECTION(".text");
/* This version of __gmon_start__ is used if no other is found. By providing
a default function we avoid the need to test whether the pointer is NULL,