Module Name: src Committed By: matt Date: Wed Aug 29 22:43:57 UTC 2012
Modified Files: src/sys/arch/arm/conf: kern.ldscript.head Log Message: Add __stub_start and __stub_end symbols. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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.2 src/sys/arch/arm/conf/kern.ldscript.head:1.3 --- src/sys/arch/arm/conf/kern.ldscript.head:1.2 Sun Dec 11 12:16:45 2005 +++ src/sys/arch/arm/conf/kern.ldscript.head Wed Aug 29 22:43:57 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: kern.ldscript.head,v 1.2 2005/12/11 12:16:45 christos Exp $ */ +/* $NetBSD: kern.ldscript.head,v 1.3 2012/08/29 22:43:57 matt Exp $ */ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") @@ -12,6 +12,8 @@ SECTIONS { *(.text) *(.text.*) + __stub_start = . *(.stub) + __stub_end = . *(.glue_7t) *(.glue_7) *(.rodata) *(.rodata.*)