From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30070 invoked by alias); 29 Aug 2013 10:00:37 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 30058 invoked by uid 89); 29 Aug 2013 10:00:37 -0000 Received: from mail-pb0-f48.google.com (HELO mail-pb0-f48.google.com) (209.85.160.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 29 Aug 2013 10:00:37 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f48.google.com Received: by mail-pb0-f48.google.com with SMTP id ma3so234376pbc.21 for ; Thu, 29 Aug 2013 03:00:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wMxPmx102gXaTvgiDnJydehvbtYtUqek5ZzBJf1HNnU=; b=V/5JI1V3IAtcwoBkQ9hLVn2gx4KD9abHk396qOYJMjloGMCnOTaU7Cc7OxlXF9usZ1 1lYVKdyYOPeSNA4pA0XicuNBOPpJQzIdNLPHm+zKiayU0KLKOeUAR/CK67/XZDwD+s22 O078BgSMjKEIcoGAlVv/NEN1bQ8MT83OmxHFb2T+emBAdca03RL1Y2PopopCUpwAZb4Q FtkkQRCrkvc9op5w/YSyhqXvdsHXs7osCH2oUSeWDAxYdZV1pvAolM73yf6jEu4YFjeS ruXgd5qbFrs6mYJ0jz35ENQ/LuajE9Ryob3JUDSgp7g/8BzQnmqo9T4r1zsEWsNSsjO8 9ERg== X-Gm-Message-State: ALoCoQnmNV+OSbU4GtO2dWYcV2f9cLqBE4W6ZDMgUkhTjOlbfR2BACARIGIg5lR08jTUYdyTpGeE MIME-Version: 1.0 X-Received: by 10.68.143.131 with SMTP id se3mr2682514pbb.39.1377770432840; Thu, 29 Aug 2013 03:00:32 -0700 (PDT) Received: by 10.70.53.198 with HTTP; Thu, 29 Aug 2013 03:00:32 -0700 (PDT) In-Reply-To: <521ECB3A.4040209@redhat.com> References: <521D7B45.5040604@redhat.com> <521ECB3A.4040209@redhat.com> Date: Thu, 29 Aug 2013 10:00:00 -0000 Message-ID: Subject: Re: [PATCH] arm: Fix R_ARM_IRELATIVE for REL relocs. From: Will Newton To: "Carlos O'Donell" Cc: "Joseph S. Myers" , "libc-ports@sourceware.org" , Kyle McMartin Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-08/txt/msg00058.txt.bz2 On 29 August 2013 05:16, Carlos O'Donell wrote: > I will note that the 32-bit ARM testsuite on this hardware is > not clean e.g. > > make[2]: *** [/home/codonell/build/math/test-fenv.out] Error 1 This always seems to have failed, not sure if anyone is actively looking at fixing it. > make[1]: *** [math/tests] Error 2 > make[2]: *** [/home/codonell/build/stdio-common/bug22.out] Error 1 > make[1]: *** [stdio-common/tests] Error 2 > make[2]: [/home/codonell/build/posix/annexc.out] Error 1 (ignored) > make[2]: *** [/home/codonell/build/nptl/tst-cleanup2.out] Error 1 > make[2]: *** [/home/codonell/build/nptl/tst-cleanupx2.out] Error 1 > make[1]: *** [nptl/tests] Error 2 > make[2]: [/home/codonell/build/conform/run-conformtest.out] Error 1 (ignored) I don't see these failures on Ubuntu raring, but I do see some others that you haven't listed here: make[2]: *** [/home/linaro/glibc-build/nptl/tst-align2.out] Error 1 make[2]: *** [/home/linaro/glibc-build/nptl/tst-getpid1.out] Error 1 make[2]: *** [/home/linaro/glibc-build/nptl/tst-getpid2.out] Error 1 I haven't had time to investigate these unfortunately. > make[2]: *** [/home/codonell/build/elf/ifuncmain5picstatic.out] Error 139 > make[1]: *** [elf/tests] Error 2 > make[1]: *** [/home/codonell/build/check-local-headers.out] Error 1 > make: *** [check] Error 2 > > In particular ifuncmain5picstatic.out looks troublesome, and > I need to look at it to see if something is further wrong with > the IFUNC support. It's a binutils bug that is fixed in binutils trunk and the 2.23 branch, but not yet in any releases. https://sourceware.org/git/?p=binutils.git;a=commitdiff;h=f8d29fea418654937fc6f22d817a4eb97159528d -- Will Newton Toolchain Working Group, Linaro