diff -r de853e901b5c xen/arch/x86/x86_32/xen.lds.S --- a/xen/arch/x86/x86_32/xen.lds.S Wed Feb 04 15:29:51 2009 +0000 +++ b/xen/arch/x86/x86_32/xen.lds.S Wed Feb 04 21:32:58 2009 +0000 @@ -91,6 +91,7 @@ *(.exit.text) *(.exit.data) *(.exitcall.exit) + *(.eh_frame) } /* Stabs debugging sections. */ diff -r de853e901b5c xen/arch/x86/x86_64/xen.lds.S --- a/xen/arch/x86/x86_64/xen.lds.S Wed Feb 04 15:29:51 2009 +0000 +++ b/xen/arch/x86/x86_64/xen.lds.S Wed Feb 04 21:32:58 2009 +0000 @@ -89,6 +89,7 @@ *(.exit.text) *(.exit.data) *(.exitcall.exit) + *(.eh_frame) } /* Stabs debugging sections. */