From owner-svn-src-all@FreeBSD.ORG Tue Jan 28 23:47:45 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF37F941; Tue, 28 Jan 2014 23:47:45 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F02F16E5; Tue, 28 Jan 2014 23:47:44 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id hr13so953891lab.29 for ; Tue, 28 Jan 2014 15:47:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=vFOumAefzVZN8i8saOYh+fqf63TuMQqhJlJ/qmtN7po=; b=Pm6huHRMH1u/C/yBrEpEtgYSq4udxkM7WDQa35T3TrwRPvemjRCRq/1adBXXd76TjK pvmNnlwMmuPJzOnwKo1xzzLfFoTV55uVWJTemq6Whn54Z1nDNE78rF+sSQhZEcQA705S giWxFQGrTGe4MWUzowLPzkzcZX1oMQgwkF9u7GXobyxu7ksD4JuQ7co0C6GlJ4sgN6V/ xHxxWSBkOTW7diAApaeCz0fSlPWpiW5gMqGbjOeVDVfX7OFzDzpfhzkzf8606KHiM3ci VIXEQ58XEi96O75xtaksQhL0y0nQBxwDdinE6Jlpo/BucNgldRyH0CSQlEa/+sMHkgaz LaxQ== X-Received: by 10.112.218.68 with SMTP id pe4mr2658824lbc.29.1390952862672; Tue, 28 Jan 2014 15:47:42 -0800 (PST) Received: from localhost (s83-179-26-16.cust.tele2.se. [83.179.26.16]) by mx.google.com with ESMTPSA id s9sm500837laj.0.2014.01.28.15.47.40 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 28 Jan 2014 15:47:41 -0800 (PST) Sender: Kai Wang Received: from localhost.localdomain ([127.0.0.1] helo=localhost.my.domain) by localhost with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1W8INF-000Fkd-3J; Wed, 29 Jan 2014 00:47:21 +0100 Received: (from kaiw@localhost) by localhost.my.domain (8.14.5/8.14.5/Submit) id s0SNlLmU060550; Wed, 29 Jan 2014 00:47:21 +0100 (CET) (envelope-from kaiw@FreeBSD.org) X-Authentication-Warning: localhost.my.domain: kaiw set sender to kaiw@FreeBSD.org using -f Date: Wed, 29 Jan 2014 00:47:21 +0100 From: Kai Wang To: Adrian Chadd Subject: Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys Message-ID: <20140128234721.GB93265@soulhacker> References: <201401282138.s0SLcsVV085769@svn.freebsd.org> <62D9690C-16B3-4ECF-B534-4D454989865D@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Pedro Giffuni , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 23:47:45 -0000 On Tue, Jan 28, 2014 at 03:01:39PM -0800, Adrian Chadd wrote: > .. and was this tested on anything other than i386/amd64? > > Don't be too hasty to MFC; us guys in ARM, PPC, MIPS, SPARC and IA64 > world have to now retest everything. It'll take time for this to shake > out. Of course! I can help with troubleshooting CTF, libdwarf, libelf related issues on these platforms, if needed. Also I need to complete the DWARF4 support in libdwarf/ctfconvert, which definitely will consume some time. After that, we can consider MFC if everything runs ok on all these platforms. Thanks, Kai