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

Next file: linux/arch/mips/Makefile
Previous file: linux/arch/m68k/vmlinux-sun3.lds
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/arch/m68k/vmlinux.lds linux/arch/m68k/vmlinux.lds
@@ -12,7 +12,7 @@
 	*(.text.lock)		/* out-of-line lock text */
 	*(.gnu.warning)
 	} = 0x4e75
-  .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)