From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46782 invoked by alias); 30 Dec 2016 06:44:21 -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 46757 invoked by uid 89); 30 Dec 2016 06:44:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*macro, overrided X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Dec 2016 06:44:19 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 403141170A8; Fri, 30 Dec 2016 01:44:18 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MWUy76m5pRVY; Fri, 30 Dec 2016 01:44:18 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D0863116C87; Fri, 30 Dec 2016 01:44:17 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id EB6636959A; Fri, 30 Dec 2016 10:44:13 +0400 (RET) Date: Fri, 30 Dec 2016 06:44:00 -0000 From: Joel Brobecker To: Alan Modra Cc: "Maciej W. Rozycki" , binutils@sourceware.org, gdb-patches@sourceware.org, Tristan Gingold Subject: Re: [PATCH, RFA] opcodes: Use autoconf to check for `bfd_mips_elf_get_abiflags' in BFD Message-ID: <20161230064413.2rkr5bs5auprnli7@adacore.com> References: <20161215230316.GM10584@bubble.grove.modra.org> <20161222123958.GA2896@bubble.grove.modra.org> <20161227100841.25zlpfrfcl6vp3xl@adacore.com> <20161228121117.GB29355@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161228121117.GB29355@bubble.grove.modra.org> User-Agent: Mutt/1.6.2-neo (2016-08-21) X-SW-Source: 2016-12/txt/msg00444.txt.bz2 > Yes, it does. So let's revert that patch and simply modify the make > rule for mips-dis.lo (ie. provide it to overrided the default automake > rule) to test whether elfxx-mips.c has been compiled in. The top > level makefile already has the required directory dependencies. > > * configure.ac: Revert 2016-12-23. > * Makefile.am: Likewise. > (MIPS_DEFS): Define. > (mips-dis.lo): Add rule. > * Makefile.in: Regenerate. > * aclocal.m4: Regenerate. > * config.in: Regenerate. > * configure: Regenerate. Thanks, Alan! -- Joel