diff options
| author | skrll <skrll@NetBSD.org> | 2006-10-16 13:53:09 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2006-10-16 13:53:09 +0000 |
| commit | edf13fb5fb039c74cef28ff2eccd226f680b51e1 (patch) | |
| tree | 77a6006f96453f4264f8b15544ebf1c74eed2dd8 /libexec | |
| parent | 78b8583054fd2caaccb9a77da4aeecf36461fb98 (diff) | |
Reformat a comment.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/arch/hppa/rtld_start.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ld.elf_so/arch/hppa/rtld_start.S b/libexec/ld.elf_so/arch/hppa/rtld_start.S index acdd827bfde..57f1aa08854 100644 --- a/libexec/ld.elf_so/arch/hppa/rtld_start.S +++ b/libexec/ld.elf_so/arch/hppa/rtld_start.S @@ -1,4 +1,4 @@ -/* $NetBSD: rtld_start.S,v 1.4 2006/10/16 13:52:47 skrll Exp $ */ +/* $NetBSD: rtld_start.S,v 1.5 2006/10/16 13:53:09 skrll Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -209,10 +209,10 @@ ENTRY(_rtld_bind_start,HPPA_FRAME_SIZE) copy %r21, %r19 /* - * Our hppa version of _rtld_bind - * returns to us the address of the PLT entry that - * it fixed up. Load the function address and - * shared linkage for the newly bound function. + * Our hppa version of _rtld_bind returns to us the + * address of the PLT entry that it fixed up. Load + * the function address and shared linkage for the + * newly bound function. */ ldw 0(%ret0), %r21 ldw 4(%ret0), %r19 |
