glibc/sysdeps/arc/entry.h
Vineet Gupta dd2e6ef179 ARC: startup and dynamic linking code
Code for C runtime startup and dynamic loading including PLT layout.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2020-07-10 16:08:44 -07:00

6 lines
102 B
C

#ifndef __ASSEMBLY__
extern void __start (void) attribute_hidden;
#endif
#define ENTRY_POINT __start