Module Name:    src
Committed By:   uebayasi
Date:           Thu Aug 20 06:53:11 UTC 2015

Modified Files:
        src/sys/arch/dreamcast/conf: shl.x
        src/sys/arch/hpcsh/conf: shl-elf.x

Log Message:
Kill trailing blank lines.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/dreamcast/conf/shl.x
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hpcsh/conf/shl-elf.x

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/dreamcast/conf/shl.x
diff -u src/sys/arch/dreamcast/conf/shl.x:1.7 src/sys/arch/dreamcast/conf/shl.x:1.8
--- src/sys/arch/dreamcast/conf/shl.x:1.7	Thu Apr 25 17:02:41 2002
+++ src/sys/arch/dreamcast/conf/shl.x	Thu Aug 20 06:53:11 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: shl.x,v 1.7 2002/04/25 17:02:41 uch Exp $	*/
+/*	$NetBSD: shl.x,v 1.8 2015/08/20 06:53:11 uebayasi Exp $	*/
 
 OUTPUT_FORMAT("elf32-shl-nbsd")
 OUTPUT_ARCH(sh)
@@ -76,4 +76,3 @@ SECTIONS
   .debug_varnames  0 : { *(.debug_varnames) }
   /* These must appear regardless of  .  */
 }
-

Index: src/sys/arch/hpcsh/conf/shl-elf.x
diff -u src/sys/arch/hpcsh/conf/shl-elf.x:1.7 src/sys/arch/hpcsh/conf/shl-elf.x:1.8
--- src/sys/arch/hpcsh/conf/shl-elf.x:1.7	Tue Apr 15 16:29:12 2003
+++ src/sys/arch/hpcsh/conf/shl-elf.x	Thu Aug 20 06:53:11 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: shl-elf.x,v 1.7 2003/04/15 16:29:12 uwe Exp $	*/
+/*	$NetBSD: shl-elf.x,v 1.8 2015/08/20 06:53:11 uebayasi Exp $	*/
 
 OUTPUT_FORMAT("elf32-shl-nbsd")
 OUTPUT_ARCH(sh)
@@ -77,4 +77,3 @@ SECTIONS
   .debug_varnames  0 : { *(.debug_varnames) }
   /* These must appear regardless of  .  */
 }
-

Reply via email to