From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Schwab Subject: Re: [PATCH v2 2/2] m68k: Cleanup linker scripts using new linker script macros. Date: Tue, 29 Sep 2009 19:12:56 +0200 Message-ID: References: <1253119466-19488-1-git-send-email-tabbott@ksplice.com> <1253119466-19488-3-git-send-email-tabbott@ksplice.com> <10f740e80909270258o6bde0f3dk720bd5b5c091ed2f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:62356 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753373AbZI2RN0 (ORCPT ); Tue, 29 Sep 2009 13:13:26 -0400 In-Reply-To: (Tim Abbott's message of "Sun, 27 Sep 2009 13:57:55 -0400 (EDT)") Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Tim Abbott Cc: Geert Uytterhoeven , Roman Zippel , linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, Sam Ravnborg Tim Abbott 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@redhat.com GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E "And now for something completely different."