summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2009-06-27 14:44:40 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2009-06-27 14:44:40 +0000
commit9376694a36b81ec8de0ba233a6a7ee53f727d6d5 (patch)
tree9f119811a4dd4ca56f695b652bf3f888ca8c6f11
parent7f79aa98ab26d8bab629908857399044f2db9f5c (diff)
Revert the last change to this file which was made with armv7 support came in.
The change was unrelated to v7 support, it was a cleanup item. For some reason this breaks ksyms on zaurus. however zaurus uses the old loadfile that is not fully synced with libsa
-rw-r--r--sys/arch/arm/conf/ldscript.tail4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/conf/ldscript.tail b/sys/arch/arm/conf/ldscript.tail
index ba13fedf6cb..dcf615cc5a2 100644
--- a/sys/arch/arm/conf/ldscript.tail
+++ b/sys/arch/arm/conf/ldscript.tail
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldscript.tail,v 1.3 2009/05/08 02:57:32 drahn Exp $ */
+/* $OpenBSD: ldscript.tail,v 1.4 2009/06/27 14:44:39 drahn Exp $ */
} =0
PROVIDE (__etext = .);
PROVIDE (_etext = .);
@@ -24,7 +24,6 @@
__bss_start = .;
__bss_start__ = .;
.sbss :
- AT (LOADADDR(.sdata) + (ADDR(.sbss) - ADDR(.sdata)))
{
PROVIDE (__sbss_start = .);
PROVIDE (___sbss_start = .);
@@ -36,7 +35,6 @@
PROVIDE (___sbss_end = .);
}
.bss :
- AT (LOADADDR(.sbss) + (ADDR(.bss) - ADDR(.sbss)))
{
*(.dynbss)
*(.bss)