--- arch/ia64/kernel/vmlinux.lds.S.old 2004-03-12 15:41:24.000000000 +0800 +++ arch/ia64/kernel/vmlinux.lds.S 2004-03-12 15:41:58.000000000 +0800 @@ -16,7 +16,6 @@ { /* Sections to be discarded */ /DISCARD/ : { - *(.exit.text) *(.exit.data) *(.exitcall.exit) *(.IA_64.unwind.exit.text) @@ -36,6 +35,7 @@ *(.text.ivt) *(.text) *(.gnu.linkonce.t*) + *(.exit.text) } .text2 : AT(ADDR(.text2) - LOAD_OFFSET) { *(.text2) }