From owner-svn-src-stable-10@freebsd.org Tue Dec 1 18:22:07 2015 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6CDFA3E189; Tue, 1 Dec 2015 18:22:07 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96CB21BE1; Tue, 1 Dec 2015 18:22:07 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by padhx2 with SMTP id hx2so12720895pad.1; Tue, 01 Dec 2015 10:22:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TnsBuM+JIXcefWSLeQ5t8xPwa/4tTm8iqs0xNYwWlkM=; b=t36OQ4DAzTJZU11FAJklqYUT34kVmts7euic6pGdF8h9UxJqQ0kGtKHCuHkVy5d4U8 Pnds8sjJFVkLMN4PsB2sSfsnoj2OedcnxnrjroxgJarpvRHyYwCkSHvvaXfTLGvbYS2I fGNUdymbqks15YqOaPimtTYyd7yxvhVzoEDiS4S21CvWVCWs9BEkfYZgdZzKc2+BeD3Q OdC0wOWtFZDGzroHmveZHgIiLncAyusteE7s8OysVZHkxhXk/7EAhaAuMgvATjATijwY F51Y4VdyZ6gEiIGeQasPKrlqS0KiVmcWLlklSj4AEbhSSA8XTjjlhAxv0iwUvM0eUlpd FgcA== X-Received: by 10.98.65.135 with SMTP id g7mr82362056pfd.141.1448994127257; Tue, 01 Dec 2015 10:22:07 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id p86sm47946945pfi.42.2015.12.01.10.22.05 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Dec 2015 10:22:05 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r291268 - stable/10/usr.bin/ldd From: NGie Cooper In-Reply-To: <565DDEF7.9040003@FreeBSD.org> Date: Tue, 1 Dec 2015 10:22:04 -0800 Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org, jenkins-admin@freebsd.org, jmmv@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201511242304.tAON43uF043278@repo.freebsd.org> <2B83D161-7A3A-4EEE-9782-3349B1D2770F@gmail.com> <565DDEF7.9040003@FreeBSD.org> To: Jung-uk Kim X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 18:22:07 -0000 > On Dec 1, 2015, at 09:55, Jung-uk Kim wrote: >=20 > Signed PGP part > On 12/ 1/15 02:21 AM, NGie Cooper wrote: > > > >> On Nov 24, 2015, at 15:04, Jung-uk Kim wrote: > >> > >> Author: jkim Date: Tue Nov 24 23:04:03 2015 New Revision: 291268 > >> URL: https://svnweb.freebsd.org/changeset/base/291268 > >> > >> Log: MFC: r289425 > >> > >> Add support for ARM EABI. Note it is not a direct MFC because > >> some macros are not defined in this branch. > > > > This change seems to have broken some things on stable/10: > > https://jenkins.freebsd.org/job/FreeBSD_stable_10-tests/905/ . >=20 > I am not sure why my commit is causing the trouble. In fact, it seems > head had the same issue, which was fixed by this commit: >=20 > https://svnweb.freebsd.org/changeset/base/285118 >=20 > although it was never MFC'ed. Note bin/sh/tests/legacy_test.sh was > not changed by the commit because it was removed in r269902. >=20 > https://svnweb.freebsd.org/changeset/base/269902 I missed the fact that kyua was just upgraded. I=92m taking care of the = missing MFCs. Thanks! -NGie=