diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-24 04:17:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-24 04:17:02 +0000 |
commit | 02ba7b17f1114bc55b4a50e004451dc9942b9fc0 (patch) | |
tree | 549afb30dbb96e63d1876bada2785100ad266fc4 /libexec/ld.so/powerpc/ldasm.S | |
parent | a2c4c67f6bef5f075a102e449c50d7bbefa3e41b (diff) |
more KNF
Diffstat (limited to 'libexec/ld.so/powerpc/ldasm.S')
-rw-r--r-- | libexec/ld.so/powerpc/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/powerpc/ldasm.S b/libexec/ld.so/powerpc/ldasm.S index e7e929825bd..e626587e723 100644 --- a/libexec/ld.so/powerpc/ldasm.S +++ b/libexec/ld.so/powerpc/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.3 2002/05/24 03:44:38 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.4 2002/05/24 04:17:01 deraadt Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -110,7 +110,7 @@ ENTRY(_dl_start) /* This cheats and calculates the address of _DYNAMIC * the same way that the GLOBAL_OFFSET_TABLE was calcuated */ - lwz 18, 4(5) + lwz 18, 4(5) rlwinm 18,18,0,8,30 # mask off the offset portion of the instr. add 8, 18, 5 # address of _DYNAMIC (arg6 for _dl_boot) addi 18, 8, 4 # correction. |