--- ./arch/um/uml.lds.S.align 2003-12-25 19:38:35.000000000 +0100 +++ ./arch/um/uml.lds.S 2003-12-26 17:13:36.000000000 +0100 @@ -9,7 +9,6 @@ { . = START + SIZEOF_HEADERS; - . = ALIGN(4096); __binary_start = .; #ifdef MODE_TT .thread_private : { --- ./arch/um/dyn.lds.S.align 2003-12-25 19:38:35.000000000 +0100 +++ ./arch/um/dyn.lds.S 2003-12-26 17:13:38.000000000 +0100 @@ -10,7 +10,6 @@ { . = START + SIZEOF_HEADERS; .interp : { *(.interp) } - . = ALIGN(4096); __binary_start = .; . = ALIGN(4096); /* Init code and data */ _stext = .;