From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D31C2E0030F for ; Fri, 3 Feb 2012 07:06:31 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q13F6RvB002804 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 3 Feb 2012 07:06:27 -0800 (PST) Received: from Macintosh-5.local (172.25.36.235) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Fri, 3 Feb 2012 07:06:26 -0800 Message-ID: <4F2BF7F1.6040303@windriver.com> Date: Fri, 3 Feb 2012 09:06:25 -0600 From: Mark Hatle Organization: Wind River Systems User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Khem Raj References: <4F2ADA74.6090803@windriver.com> In-Reply-To: Cc: Yocto Project Subject: Re: prelink-cross project update X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2012 15:06:32 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 2/3/12 1:01 AM, Khem Raj wrote: > Hi Mark > > Good work. Could you also forward this to oe-core ml ? After I've vetted everything with the integration into oe-core, I will send this out as part of the review request. --Mark > Thx > -K > > On Thu, Feb 2, 2012 at 10:48 AM, Mark Hatle wrote: >> A new version of the prelink-cross has been pushed to the repository. >> >> This version fixes a number of minor bugs found during development, it is >> also believed to resolve bug #1808 relating to ARM prelinking, and adds >> support for x86_64's x32 ABI. >> >> Special thanks to Mentor Graphics for contributing the ARM TLS fix. >> >> There were no upstream changes to the main prelink component, all changes >> are >> specific to the cross functionality. Below is the Changelog, since the last >> update: >> >> 2011-12-21 Mark Hatle >> * src/arch-x86_64.c: Add support for x32 ABI >> >> 2012-02-02 Mark Hatle >> Integrate dwarf2 signal frame patch: >> >> 2010-05-10 Paul Brook >> >> * src/dwarf2.c (adjust_dwarf2_frame): Skip 'S' augmentation. >> >> 2012-02-01 Mark Hatle >> * configure.in: Fix enabling and disabling of SE Linux support >> >> 2012-01-26 Mark Hatle >> * elf.h, rtld/dl-lookupX.h, rtld/rtld.c: Sync to eglibc 2.15 >> >> Integrate R_ARM_TLS_DESC relocation support patch: >> >> 2011-04-13 Maciej W. Rozycki >> >> * src/prelink.h (DT_TLSDESC_PLT, R_ARM_TLS_DESC): New macros. >> (DSO): Add info_DT_TLSDESC_PLT member. >> (DT_TLSDESC_PLT_BIT): New macro. >> * src/arch-arm.c (arm_prelink_rel, arm_prelink_rela): Handle >> R_ARM_TLS_DESC relocation. >> (arm_prelink_conflict_rel, arm_prelink_conflict_rela): Likewise. >> (arm_rel_to_rela): Likewise. >> (arm_undo_prelink_rel): Likewise. >> (arm_reloc_class): Likewise. >> * src/dso.c (read_dynamic): Handle DT_TLSDESC_PLT dynamic tag. >> >> * src/prelink.h: add missing prototypes for wrap_listxattr, >> wrap_getxattr, wrap_setxattr >> >> 2012-01-04 Mark Hatle >> * exec.c: Check that a section is larger then 0 bytes when >> determining the section to segment mapping. This matches >> the behavior of elfutils - readelf. Otherwise an empty >> PROGBITS section at the end of a segment will cause a >> failure. >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto