From owner-svn-src-all@FreeBSD.ORG Tue Jan 28 23:01:41 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 0236920E; Tue, 28 Jan 2014 23:01:41 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CC30134A; Tue, 28 Jan 2014 23:01:40 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id x13so1601988qcv.5 for ; Tue, 28 Jan 2014 15:01:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GVTPR4kQ5iYXmLoMauZmYGKgYwXdo32gmpNv1orn2LI=; b=fdA26PoR+0bQpqnZjuYJizzvgSEi6hpseESYVMG4vJ/4yyBfEo0FKFva24E4qxNXe8 /Fa7dgU61Pi0me6BhPKeDj7zFhqEcJGkHtLeKCEp7uUDJ9T4pLrYQM/j1CZZ3sYtKRCS IKkDNaorNXEZIQf7Lt18mO5KLeXXFrBUeWTsGa5qGwvCa+h0+T9JpqADQb8MyVEMcSfC m2oXD/y3RLRp6xeKPbwmaqb0/hClrIM9/iWlPcGby29IgPYnmNiZ4ii3IKt01Pno65WZ t0Z3zpVbQAv7VCsbPDgiJhcAQJyLRB4F8aoE1a7Z/4BMRymDpbTQnO/UMT557psS+Gxc M51w== MIME-Version: 1.0 X-Received: by 10.140.42.180 with SMTP id c49mr6622657qga.24.1390950099617; Tue, 28 Jan 2014 15:01:39 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Tue, 28 Jan 2014 15:01:39 -0800 (PST) In-Reply-To: <62D9690C-16B3-4ECF-B534-4D454989865D@FreeBSD.org> References: <201401282138.s0SLcsVV085769@svn.freebsd.org> <62D9690C-16B3-4ECF-B534-4D454989865D@FreeBSD.org> Date: Tue, 28 Jan 2014 15:01:39 -0800 X-Google-Sender-Auth: QyFdv6ob0PW_hXcw-sfsrs5oXyE Message-ID: Subject: Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys From: Adrian Chadd To: Pedro Giffuni Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Kai Wang 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:01:41 -0000 .. 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. Thanks! -a