patch-2.4.6 linux/arch/ia64/boot/bootloader.lds

Next file: linux/arch/ia64/sn/fprom/fprom.lds
Previous file: linux/arch/i386/vmlinux.lds
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/arch/ia64/boot/bootloader.lds linux/arch/ia64/boot/bootloader.lds
@@ -12,7 +12,7 @@
 
   /* Global data */
   _data = .;
-  .rodata : { *(.rodata) }
+  .rodata : { *(.rodata) *(.rodata.*) }
   .data    : { *(.data) *(.gnu.linkonce.d*) CONSTRUCTORS }
   __gp = ALIGN (8) + 0x200000;
   .got           : { *(.got.plt) *(.got) }

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