From owner-svn-src-stable@freebsd.org Tue Dec 1 07:21:43 2015 Return-Path: Delivered-To: svn-src-stable@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 7E9A0A3D739; Tue, 1 Dec 2015 07:21:43 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (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 4E4FA1F6C; Tue, 1 Dec 2015 07:21:43 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacdm15 with SMTP id dm15so212855314pac.3; Mon, 30 Nov 2015 23:21:43 -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=KxbiMqgo8CrBru8THU3Gu3Xoq9bS99k0L8xpCaXbhYw=; b=RUNqDwp0DdRgiXZ5mTZ7w7xj7zyaFOynjmI0piDHaXLRzhkYeJyAvka37MWyAJCPMc DMUFoatCh3CT3yB+Yach3poqATP4FxrYSoMqNPqMlHTC3BkRFizNF7UGz2RjiA1Ro1nW b5JH/x3klBK1v2CiFGZJjTIUNRYplQ1JA7z0umdQ6A4YrdFB9R3JnhkHi+xZ+T+wmXX3 U8bQN/v4BtzMbVpSuDnB8dEVUiVKa8umeJcTdRxwb3BZ6ZxOE0MfMEbqI3tYVYPFPCbo XhVEMO7bS37MnFLgIt+oqlvARWLpC5lOiCaP9dHzIWnJM4dqc+7MavkhzQxvaopQdIs+ 6q9w== X-Received: by 10.98.71.217 with SMTP id p86mr77896051pfi.162.1448954502966; Mon, 30 Nov 2015 23:21:42 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:2802:e2ed:33ec:fa6a? ([2601:601:800:126d:2802:e2ed:33ec:fa6a]) by smtp.gmail.com with ESMTPSA id fc8sm34955418pab.21.2015.11.30.23.21.41 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Nov 2015 23:21:41 -0800 (PST) Content-Type: text/plain; charset=us-ascii 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: <201511242304.tAON43uF043278@repo.freebsd.org> Date: Mon, 30 Nov 2015 23:21:40 -0800 Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org, jenkins-admin@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2B83D161-7A3A-4EEE-9782-3349B1D2770F@gmail.com> References: <201511242304.tAON43uF043278@repo.freebsd.org> To: Jung-uk Kim X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 07:21:43 -0000 > On Nov 24, 2015, at 15:04, Jung-uk Kim wrote: >=20 > Author: jkim > Date: Tue Nov 24 23:04:03 2015 > New Revision: 291268 > URL: https://svnweb.freebsd.org/changeset/base/291268 >=20 > Log: > MFC: r289425 >=20 > 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/ . Thanks, -NGie=