summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386-elf/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/i386-elf/crti.S')
-rw-r--r--lib/csu/i386-elf/crti.S31
1 files changed, 5 insertions, 26 deletions
diff --git a/lib/csu/i386-elf/crti.S b/lib/csu/i386-elf/crti.S
index a4df32e..536d2c2 100644
--- a/lib/csu/i386-elf/crti.S
+++ b/lib/csu/i386-elf/crti.S
@@ -1,5 +1,5 @@
/*-
- * Copyright 1996-1998 John D. Polstra.
+ * Copyright 1996, 1997, 1998, 2000 John D. Polstra.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -25,28 +25,7 @@
* $FreeBSD$
*/
- /* See http://www.netbsd.org/Documentation/kernel/elf-notes.html for
- details on the ELF .note section as we are using it. */
- .section .note.ABI-tag, "a"
- .align 4
- .long 1f - 0f # name length
- .long 3f - 2f # data length
- .long 1 # note type
-0: .asciz "FreeBSD" # vendor name
-1: .align 4
-2: .long 500000 # data - ABI tag
- # (from __FreeBSD_version (param.h))
-3: .align 4 # pad out section
-
-
- .section .init,"ax",@progbits
- .align 4
- .globl _init
- .type _init,@function
-_init:
-
- .section .fini,"ax",@progbits
- .align 4
- .globl _fini
- .type _fini,@function
-_fini:
+/*
+ * This file is not used any more. It will go away as soon as the gcc
+ * linker specs have been updated accordingly.
+ */
OpenPOWER on IntegriCloud