Kill trailing blank lines.
This commit is contained in:
parent
025c56a84f
commit
3aa2707a88
|
@ -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 . */
|
||||
}
|
||||
|
||||
|
|
|
@ -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 . */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue