From 6b6dc1459a67ebe63b9a93a6def3a215684d75ea Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 9 May 2005 14:09:18 -0700 Subject: [PATCH] ARM: Linker compile fix for gcc-3.3.4 Linker compile fix for gcc-3.3.4. Signed-off-by: Tony Lindgren --- arch/arm/kernel/vmlinux.lds.S | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index ad2d66c93a5..c1c89d904a3 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S @@ -161,7 +161,3 @@ SECTIONS .stab.indexstr 0 : { *(.stab.indexstr) } .comment 0 : { *(.comment) } } - -/* those must never be empty */ -ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support") -ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined") -- 2.41.1