From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3869 invoked by alias); 22 Jun 2002 16:19:24 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3847 invoked from network); 22 Jun 2002 16:19:20 -0000 Received: from unknown (HELO zoon.lafn.org) (206.117.18.9) by sources.redhat.com with SMTP; 22 Jun 2002 16:19:20 -0000 Received: from catalonia (icg-1-p46.lafn.org [192.168.23.46] (may be forged)) by zoon.lafn.org (8.11.3/8.11.3) with ESMTP id g5MGJDR04863; Sat, 22 Jun 2002 09:19:13 -0700 (PDT) (envelope-from kraai@lafn.org) Received: from kraai by catalonia with local (Exim 3.35 #1 (Debian)) id 17Lnca-0000B0-00; Sat, 22 Jun 2002 09:20:20 -0700 Date: Sat, 22 Jun 2002 09:19:00 -0000 From: Matt Kraai To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: Re: [patch] remove redundant tests Message-ID: <20020622162020.GA257@catalonia> Mail-Followup-To: Nathanael Nerode , gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com References: <20020622145347.GA19113@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <20020622145347.GA19113@doctormoo.dyndns.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2002-06/txt/msg00467.txt.bz2 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 851 On Sat, Jun 22, 2002 at 10:53:47AM -0400, Nathanael Nerode wrote: > This removes some (now) redundant tests from toplevel configure.in. >=20 > 2002-06-22 Nathanael Nerode > * configure.in: Remove some redundant tests. >=20 > Index: configure.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: /cvsroot/gcc/gcc/configure.in,v > retrieving revision 1.162 > diff -u -r1.162 configure.in > +++ configure.in 22 Jun 2002 14:52:31 -0000 [snip] > @@ -1517,8 +1515,7 @@ > fi >=20=20 > if test "x${use_gnu_ld}" =3D x && test "x${with_gnu_ld}" !=3D xno && ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Isn't this test also redundant? Matt --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9FKPEfNdgYxVXvBARAgT+AJ9Xfm9fGPBtkkmQGUpxNrvjsFJFhACglkp/ PyO/WqOpHDBUw6yhQ/+TTd8= =VBVm -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy--