From 38dccaf3edd9a6091cd06962a84d8a3cf87796ea Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 12 Jul 2001 12:30:13 +0000 Subject: Added #ifdef DEBUG where appropriate. Fixed icache clearing during _dl_init_got(). Added a few more reloc types. Added out-of-range check for R_PPC_REL24. --- ldso/ldso/powerpc/dl-sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/powerpc/dl-sysdep.h') diff --git a/ldso/ldso/powerpc/dl-sysdep.h b/ldso/ldso/powerpc/dl-sysdep.h index 16b853ce3..9e532b486 100644 --- a/ldso/ldso/powerpc/dl-sysdep.h +++ b/ldso/ldso/powerpc/dl-sysdep.h @@ -117,7 +117,7 @@ #define START() \ __asm__ volatile ("mtlr %0\n\t" \ "blrl\n\t" \ - : "=r" (status) : "r" (_dl_elf_main)) + : : "r" (_dl_elf_main)) -- cgit v1.2.3