Re: [PATCH 1/2] parisc: beautify vmlinux.lds

Kyle McMartin <[email protected]> Wed, 10 Oct 2007 17:04:11 -0400
Newsgroups gmane.linux.ports.hppa
Message-ID <[email protected]>
On Wed, Oct 10, 2007 at 10:26:02PM +0200, Sam Ravnborg wrote:
> Introduce a consistent layout of vmlinux.
> The same layout has been introduced for most
> architectures.
> 
> And the same time move a few label definitions inside
> the curly brackets so they are assigned the correct
> starting address. Before a ld inserted alignment
> would have casued the label to pint before the actual
> start of the section.
> 
> Signed-off-by: Sam Ravnborg <[email protected]>

applied. thanks!