(ELF_MACHINE_START_ADDRESS): Define.
This commit is contained in:
parent
e40ba2ccb8
commit
9c56436673
@ -448,6 +448,10 @@ __dl_fini_plabel:
|
||||
/* We only use RELA. */
|
||||
#define ELF_MACHINE_NO_REL 1
|
||||
|
||||
/* Return the address of the entry point. */
|
||||
#define ELF_MACHINE_START_ADDRESS(map, start) \
|
||||
DL_FUNCTION_ADDRESS (map, start)
|
||||
|
||||
#endif /* !dl_machine_h */
|
||||
|
||||
/* These are only actually used where RESOLVE_MAP is defined, anyway. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user