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

Next file: linux/arch/s390x/vmlinux.lds
Previous file: linux/arch/ppc/xmon/xmon.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/arch/s390/vmlinux.lds linux/arch/s390/vmlinux.lds
@@ -14,7 +14,7 @@
 	*(.gnu.warning)
 	} = 0x0700
   .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)