patch-2.4.22 linux-2.4.22/arch/arm/boot/compressed/vmlinux.lds.in
Next file: linux-2.4.22/arch/arm/common/Makefile
Previous file: linux-2.4.22/arch/arm/boot/compressed/misc.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/arm/boot/compressed/vmlinux.lds.in
- Orig date:
2001-07-02 14:40:14.000000000 -0700
diff -urN linux-2.4.21/arch/arm/boot/compressed/vmlinux.lds.in linux-2.4.22/arch/arm/boot/compressed/vmlinux.lds.in
@@ -35,29 +35,26 @@
_etext = .;
- .data : {
- *(.data)
- }
-
+ _got_start = .;
+ .got : { *(.got) }
+ _got_end = .;
+ .got.plt : { *(.got.plt) }
+ .data : { *(.data) }
_edata = .;
. = BSS_START;
__bss_start = .;
- .bss : {
- *(.bss)
- }
+ .bss : { *(.bss) }
_end = .;
- .stack : {
- *(.stack)
- }
-
- .stab 0 : { *(.stab) }
- .stabstr 0 : { *(.stabstr) }
- .stab.excl 0 : { *(.stab.excl) }
- .stab.exclstr 0 : { *(.stab.exclstr) }
- .stab.index 0 : { *(.stab.index) }
- .stab.indexstr 0 : { *(.stab.indexstr) }
- .comment 0 : { *(.comment) }
+ .stack (NOLOAD) : { *(.stack) }
+
+ .stab 0 : { *(.stab) }
+ .stabstr 0 : { *(.stabstr) }
+ .stab.excl 0 : { *(.stab.excl) }
+ .stab.exclstr 0 : { *(.stab.exclstr) }
+ .stab.index 0 : { *(.stab.index) }
+ .stab.indexstr 0 : { *(.stab.indexstr) }
+ .comment 0 : { *(.comment) }
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)