public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Andreas Schwab <schwab@redhat.com>
Cc: Tim Abbott <tabbott@ksplice.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Roman Zippel <zippel@linux-m68k.org>,
	linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/2] m68k: Cleanup linker scripts using new linker script macros.
Date: Wed, 30 Sep 2009 08:53:26 +0200	[thread overview]
Message-ID: <20090930065326.GA13850@merkur.ravnborg.org> (raw)
In-Reply-To: <m3zl8dbron.fsf@hase.home>

On Tue, Sep 29, 2009 at 07:12:56PM +0200, Andreas Schwab wrote:
> Tim Abbott <tabbott@ksplice.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.

Thanks for testing Andreas.

Geert - I assume you take the corrected version and push to Linus?

	Sam

      reply	other threads:[~2009-09-30  6:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16 16:44 [PATCH v2 0/2] Linker script cleanup patches for m68k Tim Abbott
2009-09-16 16:44 ` [PATCH v2 1/2] m68k: Make thread_info.h usable from assembly Tim Abbott
2009-09-27  9:55   ` Geert Uytterhoeven
2009-09-27 11:58     ` Sam Ravnborg
2009-11-20  7:56       ` Geert Uytterhoeven
2009-09-16 16:44 ` [PATCH v2 2/2] m68k: Cleanup linker scripts using new linker script macros Tim Abbott
2009-09-27  9:58   ` Geert Uytterhoeven
2009-09-27 13:01     ` Andreas Schwab
2009-09-27 17:57       ` Tim Abbott
2009-09-29 17:12         ` Andreas Schwab
2009-09-30  6:53           ` Sam Ravnborg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090930065326.GA13850@merkur.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@vger.kernel.org \
    --cc=schwab@redhat.com \
    --cc=tabbott@ksplice.com \
    --cc=zippel@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox