patch-2.4.2 linux/arch/arm/boot/compressed/vmlinux.lds.in
Next file: linux/arch/arm/kernel/Makefile
Previous file: linux/arch/arm/boot/compressed/setup-sa1100.S
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Thu Feb  8 16:32:44 2001
-  Orig file: 
v2.4.1/linux/arch/arm/boot/compressed/vmlinux.lds.in
-  Orig date: 
Mon Sep 18 15:15:24 2000
diff -u --recursive --new-file v2.4.1/linux/arch/arm/boot/compressed/vmlinux.lds.in linux/arch/arm/boot/compressed/vmlinux.lds.in
@@ -19,12 +19,13 @@
 
   .text : {
     _start = .;
-    head.o(.start)
     *(.start)
-    head.o(.text)
     *(.text)
     *(.fixup)
     *(.gnu.warning)
+    *(.rodata)
+    *(.glue_7)
+    *(.glue_7t)
     input_data = .;
     piggy.o
     input_data_end = .;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)