summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/e1/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/e1/crt0.S')
-rw-r--r--libc/sysdeps/linux/e1/crt0.S17
1 files changed, 0 insertions, 17 deletions
diff --git a/libc/sysdeps/linux/e1/crt0.S b/libc/sysdeps/linux/e1/crt0.S
deleted file mode 100644
index 9d5e98d30..000000000
--- a/libc/sysdeps/linux/e1/crt0.S
+++ /dev/null
@@ -1,17 +0,0 @@
-/* This file is lisenced under LGPL
- * Copyright (C) 2002-2003, George Thanos <george.thanos@gdt.gr>
- * Yannis Mitsos <yannis.mitsos@gdt.gr>
- */
-
-.global __start
-__start:
- call L1, 0, __uClibc_start
-
-/* Define a symbol for the first piece of initialized data. */
- .data
- .globl __data_start
-__data_start:
- .long 0
- .weak data_start
- data_start = __data_start
-