mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Entry point definition for hppa.
This commit is contained in:
parent
7c1ebdffa6
commit
e5931923b6
10
sysdeps/hppa/elf/entry.h
Normal file
10
sysdeps/hppa/elf/entry.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __ASSEMBLY__
|
||||
extern void _start (void);
|
||||
#endif
|
||||
|
||||
/* The function's entry point is stored in the first word of the
|
||||
function descriptor (plabel) of _start(). */
|
||||
#define ENTRY_POINT __canonicalize_funcptr_for_compare(_start)
|
||||
|
||||
/* We have to provide a special declaration. */
|
||||
#define ENTRY_POINT_DECL(class) class void _start (void);
|
Loading…
Reference in New Issue
Block a user