summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2003-09-08 16:23:48 +0000
committerjdike <jdike>2003-09-08 16:23:48 +0000
commit7cc33a3d271c346196e12672e5114d911304663b (patch)
tree087070d48f68fd16ae9de89605ad4d521aba57ae
parent306b81d653801a914bd851aae65ffeb56e17556f (diff)
downloaduml-history-7cc33a3d271c346196e12672e5114d911304663b.tar.gz
Removed the page alignment of the start of the UML text. This fixes the
segfault with the new thread stuff in libc.
-rw-r--r--arch/um/link.ld.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/link.ld.in b/arch/um/link.ld.in
index 30998a8..e93727e 100644
--- a/arch/um/link.ld.in
+++ b/arch/um/link.ld.in
@@ -6,7 +6,6 @@ SECTIONS
{
. = START() + SIZEOF_HEADERS;
- . = ALIGN(4096);
__binary_start = .;
ifdef(`MODE_TT', `
.thread_private : {