Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so/arch/hppa Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/0a24425962aa
branches:  trunk
changeset: 763107:0a24425962aa
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Mar 10 12:53:42 2011 +0000

description:
Whitespace.

diffstat:

 libexec/ld.elf_so/arch/hppa/hppa_reloc.c |  12 ++++++------
 libexec/ld.elf_so/arch/hppa/rtld_start.S |   4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r 8e4011b8ee8c -r 0a24425962aa libexec/ld.elf_so/arch/hppa/hppa_reloc.c
--- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c  Thu Mar 10 11:16:03 2011 +0000
+++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c  Thu Mar 10 12:53:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hppa_reloc.c,v 1.34 2010/09/24 11:41:46 skrll Exp $    */
+/*     $NetBSD: hppa_reloc.c,v 1.35 2011/03/10 12:53:42 skrll Exp $    */
 
 /*-
  * Copyright (c) 2002, 2004 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hppa_reloc.c,v 1.34 2010/09/24 11:41:46 skrll Exp $");
+__RCSID("$NetBSD: hppa_reloc.c,v 1.35 2011/03/10 12:53:42 skrll Exp $");
 #endif /* not lint */
 
 #include <stdlib.h>
@@ -177,7 +177,7 @@
                case DT_PLTGOT:
                        pltgot = (Elf_Addr *)
                            (relocbase + dynp->d_un.d_ptr);
-                        break;
+                       break;
                }
        }
        relalim = (const Elf_Rela *)((const char *)relafirst + relasz);
@@ -230,11 +230,11 @@
                
                plabel = &hppa_plabel_pre[hppa_plabel_pre_next++];
 
-               plabel->hppa_plabel_pc = (Elf_Addr)
+               plabel->hppa_plabel_pc = (Elf_Addr)
                    (relocbase + sym->st_value + rela->r_addend);
-               plabel->hppa_plabel_sl = (Elf_Addr)pltgot;
+               plabel->hppa_plabel_sl = (Elf_Addr)pltgot;
 
-               SLIST_INSERT_HEAD(&hppa_plabel_list, plabel, hppa_plabel_next);
+               SLIST_INSERT_HEAD(&hppa_plabel_list, plabel, hppa_plabel_next);
                *((Elf_Addr *)where) = (Elf_Addr)(RTLD_MAKE_PLABEL(plabel));
        }
        
diff -r 8e4011b8ee8c -r 0a24425962aa libexec/ld.elf_so/arch/hppa/rtld_start.S
--- a/libexec/ld.elf_so/arch/hppa/rtld_start.S  Thu Mar 10 11:16:03 2011 +0000
+++ b/libexec/ld.elf_so/arch/hppa/rtld_start.S  Thu Mar 10 12:53:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld_start.S,v 1.9 2010/09/30 19:32:40 skrll Exp $     */
+/*     $NetBSD: rtld_start.S,v 1.10 2011/03/10 12:53:42 skrll Exp $    */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
         * twice later: once to call _rtld, and again to transfer to the
         * program's entry point.
         */
-        stw     %arg0, HPPA_FRAME_ARG(0)(%r3)
+       stw     %arg0, HPPA_FRAME_ARG(0)(%r3)
 
        /*
         * We can't move to C until we relocate at least the 



Home | Main Index | Thread Index | Old Index