Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- Date: Sun, 11 May 2008 11:25:54 -0700
- From: "H. Peter Anvin" <hpa@xxxxxxxxx>
- Subject: Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
Cyrill Gorcunov wrote:
Hi Peter,
actually I only doubt about exactly position of this headers - I mean
meguess it better should be _before_ "_end" not after. Since the others
script uses (acpi/wakeup_rm.S):
wakeup_code_start:
.incbin "arch/x86/kernel/acpi/realmode/wakeup.bin"
wakeup_code_end:
and kernel uses these wakeup_code_* marks to save/restore memory I think
it should be like
. = HEADER_OFFSET;
.header : {
...
}
. = ALIGN(16);
_end = .;
/DISCARD/ ...
Yes, I believe that's correct. -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/
- Follow-Ups:
- Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- From: Cyrill Gorcunov
- Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- References:
- 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- From: Mikael Pettersson
- Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- From: H. Peter Anvin
- Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- From: Sam Ravnborg
- Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- From: Cyrill Gorcunov
- Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- From: H. Peter Anvin
- Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- From: Cyrill Gorcunov
- 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- Prev by Date: Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- Next by Date: 2.6.26-rc1 regression: e5e1d3cb20034a3cbcfff1f0bae12201aa2ce17e breaks artsd
- Previous by thread: Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- Next by thread: Re: 2.6.26-rc1 on x86: ld: warning: dot moved backwards before `.text'
- Index(es):