From owner-freebsd-toolchain@FreeBSD.ORG Wed Sep 17 23:01:44 2014 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F08445C for ; Wed, 17 Sep 2014 23:01:44 +0000 (UTC) Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41F626E9 for ; Wed, 17 Sep 2014 23:01:43 +0000 (UTC) Received: by mail-qg0-f43.google.com with SMTP id a108so67592qge.16 for ; Wed, 17 Sep 2014 16:01:42 -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:sender:date:message-id:subject:from :to:cc:content-type; bh=18ZmefaYSK+HKP9Xs3HVf7GKuIuFcd7O4gaIHPn5CdY=; b=mJKESR4REToXOXIIqEUqnz6c2bSzxhHY5lixPzDZKI4p94kbjCF0dZFyf/7w89p2UR LTvhtXhc36vh/veLNiO1jJ4DJqRMW5b9egWhF/hdkwavO6N7WjSPyk5QpMY532KRTk5q 26kBijCJH5HaDyoy7O8iWCLAtJw3oLI4UnzEvR1ePxMcxwM6OKZ+P8oOawkHeSheRCLy 8jcyGh8O1BwC8BzmntlGS18turXhMusIV/bSBnqssSrgrYd6qIpCt6tENssd7Flcj60c 4KxErtVQEt5dg5KoKoMFWAqpy7/GUF3EwxJJ9y87qBcUZqqLl+S3ljOnTH1M7AaJG2v7 H3MA== X-Gm-Message-State: ALoCoQksOCMpbLvl6OeC0F42LWDXcAQGS5grOBSygGs8p0uAN3ZkqDlv8j2lctaCo1F/G3yeIK48 MIME-Version: 1.0 X-Received: by 10.224.3.5 with SMTP id 5mr1018614qal.1.1410994902661; Wed, 17 Sep 2014 16:01:42 -0700 (PDT) Sender: will@firepipe.net Received: by 10.140.16.183 with HTTP; Wed, 17 Sep 2014 16:01:42 -0700 (PDT) Date: Wed, 17 Sep 2014 17:01:42 -0600 X-Google-Sender-Auth: WQ4htmLZb5j9AJzIFDvUfzfLUGw Message-ID: Subject: elftoolchain update? From: Will Andrews To: jkoshy@freebsd.org, kaiw@freebsd.org, freebsd-toolchain@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Justin Gibbs X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 23:01:44 -0000 Hi, I see there have been a lot of updates & fixes to elftoolchain since the last import into FreeBSD/head nearly 8 months ago. Are there any plans to update the import? I'm asking because it appears that ctfconvert currently crashes (specifically, due to a bug in dwarf_attrval_unsigned()), if you try to use it on C++ object files. This is easily demonstrated by applying this patch to FreeBSD/head and building sbin/devd with WITH_CTF=1: http://people.freebsd.org/~will/add-ctfconvert-to-cpp-object-files.diff Justin Gibbs (cc'd) posted about this issue in February, and it's still a problem: http://lists.freebsd.org/pipermail/freebsd-toolchain/2014-February/001121.html Thanks, --Will.