patch-2.4.5 linux/arch/arm/vmlinux-armv.lds.in
Next file: linux/arch/cris/Makefile
Previous file: linux/arch/arm/mm/fault-armv.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Wed May 16 15:25:16 2001
- Orig file:
v2.4.4/linux/arch/arm/vmlinux-armv.lds.in
- Orig date:
Tue Mar 6 19:44:35 2001
diff -u --recursive --new-file v2.4.4/linux/arch/arm/vmlinux-armv.lds.in linux/arch/arm/vmlinux-armv.lds.in
@@ -44,11 +44,12 @@
*(.rodata)
*(.glue_7)
*(.glue_7t)
- *(.kstrtab)
*(.got) /* Global offset table */
_etext = .; /* End of text section */
}
+
+ .kstrtab : { *(.kstrtab) }
. = ALIGN(16);
__ex_table : { /* Exception table */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)