From 6cb9a42fc7cdebe25d2362bad5c464df45c2844b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Nov 2003 20:33:49 +0000 Subject: Joakim Tjernlund writes: Oops, found another ppc 8xx bug. 8xx CPUs may need this as well to work: --- ldso/ldso/powerpc/dl-sysdep.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 52aace57f..26934ec53 100644 --- a/ldso/ldso/powerpc/dl-sysdep.h +++ b/ldso/ldso/powerpc/dl-sysdep.h @@ -89,8 +89,9 @@ }else{ \ _dl_exit(100+ELF32_R_TYPE((RELP)->r_info)); \ } \ -/*hexprint(*REL);*/ \ - PPC_DCBST(REL); PPC_SYNC; PPC_ICBI(REL); \ + if(type!=R_PPC_NONE){ \ + PPC_DCBST(REL); PPC_SYNC; PPC_ICBI(REL);\ + | \ } /* -- cgit v1.2.3