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/sparc64 Missing , in table initializer



details:   https://anonhg.NetBSD.org/src/rev/881e5d354169
branches:  trunk
changeset: 790180:881e5d354169
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Sep 23 21:00:35 2013 +0000

description:
Missing , in table initializer

diffstat:

 libexec/ld.elf_so/arch/sparc64/mdreloc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0a617422fe4b -r 881e5d354169 libexec/ld.elf_so/arch/sparc64/mdreloc.c
--- a/libexec/ld.elf_so/arch/sparc64/mdreloc.c  Mon Sep 23 20:44:24 2013 +0000
+++ b/libexec/ld.elf_so/arch/sparc64/mdreloc.c  Mon Sep 23 21:00:35 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mdreloc.c,v 1.53 2012/07/22 09:21:03 martin Exp $      */
+/*     $NetBSD: mdreloc.c,v 1.54 2013/09/23 21:00:35 martin Exp $      */
 
 /*-
  * Copyright (c) 2000 Eduardo Horvath.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.53 2012/07/22 09:21:03 martin Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.54 2013/09/23 21:00:35 martin Exp $");
 #endif /* not lint */
 
 #include <errno.h>
@@ -180,7 +180,7 @@
        _BM(22), _BM(10), _BM(22),      /* _PC_HH22, _PC_HM10, _PC_LM22 */
        _BM(16), _BM(19),               /* _WDISP16, _WDISP19 */
        -1,                             /* GLOB_JMP */
-       _BM(7), _BM(5), _BM(6)          /* _7, _5, _6 */
+       _BM(7), _BM(5), _BM(6),         /* _7, _5, _6 */
        -1, -1,                         /* DISP64, PLT64 */
        _BM(22), _BM(13),               /* HIX22, LOX10 */
        _BM(22), _BM(10), _BM(13),      /* H44, M44, L44 */



Home | Main Index | Thread Index | Old Index