# HG changeset patch # User chris@kneesaa.uk.xensource.com # Date 1152552907 -3600 # 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 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 = .; }