commit | be1b3d8cb141c0705d61af2e2372d72ff16c7d04 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Thu Oct 18 00:04:25 2007 -0700 |
committer | Kyle McMartin <kyle@shortfin.cabal.ca> | Thu Oct 18 00:59:12 2007 -0700 |
tree | 37ba423c1929ebd9c102390aac9c9398dde8fb45 | |
parent | e9a03990d90ac5006f37f3ff7a6b87966d208697 [diff] |
[PARISC] Beautify parisc vmlinux.lds.S 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 <sam@ravnborg.org> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>