patch-2.4.0-test8 linux/arch/arm/vmlinux-armv.lds.in
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/arm/vmlinux-armo.lds.in
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Sep 3 11:19:11 2000
- Orig file:
v2.4.0-test7/linux/arch/arm/vmlinux-armv.lds.in
- Orig date:
Thu Jul 27 17:37:59 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/arm/vmlinux-armv.lds.in linux/arch/arm/vmlinux-armv.lds.in
@@ -42,8 +42,8 @@
*(.text.lock) /* out-of-line lock text */
*(.rodata)
*(.kstrtab)
- . = ALIGN(16); /* Exception table */
- __start___ex_table = .;
+ . = ALIGN(16);
+ __start___ex_table = .; /* Exception table */
*(__ex_table)
__stop___ex_table = .;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)