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

Next file: linux/drivers/Makefile
Previous file: linux/arch/sparc64/math-emu/sfp-util.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/arch/sparc64/vmlinux.lds linux/arch/sparc64/vmlinux.lds
@@ -16,7 +16,7 @@
   } =0
   _etext = .;
   PROVIDE (etext = .);
-  .rodata    : { *(.rodata)  }
+  .rodata    : { *(.rodata) *(.rodata.*) }
   .rodata1   : { *(.rodata1) }
   .data    :
   {

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