patch-2.2.16 linux/arch/alpha/vmlinux.lds
Next file: linux/arch/arm/config.in
Previous file: linux/arch/alpha/mm/init.c
Back to the patch index
Back to the overall index
-  Lines: 13
 -  Date:
Wed Jun  7 14:26:42 2000
 -  Orig file: 
v2.2.15/linux/arch/alpha/vmlinux.lds
 -  Orig date: 
Tue May 13 22:41:00 1997
 
diff -urN v2.2.15/linux/arch/alpha/vmlinux.lds linux/arch/alpha/vmlinux.lds
@@ -1,10 +1,11 @@
 OUTPUT_FORMAT("elf64-alpha")
 ENTRY(__start)
+PHDRS { kernel PT_LOAD ; }
 SECTIONS
 {
    . = 0xfffffc0000310000;
    _text = .;
-   .text : { *(.text) }
+   .text : { *(.text) } :kernel
    .text2 : { *(.text2) }
    _etext = .;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)