From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7067 invoked by alias); 24 Dec 2012 03:56:01 -0000 Received: (qmail 7057 invoked by uid 22791); 24 Dec 2012 03:56:00 -0000 X-SWARE-Spam-Status: No, hits=-8.9 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Dec 2012 03:55:56 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 82B7733DA19; Mon, 24 Dec 2012 03:55:55 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: [Patch Darwin] head build fixes for i686-darwin9/x86_64-darwin10. Date: Mon, 24 Dec 2012 03:56:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.7.1; KDE/4.6.5; x86_64; ; ) Cc: Iain Sandoe , Tristan Gingold References: <59ABFF71-CA26-452C-B9B2-9B0FC6AAE2BD@sandoe-acoustics.co.uk> In-Reply-To: <59ABFF71-CA26-452C-B9B2-9B0FC6AAE2BD@sandoe-acoustics.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1675816.rgdnoHldvZ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201212232256.26065.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00798.txt.bz2 --nextPart1675816.rgdnoHldvZ Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-length: 1068 On Thursday 29 December 2011 15:30:31 Iain Sandoe wrote: > 1/ a "maybe used un-initialized" (in machoread.c) looks like this has been fixed since: commit 9ba6fb7f0b383d2f19536d8224fe4e692bd30e2d Author: Tristan Gingold Date: Thu Feb 16 14:57:01 2012 +0000 2012-02-16 Josh Matthews * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure. > 2/ DR_FIRSTADDR and cousins are undefined. > (the fragment below is copied verbatim from gdb-7.3.1 - is there some > reason to expect that it should have been defined elsewhere?) looks like this has been fixed since: commit 39e980b3953f98e66359aabc733c3d9dd4785b82 Author: Joel Brobecker Date: Wed Feb 1 10:54:06 2012 +0000 Fix build error in Darwin port. gdb/ChangeLog: From: Josh Matthews (tiny change) Fix build error in Darwin port. * i386-darwin-nat.c: Include i386-nat.h. > 3/ (Darwin 9 only) > TASK_DYLD_INFO_COUNT etc. are not defined. which leaves this one uncommitted. i'll follow up. -mike --nextPart1675816.rgdnoHldvZ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJQ19JqAAoJEEFjO5/oN/WBvmMP/1MUDgzLqmhYmem3OFYPgjBY wSrsCW5XBouJp0G9zbAMs2QjQrj5JtutkGFUSJT1Z3nqPCfkZXLIWdmGxLfgkS6r ZojVfyNwCoqq/Q8Brf6FwPmgbXUO5AXeIzCgGSl1TyHQK5rwAMj4w0qe63O1XVnk MRkxFavjTpt87zvDDfaug7/0/ULBF7ARTP4jZw4gjlccInjeRpzmmcYwNh24aFg0 ipEfUE0aIVX7VwGMLxtZyE3LnNjMGiz1+DG1Dv2y4xkPBvZwHkrEOfsjl+EQuU4D tcQr0T8lLoTZgJQa1d+490DjM+29LKvCvTMtstej5Ixgiw4cumZ1EFbI4dvUx7Ja 9wtkA0WT/NHZesQ8a41um2Sfp4zAo+lEGFVvcFU4iP90rETuHyeRQLraqKwTREEx 9ksYqOUsk/QVE31JK/v23pkH62IWFLydxVcFT4P0vigP+gTM8HzoQsw4a/xvgfHn NgasTHvlSBrYEQ0aVkDuPMmXtVCXMK5MW+6SeVr8wukOUft3CzlOy7+noWkSpUHC t2BEMBog5DLQHhrQBRApkt/uZsrjYYlCyDL85gOtq5AxLBked0Ngj9UxvhkUfp7V m1ftfAemYg3SuwHyWkIYJ6g0ixbCTAznwKN3dWG1sfPS3IrRm69+4hCLV1WH+j7r yTCQ7UD0R/SKXt9j9V9V =wIuS -----END PGP SIGNATURE----- --nextPart1675816.rgdnoHldvZ--