lkml.org 
[lkml]   [2007]   [May]   [16]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 16 May 2007 16:32:04 -0700
From"H. Peter Anvin" <>
SubjectRe: 2.6.22-rc1-mm1
Mel Gorman wrote:
>   LD      arch/i386/boot/setup.elf
> ld:arch/i386/boot/setup.ld:47: syntax error

Does this patch fix it for you?

	-hpa
diff --git a/arch/i386/boot/setup.ld b/arch/i386/boot/setup.ld
index e9ca0c2..c9c5530 100644
--- a/arch/i386/boot/setup.ld
+++ b/arch/i386/boot/setup.ld
@@ -44,5 +44,5 @@ SECTIONS
 
 	/DISCARD/ : { *(.note*) }
 
-	ASSERT(_end <= 0x8000, "Setup too big!")
+	. = ASSERT(_end <= 0x8000, "Setup too big!")
 }
\
 
 \ /
  Last update: 2007-05-17 01:37    [from the cache]
©2003-2008