[!__ASSEMBLY__]: Declare __start.

This commit is contained in:
Ulrich Drepper 2001-04-10 22:32:04 +00:00
parent 1bdc6e7d38
commit a7d0b32d5f

View file

@ -1 +1,5 @@
#ifndef __ASSEMBLY__
extern void __start (void);
#endif
#define ENTRY_POINT __start