From: kaf24@scramble.cl.cam.ac.uk Date: Fri, 28 Jan 2005 15:39:31 +0000 (+0000) Subject: bitkeeper revision 1.1159.223.50 (41fa5cb3P9qKPSczsZkXrCrJzdeZAg) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~207 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dbb2d95b1d17436180618de305c8d9ac9bf9433e;p=xen.git bitkeeper revision 1.1159.223.50 (41fa5cb3P9qKPSczsZkXrCrJzdeZAg) Linker fixes. --- diff --git a/xen/arch/x86/boot/mkelf32.c b/xen/arch/x86/boot/mkelf32.c index 286a61315a..e16756237b 100644 --- a/xen/arch/x86/boot/mkelf32.c +++ b/xen/arch/x86/boot/mkelf32.c @@ -201,7 +201,7 @@ int main(int argc, char **argv) if ( in32_ehdr.e_phnum != 1 ) { - fprintf(stderr, "Expect precisly 1 program header; found %d.\n", + fprintf(stderr, "Expect precisely 1 program header; found %d.\n", (int)in32_ehdr.e_phnum); return 1; } diff --git a/xen/arch/x86/x86_32/xen.lds b/xen/arch/x86/x86_32/xen.lds index 537ebf15ba..298c9fee4d 100644 --- a/xen/arch/x86/x86_32/xen.lds +++ b/xen/arch/x86/x86_32/xen.lds @@ -64,12 +64,8 @@ SECTIONS __initcall_start = .; .initcall.init : { *(.initcall.init) } :text __initcall_end = .; - . = ALIGN(4096); __init_end = .; - . = ALIGN(4096); - .data.page_aligned : { *(.data.idt) } :text - __bss_start = .; /* BSS */ .bss : { *(.bss) diff --git a/xen/arch/x86/x86_64/xen.lds b/xen/arch/x86/x86_64/xen.lds index 8a6b3a27ac..2bb2d9ed49 100644 --- a/xen/arch/x86/x86_64/xen.lds +++ b/xen/arch/x86/x86_64/xen.lds @@ -62,12 +62,8 @@ SECTIONS __initcall_start = .; .initcall.init : { *(.initcall.init) } :text __initcall_end = .; - . = ALIGN(4096); __init_end = .; - . = ALIGN(4096); - .data.page_aligned : { *(.data.idt) } :text - __bss_start = .; /* BSS */ .bss : { *(.bss)