summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2004-01-19 21:01:41 +0000
committerjdike <jdike>2004-01-19 21:01:41 +0000
commit3fa26b6f9eb012c54b661351865a329819259d89 (patch)
treef7069bb0c692b14e938480c80760ac86f0bb8fd7
parent6b67fd58b6d219e513fad32e879d54868ac71f2e (diff)
downloaduml-history-3fa26b6f9eb012c54b661351865a329819259d89.tar.gz
Removed the align directive which was causing segfaults on RH and Fedora.
-rw-r--r--arch/um/dyn_link.ld.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/dyn_link.ld.in b/arch/um/dyn_link.ld.in
index 5830d20..e69d8ab 100644
--- a/arch/um/dyn_link.ld.in
+++ b/arch/um/dyn_link.ld.in
@@ -8,7 +8,6 @@ SECTIONS
{
. = START() + SIZEOF_HEADERS;
.interp : { *(.interp) }
- . = ALIGN(4096);
__binary_start = .;
. = ALIGN(4096); /* Init code and data */
_stext = .;