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

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)