patch-2.4.6 linux/arch/parisc/vmlinux.lds

Next file: linux/arch/ppc/8xx_io/commproc.c
Previous file: linux/arch/mips64/math-emu/sp_tlong.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/arch/parisc/vmlinux.lds linux/arch/parisc/vmlinux.lds
@@ -22,7 +22,7 @@
 	} = 0
 
   . = ALIGN(16);
-  .rodata : { *(.rodata) }
+  .rodata : { *(.rodata) *(.rodata.*) }
   .kstrtab : { *(.kstrtab) }
 
   _etext = .;			/* End of text section */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)