lkml.org 
[lkml]   [2009]   [Sep]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 2/2] m68k: Cleanup linker scripts using new linker script macros.
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


\
 
 \ /
  Last update: 2009-09-30 08:55    [W:0.044 / U:1.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site