diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-07-01 15:57:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-07-01 15:57:35 +0000 |
commit | c37a49761b3b6bd401907ac57a04097d850dd514 (patch) | |
tree | 98b03c1b4cc0c5fd194480b853e238e08824315d /libexec | |
parent | 78076608990c8362382d3f64321c5619f88f860a (diff) |
Remove stray comma.
ok deraadt@, visa@
Diffstat (limited to 'libexec')
-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 a19bc4068fa..b2383a362ce 100644 --- a/libexec/ld.so/powerpc/ldasm.S +++ b/libexec/ld.so/powerpc/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.33 2019/05/10 13:29:21 guenther Exp $ */ +/* $OpenBSD: ldasm.S,v 1.34 2019/07/01 15:57:34 kettenis Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -54,7 +54,7 @@ _dl_start: addi 30, 30, _GLOBAL_OFFSET_TABLE_-1b@l bcl 20, 31, 1f -1: mflr 18, +1: mflr 18 addis 18, 18, _DYNAMIC-1b@ha addi 18, 18, _DYNAMIC-1b@l lwz 4, 0(30) # load address of _DYNAMIC according to got. |