From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25141 invoked by alias); 7 Oct 2008 23:13:37 -0000 Received: (qmail 25131 invoked by uid 22791); 7 Oct 2008 23:13:37 -0000 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Oct 2008 23:12:51 +0000 Received: from tschwinge by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KnLhC-0002eQ-Om; Tue, 07 Oct 2008 19:10:26 -0400 Date: Tue, 07 Oct 2008 23:13:00 -0000 From: Thomas Schwinge To: ams@gnu.org Cc: gdb-patches@sourceware.org, pedro@codesourcery.com Subject: [gnu-nat] PATCH (part of PR #2534) Message-ID: <20081007231026.GG7127@fencepost.gnu.org> References: <200810071838.13276.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="df+09Je9rNq3P+GE" Content-Disposition: inline In-Reply-To: X-Homepage: http://www.thomas.schwinge.homeip.net/ User-Agent: Mutt/1.5.11 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: 2008-10/txt/msg00226.txt.bz2 --df+09Je9rNq3P+GE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gdb-3-werror.patch" Content-Transfer-Encoding: quoted-printable Content-length: 1173 2008-10-06 Thomas Schwinge * Makefile.in: Revert 2008-09-10 change, as the problem is fixed upstream. Index: Makefile.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.1049 retrieving revision 1.1048 diff -u -p -r1.1049 -r1.1048 --- Makefile.in 10 Sep 2008 18:13:21 -0000 1.1049 +++ Makefile.in 20 Aug 2008 10:18:23 -0000 1.1048 @@ -1343,13 +1343,6 @@ ALLDEPFILES =3D \ # Some files need explicit build rules (due to -Werror problems) or due # to sub-directory fun 'n' games. =20 -# "gnu-nat.c" gets "suggest parentheses around assignment used as -# truth value" errors. It turns out that there is a system header -# that does `if (a =3D b)'. -gnu-nat.o: $(srcdir)/gnu-nat.c - $(COMPILE.pre) $(INTERNAL_WARN_CFLAGS) $(COMPILE.post) $(srcdir)/gnu-nat.c - $(POSTCOMPILE) - hpux-thread.o: $(srcdir)/hpux-thread.c $(COMPILE) -I$(srcdir)/osf-share -I$(srcdir)/osf-share/HP800 \ -I/usr/include/dce $(srcdir)/hpux-thread.c --df+09Je9rNq3P+GE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline Content-length: 191 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFI6+xigfzh735dTTURAkDPAJ9rQi3E4vEKQw0ZvyYz1uwD2wyGigCePSh1 bo5LPQwede87oYXKiiz805U= =ITSn -----END PGP SIGNATURE----- --df+09Je9rNq3P+GE--