2004-04-19 11:07:49

by Jan Killius

[permalink] [raw]
Subject: 2.6.6-rc1-mm1 x86-64 assembler problem

Hello,
There is a problem with some x86-64 assembler code.
CHK include/linux/compile.h
LD arch/x86_64/kernel/bootflag.o
AS arch/x86_64/kernel/warmreboot.o
arch/x86_64/kernel/warmreboot.S: Assembler messages:
arch/x86_64/kernel/warmreboot.S:67: Warning: rest of line ignored; first
ignored character is `w'
arch/x86_64/kernel/warmreboot.S:71: Warning: rest of line ignored; first
ignored character is `w'
arch/x86_64/kernel/warmreboot.S:67: Error: can't resolve `.text' {.text
section} - `' {*UND* section}
arch/x86_64/kernel/warmreboot.S:71: Error: can't resolve `.text' {.text
section} - `' {*UND* section}

gcc version: gcc version 3.3.3 (Gentoo Linux 3.3.3_pre20040408-r1)
as version: GNU assembler version 2.14.90.0.8 (x86_64-pc-linux-gnu) using BFD
version 2.14.90.0.8 20040114
--
Jan