patch-2.4.6 linux/arch/i386/vmlinux.lds
Next file: linux/arch/ia64/boot/bootloader.lds
Previous file: linux/arch/i386/math-emu/fpu_trig.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/i386/vmlinux.lds
- Orig date:
Wed Jan 3 20:45:26 2001
diff -u --recursive --new-file v2.4.5/linux/arch/i386/vmlinux.lds linux/arch/i386/vmlinux.lds
@@ -17,7 +17,7 @@
_etext = .; /* End of text section */
- .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)