From owner-svn-src-all@FreeBSD.ORG Sat Aug 6 22:06:56 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68793106566B; Sat, 6 Aug 2011 22:06:56 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 21AE18FC0C; Sat, 6 Aug 2011 22:06:54 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id BAA09508; Sun, 07 Aug 2011 01:06:51 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Qpp18-0005Eo-NB; Sun, 07 Aug 2011 01:06:50 +0300 Message-ID: <4E3DBAF8.5040102@FreeBSD.org> Date: Sun, 07 Aug 2011 01:06:48 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110706 Thunderbird/5.0 MIME-Version: 1.0 To: Garrett Cooper , Marius Strobl References: <201108061748.p76HmUbM061259@svn.freebsd.org> <4E3DA560.6020100@yandex.ru> In-Reply-To: X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Mahmatkhanov Subject: Re: svn commit: r224683 - head/lib/libthread_db X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 06 Aug 2011 22:06:56 -0000 on 07/08/2011 00:41 Garrett Cooper said the following: > It's not just i386. It's other architectures like arm, mips, and pc98 > according to the tinderbox reports (this list is potentially > incomplete). Yeah, confusingly enough thr_pread_long() is declared to take uint64_t* as its third argument, so this commit breaks all platforms where uint64_t is not derived from (unsigned) long. Just in case, thr_pread_int() takes uint32_t* as well. -- Andriy Gapon