From: Ulrich Drepper Date: Sun, 22 Apr 2001 03:22:03 +0000 (+0000) Subject: (ELF_MACHINE_START_ADDRESS): Define. X-Git-Tag: glibc-2.16-ports-before-merge~1909 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c56436673f636ce14a298c43a2c0b84101c3fec;p=thirdparty%2Fglibc.git (ELF_MACHINE_START_ADDRESS): Define. --- diff --git a/sysdeps/hppa/dl-machine.h b/sysdeps/hppa/dl-machine.h index f8a8e7bcee4..a3437b557a7 100644 --- a/sysdeps/hppa/dl-machine.h +++ b/sysdeps/hppa/dl-machine.h @@ -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. */