patch-2.4.6 linux/arch/alpha/boot/bootloader.lds
Next file: linux/arch/alpha/config.in
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Jul  2 14:40:14 2001
-  Orig file: 
v2.4.5/linux/arch/alpha/boot/bootloader.lds
-  Orig date: 
Sun Sep  6 10:34:33 1998
diff -u --recursive --new-file v2.4.5/linux/arch/alpha/boot/bootloader.lds linux/arch/alpha/boot/bootloader.lds
@@ -6,7 +6,7 @@
   .text : { *(.text) }
   _etext = .;
   PROVIDE (etext = .);
-  .rodata : { *(.rodata) }
+  .rodata : { *(.rodata) *(.rodata.*) }
   .data : { *(.data) CONSTRUCTORS }
   .got : { *(.got) }
   .sdata : { *(.sdata) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)