diff options
Diffstat (limited to 'libc/sysdeps/linux/e1/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/e1/crt0.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/e1/crt0.S b/libc/sysdeps/linux/e1/crt0.S new file mode 100644 index 000000000..3e63f5939 --- /dev/null +++ b/libc/sysdeps/linux/e1/crt0.S @@ -0,0 +1,8 @@ +/* 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 |