aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/amd64/crtn.S
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-28 21:26:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-28 21:26:48 +0000
commitae7c8a2bb8d926e24ef7ccf3a3e091d2d1fbc280 (patch)
tree065fc0c3af84921a89ca9e60f4ce9dbad5891db0 /lib/csu/amd64/crtn.S
parent7ca2f6ae1f95016ed6ded5d5b4b68d50288b7714 (diff)
Notes
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 536d2c243efad..361ab1e2e157f 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