[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [VMXASSIST] Include all rodata sections into text section.
# HG changeset patch # User chris@xxxxxxxxxxxxxxxxxxxxxxxx # Node ID 984225e947f1155c07227f2306527d940d62444e # Parent 16b4abe0f925e385495175d2cc288642cdcb1374 [VMXASSIST] Include all rodata sections into text section. Some versions of ld put non-matched sections into random locations otherwise. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx> --- tools/firmware/vmxassist/vmxassist.ld | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -r 16b4abe0f925 -r 984225e947f1 tools/firmware/vmxassist/vmxassist.ld --- a/tools/firmware/vmxassist/vmxassist.ld Mon Jul 10 17:47:28 2006 +0100 +++ b/tools/firmware/vmxassist/vmxassist.ld Mon Jul 10 18:35:07 2006 +0100 @@ -11,8 +11,7 @@ SECTIONS _btext = .; *(.text) *(.rodata) - *(.rodata.str1.1) - *(.rodata.str1.4) + *(.rodata.*) _etext = .; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |