diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-08 20:41:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-08 20:41:24 +0000 |
commit | 9c4f19db650e5c4e7e73b1986f929dc715a680a1 (patch) | |
tree | 3f0d79461daeab2cefc486704ea5baed1813cf94 | |
parent | 6cb9a42fc7cdebe25d2362bad5c464df45c2844b (diff) |
Sigh. I can't type this morning.
-rw-r--r-- | ldso/ldso/powerpc/dl-sysdep.h | 2 | ||||
-rw-r--r-- | ldso/ldso/powerpc/ld_sysdep.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/powerpc/dl-sysdep.h b/ldso/ldso/powerpc/dl-sysdep.h index 26934ec53..fb22d1585 100644 --- a/ldso/ldso/powerpc/dl-sysdep.h +++ b/ldso/ldso/powerpc/dl-sysdep.h @@ -91,7 +91,7 @@ } \ if(type!=R_PPC_NONE){ \ PPC_DCBST(REL); PPC_SYNC; PPC_ICBI(REL);\ - | \ + } \ } /* diff --git a/ldso/ldso/powerpc/ld_sysdep.h b/ldso/ldso/powerpc/ld_sysdep.h index 26934ec53..fb22d1585 100644 --- a/ldso/ldso/powerpc/ld_sysdep.h +++ b/ldso/ldso/powerpc/ld_sysdep.h @@ -91,7 +91,7 @@ } \ if(type!=R_PPC_NONE){ \ PPC_DCBST(REL); PPC_SYNC; PPC_ICBI(REL);\ - | \ + } \ } /* |