From f088c1cd44866d97994059293c5c7beab8732622 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 5 Jul 2006 19:31:48 +0000 Subject: patch from Bernd Schmidt to abstract away initializing of prog load addresses --- ldso/include/dl-defs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ldso/include') diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index 5cf260183..db65f78f6 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -84,6 +84,14 @@ typedef struct { ((LOADADDR) = (BASEADDR)) #endif +/* Initialize a LOADADDR representing the program. It's called from + * DL_BOOT only. + */ +#ifndef DL_INIT_LOADADDR_PROG +# define DL_INIT_LOADADDR_PROG(LOADADDR, BASEADDR) \ + ((LOADADDR) = (DL_LOADADDR_TYPE)(BASEADDR)) +#endif + /* Test whether a given ADDR is more likely to be within the memory * region mapped to TPNT (a struct elf_resolve *) than to TFROM. * Everywhere that this is used, TFROM is initially NULL, and whenever -- cgit v1.2.3