X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fvmlinux.lds.S;fp=arch%2Fx86%2Fkernel%2Fvmlinux.lds.S;h=3c68fe2d46cfad42b22c2011c6de4cced838bd7f;hb=a5912f6b3e20c137172460e6d4dd180866c00963;hp=92929fb3f9fa929acda8f0579570d2dea4ea942a;hpb=012abeea669ea49636cf952d13298bb68654146a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index 92929fb..3c68fe2 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S @@ -305,6 +305,9 @@ SECTIONS #ifdef CONFIG_X86_32 +/* + * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility: + */ . = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE), "kernel image bigger than KERNEL_IMAGE_SIZE"); #else