Re: [PATCH] x86: linker script syntax nits

From: H. Peter Anvin
Date: Wed Oct 14 2009 - 18:38:19 EST


On 10/14/2009 03:10 PM, Roland McGrath wrote:
> The following changes since commit 80f506918fdaaca6b574ba931536a58ce015c7be:
> Linus Torvalds (1):
> Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland.git topic/x86-lds-nits
>
> Roland McGrath (1):
> x86: linker script syntax nits
>
> arch/x86/kernel/acpi/realmode/wakeup.lds.S | 4 ++--
> arch/x86/kernel/vmlinux.lds.S | 17 ++++++++---------
> 2 files changed, 10 insertions(+), 11 deletions(-)

Severely-Nacked-by: H. Peter Anvin <hpa@xxxxxxxxx>

> - . = ASSERT(_end <= WAKEUP_SIZE, "Wakeup too big!");
> }
> +
> +ASSERT(_end <= WAKEUP_SIZE, "Wakeup too big!");

Sinkless asserts are broken in older versions of ld.

-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/