Add missing ;

This commit is contained in:
matt 2012-09-01 12:17:04 +00:00
parent b5757b6916
commit f6529626ab
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern.ldscript.head,v 1.3 2012/08/29 22:43:57 matt Exp $ */
/* $NetBSD: kern.ldscript.head,v 1.4 2012/09/01 12:17:04 matt Exp $ */
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
@ -12,8 +12,8 @@ SECTIONS
{
*(.text)
*(.text.*)
__stub_start = .
__stub_start = .;
*(.stub)
__stub_end = .
__stub_end = .;
*(.glue_7t) *(.glue_7)
*(.rodata) *(.rodata.*)