[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m3zl8dbron.fsf@hase.home>
Date: Tue, 29 Sep 2009 19:12:56 +0200
From: Andreas Schwab <schwab@...hat.com>
To: Tim Abbott <tabbott@...lice.com>
Cc: Geert Uytterhoeven <geert@...ux-m68k.org>,
Roman Zippel <zippel@...ux-m68k.org>,
linux-m68k@...r.kernel.org, linux-kernel@...r.kernel.org,
Sam Ravnborg <sam@...nborg.org>
Subject: Re: [PATCH v2 2/2] m68k: Cleanup linker scripts using new linker script macros.
Tim Abbott <tabbott@...lice.com> 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.
Andreas.
--
Andreas Schwab, schwab@...hat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists