[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] x86: Throw away .eh_frame exception-handling sections. Otherwise they



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1233822480 0
# Node ID 3fc7d4115d6cd0ebf0cf55ed340da8a1b4c16592
# Parent  de853e901b5c6cfe3687404623c750b0f2c66058
x86: Throw away .eh_frame exception-handling sections. Otherwise they
can fail the build by requiring linking against discarded .exit.*
sections.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 xen/arch/x86/x86_32/xen.lds.S |    1 +
 xen/arch/x86/x86_64/xen.lds.S |    1 +
 2 files changed, 2 insertions(+)

diff -r de853e901b5c -r 3fc7d4115d6c 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     Thu Feb 05 08:28:00 2009 +0000
@@ -91,6 +91,7 @@ SECTIONS
        *(.exit.text)
        *(.exit.data)
        *(.exitcall.exit)
+       *(.eh_frame)
        }
 
   /* Stabs debugging sections.  */
diff -r de853e901b5c -r 3fc7d4115d6c 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     Thu Feb 05 08:28:00 2009 +0000
@@ -89,6 +89,7 @@ SECTIONS
        *(.exit.text)
        *(.exit.data)
        *(.exitcall.exit)
+       *(.eh_frame)
        }
 
   /* Stabs debugging sections.  */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.