]> git.hungrycats.org Git - linux/commitdiff
[ALPHA] Add __param support to link script.
authorRichard Henderson <rth@dorothy.sfbay.redhat.com>
Sat, 21 Dec 2002 20:42:05 +0000 (12:42 -0800)
committerRichard Henderson <rth@dorothy.sfbay.redhat.com>
Sat, 21 Dec 2002 20:42:05 +0000 (12:42 -0800)
arch/alpha/vmlinux.lds.S

index f6e1728c92ff445e6acd226cd5df8d80e7bfe0d7..ac8106a4ea203cea4a2883b1f58c8694b3c5eb12 100644 (file)
@@ -55,6 +55,12 @@ SECTIONS
        __setup_end = .;
   }
 
+  __param ALIGN(8): {
+       __start___param = .;
+       *(__param)
+       __stop___param = .;
+  }
+
   .initcall.init ALIGN(8): {
        __initcall_start = .;
        *(.initcall1.init)