Module Name:    src
Committed By:   matt
Date:           Sat Sep  1 12:17:04 UTC 2012

Modified Files:
        src/sys/arch/arm/conf: kern.ldscript.head

Log Message:
Add missing ;


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/conf/kern.ldscript.head

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/arm/conf/kern.ldscript.head
diff -u src/sys/arch/arm/conf/kern.ldscript.head:1.3 src/sys/arch/arm/conf/kern.ldscript.head:1.4
--- src/sys/arch/arm/conf/kern.ldscript.head:1.3	Wed Aug 29 22:43:57 2012
+++ src/sys/arch/arm/conf/kern.ldscript.head	Sat Sep  1 12:17:04 2012
@@ -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.*)

Reply via email to