Kill trailing blank lines.

This commit is contained in:
uebayasi 2015-08-20 06:53:11 +00:00
parent 025c56a84f
commit 3aa2707a88
2 changed files with 2 additions and 4 deletions

View File

@ -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 . */
}

View File

@ -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 . */
}