[!__ASSEMBLY__]: Declare __start.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 22:32:04 +0000 (22:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 22:32:04 +0000 (22:32 +0000)
sysdeps/unix/sysv/linux/mips/entry.h

index 3db6d93..04d05d2 100644 (file)
@@ -1 +1,5 @@
+#ifndef __ASSEMBLY__
+extern void __start (void);
+#endif
+
 #define ENTRY_POINT __start