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 Wrap a few long lines.



details:   https://anonhg.NetBSD.org/src/rev/aea0a731e564
branches:  trunk
changeset: 750786:aea0a731e564
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 14 11:58:31 2010 +0000

description:
Wrap a few long lines.

diffstat:

 libexec/ld.elf_so/arch/alpha/alpha_reloc.c |  7 ++++---
 libexec/ld.elf_so/arch/i386/mdreloc.c      |  7 ++++---
 libexec/ld.elf_so/arch/m68k/mdreloc.c      |  9 +++++----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (82 lines):

diff -r 756bd46948f6 -r aea0a731e564 libexec/ld.elf_so/arch/alpha/alpha_reloc.c
--- a/libexec/ld.elf_so/arch/alpha/alpha_reloc.c        Thu Jan 14 11:57:06 2010 +0000
+++ b/libexec/ld.elf_so/arch/alpha/alpha_reloc.c        Thu Jan 14 11:58:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: alpha_reloc.c,v 1.35 2010/01/14 11:57:06 skrll Exp $   */
+/*     $NetBSD: alpha_reloc.c,v 1.36 2010/01/14 11:58:31 skrll Exp $   */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -62,7 +62,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: alpha_reloc.c,v 1.35 2010/01/14 11:57:06 skrll Exp $");
+__RCSID("$NetBSD: alpha_reloc.c,v 1.36 2010/01/14 11:58:31 skrll Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -300,7 +300,8 @@
 }
 
 static inline int
-_rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp)
+_rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela,
+    Elf_Addr *tp)
 {
        Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
        Elf_Addr new_value;
diff -r 756bd46948f6 -r aea0a731e564 libexec/ld.elf_so/arch/i386/mdreloc.c
--- a/libexec/ld.elf_so/arch/i386/mdreloc.c     Thu Jan 14 11:57:06 2010 +0000
+++ b/libexec/ld.elf_so/arch/i386/mdreloc.c     Thu Jan 14 11:58:31 2010 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: mdreloc.c,v 1.30 2010/01/13 22:34:07 skrll Exp $       */
+/*     $NetBSD: mdreloc.c,v 1.31 2010/01/14 11:58:32 skrll Exp $       */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.30 2010/01/13 22:34:07 skrll Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.31 2010/01/14 11:58:32 skrll Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -188,7 +188,8 @@
 caddr_t
 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff)
 {
-       const Elf_Rel *rel = (const Elf_Rel *)((const uint8_t *)obj->pltrel + reloff);
+       const Elf_Rel *rel = (const Elf_Rel *)((const uint8_t *)obj->pltrel
+           + reloff);
        Elf_Addr new_value;
        int err;
 
diff -r 756bd46948f6 -r aea0a731e564 libexec/ld.elf_so/arch/m68k/mdreloc.c
--- a/libexec/ld.elf_so/arch/m68k/mdreloc.c     Thu Jan 14 11:57:06 2010 +0000
+++ b/libexec/ld.elf_so/arch/m68k/mdreloc.c     Thu Jan 14 11:58:31 2010 +0000
@@ -1,13 +1,13 @@
-/*     $NetBSD: mdreloc.c,v 1.25 2010/01/13 20:17:22 christos Exp $    */
+/*     $NetBSD: mdreloc.c,v 1.26 2010/01/14 11:58:32 skrll Exp $       */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.25 2010/01/13 20:17:22 christos Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.26 2010/01/14 11:58:32 skrll Exp $");
 #endif /* not lint */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.25 2010/01/13 20:17:22 christos Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.26 2010/01/14 11:58:32 skrll Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -165,7 +165,8 @@
 }
 
 static inline int
-_rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp)
+_rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela,
+    Elf_Addr *tp)
 {
        Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
        Elf_Addr new_value;



Home | Main Index | Thread Index | Old Index