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

Joel Soete soete.joel at scarlet.be
Sat Oct 13 07:45:37 MDT 2007


 >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 <sam at ravnborg.org>
 >
 >applied. thanks!
Hello Kyle,

Ok it's not yet in linux-2.6-snaps but well in patches .git and that's a pb to me, though:
at home with git potocole here is the version.patch I grab:
Index: linux-2.6/Makefile
===================================================================
--- linux-2.6.orig/Makefile     2007-10-10 13:52:58.000000000 -0700
+++ linux-2.6/Makefile  2007-10-10 22:09:29.000000000 -0700
@@ -1,7 +1,7 @@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 23
-EXTRAVERSION =
+EXTRAVERSION =
  NAME = Arr Matey! A Hairy Bilge Rat!

  # *DOCUMENTATION*

that seems ok.

But at the office where I can only use http here is the same file:
Index: linux-2.6/Makefile
===================================================================
--- linux-2.6.orig/Makefile     2007-07-16 22:14:53.000000000 -0400
+++ linux-2.6/Makefile  2007-07-16 22:16:34.000000000 -0400
@@ -1,7 +1,7 @@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 22
-EXTRAVERSION =
+EXTRAVERSION = -pa1
  NAME = Holy Dancing Manatees, Batman!

  # *DOCUMENTATION*

Outdated isn't it?

But seems to be a well known issue :<?

Tia,
	J.



More information about the parisc-linux mailing list