]> git.neil.brown.name Git - history.git/commitdiff
o sparc: add missing __{start,stop}___param to vmlinux.lds.S
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 28 Dec 2002 10:49:54 +0000 (08:49 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 28 Dec 2002 10:49:54 +0000 (08:49 -0200)
Rusty missed this one.

arch/sparc/vmlinux.lds.S

index e0610ed2df4ce4695f80bc0d43587fccfa2accfc..a9343f993144e7a03cc1dc346099a1c28fa12958 100644 (file)
@@ -48,6 +48,9 @@ SECTIONS
   __setup_start = .;
   .init.setup : { *(.init.setup) }
   __setup_end = .;
+  __start___param = .;
+  __param : { *(__param) }
+  __stop___param = .;
   __initcall_start = .;
   .initcall.init : {
        *(.initcall1.init)