summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/vax/crtn.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/vax/crtn.S')
-rw-r--r--libc/sysdeps/linux/vax/crtn.S29
1 files changed, 29 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/vax/crtn.S b/libc/sysdeps/linux/vax/crtn.S
new file mode 100644
index 000000000..f028947b4
--- /dev/null
+++ b/libc/sysdeps/linux/vax/crtn.S
@@ -0,0 +1,29 @@
+ .file "initfini.c"
+ .version "01.01"
+gcc2_compiled.:
+__gnu_compiled_c:
+#APP
+
+ .section .init
+#NO_APP
+ .align 1
+.globl _init
+ .type _init,@function
+#NO_APP
+ ret
+.Lfe2:
+ .size _init,.Lfe2-_init
+#APP
+
+ .section .fini
+#NO_APP
+ .align 1
+.globl _fini
+ .type _fini,@function
+#NO_APP
+ ret
+.Lfe3:
+ .size _fini,.Lfe3-_fini
+#APP
+
+ .ident "GCC: (GNU) 2.95.2 19991024 (release) (Linux/VAX CVS)"