From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2717 invoked by alias); 16 Feb 2014 07:38:54 -0000 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 Received: (qmail 2706 invoked by uid 89); 16 Feb 2014 07:38:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 16 Feb 2014 07:38:51 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1WEwJL-00007n-3j from Thomas_Schwinge@mentor.com for gdb-patches@sourceware.org; Sat, 15 Feb 2014 23:38:47 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 15 Feb 2014 23:38:47 -0800 Received: from feldtkeller.schwinge.homeip.net (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Sun, 16 Feb 2014 07:38:45 +0000 From: Thomas Schwinge To: Yao Qi CC: Subject: Re: [PATCH 1/3 OBV] Fix -Wformat warnings in gnu-nat.c In-Reply-To: <1391759958-972-2-git-send-email-yao@codesourcery.com> References: <1391759958-972-1-git-send-email-yao@codesourcery.com> <1391759958-972-2-git-send-email-yao@codesourcery.com> User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/23.4.1 (i486-pc-linux-gnu) Date: Sun, 16 Feb 2014 07:38:00 -0000 Message-ID: <87iosfv763.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2014-02/txt/msg00511.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 743 Hi! Thanks for the patch! On Fri, 7 Feb 2014 15:59:16 +0800, Yao Qi wrote: > * gnu-nat.c (proc_get_exception_port): Use 'lu' insetad of 'd' > in format string. > (proc_steal_exc_port, make_proc, inf_set_pid): Likewise. > (inf_validate_procs, inf_signal): Likewise. > (S_exception_raise_request): Likewise. > (do_mach_notify_dead_name): Likewise. > (steal_exc_port): Likewise. > (gnu_read_inferior): Change 'copy_count''s type to > mach_msg_type_number_t. > (gnu_write_inferior): Likewise. Use 'lx' instead of 'x' in > format string. The gnu_read_inferior and gnu_write_inferior copy_count type change notes belong to your other patch; with that changed, please push this patch. Gr=C3=BC=C3=9Fe, Thomas --=-=-= Content-Type: application/pgp-signature Content-length: 489 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iQEcBAEBAgAGBQJTAGr0AAoJEK3/DN1sMFFtpPEIAI463HoB2Cy1OfKZif/ixrMi 9xiRNkmwym6EPqlLXENTALVkFKvVtYb0IhD5dGt+FpTgcdhOraZRX3bdUsLtITra pA4fMzUT/lOVn2dbCiFK9lvbmAuwPg8EHIv/K719XqcUjqoQS3CB+4mI/bvH+902 c+SDBpl1+LH2tSWT2KZzHGKpX6WVfIr7H8Erxl3wuAY/6XVTuHQTsygL0USgZkHy qT7DMljbrLVeqhGuEKc6l/uKtzrwsdkxt2lk3cCdjAtQu0rqwmXLqm44Xgq1t3Z8 eZTjjiE095bT0Eava/cJiWAy6TiyDxBxVEP8gBhDBXebkrVztxK0LTMPS3HufQM= =bvc1 -----END PGP SIGNATURE----- --=-=-=--