From c78563e45e79a3932024aa5fde2fe9c3f5024311 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 12 Jan 2005 13:26:18 +0000 Subject: Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too. --- ldso/ldso/dl-startup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index eb4b9fd79..caff8d1a7 100644 --- a/ldso/ldso/dl-startup.c +++ b/ldso/ldso/dl-startup.c @@ -282,8 +282,8 @@ found_got: SEND_STDERR("scanning DYNAMIC section\n"); #endif tpnt->dynamic_addr = dpnt; -#ifdef __mips__ - /* MIPS cannot call functions here, must inline */ +#if defined(__mips__) || defined(__cris__) + /* Some architectures cannot call functions here, must inline */ __dl_parse_dynamic_info(dpnt, tpnt->dynamic_info, NULL); #else _dl_parse_dynamic_info(dpnt, tpnt->dynamic_info, NULL); -- cgit v1.2.3