Re: [PATCH v2 2/2] m68k: Cleanup linker scripts using new linker script macros.

From: Geert Uytterhoeven
Date: Sun Oct 04 2009 - 04:34:50 EST


On Wed, Sep 30, 2009 at 08:53, Sam Ravnborg <sam@xxxxxxxxxxxx> wrote:
> On Tue, Sep 29, 2009 at 07:12:56PM +0200, Andreas Schwab wrote:
>> Tim Abbott <tabbott@xxxxxxxxxxx> writes:
>>
>> > Below is a new version of the second patch that attempts to address this
>> > by putting the ALIGN inside a section, so that _end is at the end of the
>> > load segment (I also did a bit more cleanup):
>> >
>> > Â .init_end : {
>> > Â Â /* This ALIGN be in a section so that _end is at the end of the
>> > Â Â Â Âload segment. */
>> > Â Â . = ALIGN(PAGE_SIZE);
>> > Â Â __init_end = .;
>> > Â }
>> >
>> > Â _end = .;
>>
>> This works fine.
>
> Thanks for testing Andreas.
>
> Geert - I assume you take the corrected version and push to Linus?

I will (eventually), but it probably won't make it for -rc2. Same for
the other m68k patches I have still lying around.
I hope to have more m68k development time in a month or so...

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
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/