patch-2.4.6 linux/arch/sh/vmlinux.lds.S
Next file: linux/arch/sparc/config.in
Previous file: linux/arch/sh/stboards/setup.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/sh/vmlinux.lds.S
-  Orig date: 
Fri Dec 29 14:07:20 2000
diff -u --recursive --new-file v2.4.5/linux/arch/sh/vmlinux.lds.S linux/arch/sh/vmlinux.lds.S
@@ -24,7 +24,7 @@
 	*(.gnu.warning)
 	} = 0x0009
   .text.lock : { *(.text.lock) }	/* out-of-line lock text */
-  .rodata : { *(.rodata) }
+  .rodata : { *(.rodata) *(.rodata.*) }
   .kstrtab : { *(.kstrtab) }
 
   . = ALIGN(16);		/* Exception table */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)