summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64/crtn.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/amd64/crtn.S')
-rw-r--r--lib/csu/amd64/crtn.S9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S
index 536d2c2..361ab1e 100644
--- a/lib/csu/amd64/crtn.S
+++ b/lib/csu/amd64/crtn.S
@@ -25,7 +25,8 @@
* $FreeBSD$
*/
-/*
- * This file is not used any more. It will go away as soon as the gcc
- * linker specs have been updated accordingly.
- */
+ .section .init,"ax",@progbits
+ ret
+
+ .section .fini,"ax",@progbits
+ ret
OpenPOWER on IntegriCloud