summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386-elf/crtn.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/i386-elf/crtn.S')
-rw-r--r--lib/csu/i386-elf/crtn.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/i386-elf/crtn.S b/lib/csu/i386-elf/crtn.S
index bc90d31..9ce5bec 100644
--- a/lib/csu/i386-elf/crtn.S
+++ b/lib/csu/i386-elf/crtn.S
@@ -23,6 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
.section .init,"ax",@progbits
add $12,%esp
ret
@@ -30,6 +33,3 @@
.section .fini,"ax",@progbits
add $12,%esp
ret
-
- .section .rodata
-.ascii "$FreeBSD$\0"
OpenPOWER on IntegriCloud