Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Kill trailing blank lines.



details:   https://anonhg.NetBSD.org/src/rev/06e56966947f
branches:  trunk
changeset: 340000:06e56966947f
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Aug 20 06:53:11 2015 +0000

description:
Kill trailing blank lines.

diffstat:

 sys/arch/dreamcast/conf/shl.x |  3 +--
 sys/arch/hpcsh/conf/shl-elf.x |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 31e3c58671c0 -r 06e56966947f sys/arch/dreamcast/conf/shl.x
--- a/sys/arch/dreamcast/conf/shl.x     Thu Aug 20 06:48:25 2015 +0000
+++ b/sys/arch/dreamcast/conf/shl.x     Thu Aug 20 06:53:11 2015 +0000
@@ -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 @@
   .debug_varnames  0 : { *(.debug_varnames) }
   /* These must appear regardless of  .  */
 }
-
diff -r 31e3c58671c0 -r 06e56966947f sys/arch/hpcsh/conf/shl-elf.x
--- a/sys/arch/hpcsh/conf/shl-elf.x     Thu Aug 20 06:48:25 2015 +0000
+++ b/sys/arch/hpcsh/conf/shl-elf.x     Thu Aug 20 06:53:11 2015 +0000
@@ -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 @@
   .debug_varnames  0 : { *(.debug_varnames) }
   /* These must appear regardless of  .  */
 }
-



Home | Main Index | Thread Index | Old Index