patch-2.4.6 linux/arch/alpha/vmlinux.lds.in
Next file: linux/arch/arm/Makefile
Previous file: linux/arch/alpha/lib/udelay.c
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/vmlinux.lds.in
- Orig date:
Mon Jun 26 11:26:56 2000
diff -u --recursive --new-file v2.4.5/linux/arch/alpha/vmlinux.lds.in linux/arch/alpha/vmlinux.lds.in
@@ -53,7 +53,7 @@
/* Global data */
_data = .;
.data.cacheline_aligned : { *(.data.cacheline_aligned) }
- .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)