patch-2.4.3 linux/arch/arm/vmlinux-armv.lds.in
Next file: linux/arch/cris/drivers/serial.c
Previous file: linux/arch/arm/tools/mach-types
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Mar 6 19:44:35 2001
- Orig file:
v2.4.2/linux/arch/arm/vmlinux-armv.lds.in
- Orig date:
Wed Feb 21 18:20:10 2001
diff -u --recursive --new-file v2.4.2/linux/arch/arm/vmlinux-armv.lds.in linux/arch/arm/vmlinux-armv.lds.in
@@ -45,18 +45,22 @@
*(.glue_7)
*(.glue_7t)
*(.kstrtab)
- . = ALIGN(16);
- __start___ex_table = .; /* Exception table */
+ *(.got) /* Global offset table */
+
+ _etext = .; /* End of text section */
+ }
+
+ . = ALIGN(16);
+ __ex_table : { /* Exception table */
+ __start___ex_table = .;
*(__ex_table)
__stop___ex_table = .;
+ }
- __start___ksymtab = .; /* Kernel symbol table */
+ __ksymtab : { /* Kernel symbol table */
+ __start___ksymtab = .;
*(__ksymtab)
__stop___ksymtab = .;
-
- *(.got) /* Global offset table */
-
- _etext = .; /* End of text section */
}
. = ALIGN(8192);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)