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
-  Lines: 9
-  Date:
Mon Jul  2 14:40:58 2001
-  Orig file: 
v2.4.5/linux/arch/parisc/vmlinux.lds
-  Orig date: 
Tue Dec  5 12:29:39 2000
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)