From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31532 invoked by alias); 16 Apr 2018 11:23:00 -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 31520 invoked by uid 89); 16 Apr 2018 11:22:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1060 X-HELO: mail-pl0-f43.google.com Received: from mail-pl0-f43.google.com (HELO mail-pl0-f43.google.com) (209.85.160.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Apr 2018 11:22:58 +0000 Received: by mail-pl0-f43.google.com with SMTP id 91-v6so9859875pld.3 for ; Mon, 16 Apr 2018 04:22:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RoT/WsxPGMwyv94Yw8zaxgns6fSEgZjisMX7zaTiZo0=; b=fv7RMCZwby6n7I4UPCniV1K/8oqld89/STe3PVmipgSshdTe9WMBuRZFB8ZK/OEu3H bLl9Y5SjRaWJCZTHelGT54ToO0Qyj3ES5t/wIwbnqABy+wrhwqGi9gXiR55rF1pK7G/u F76xJ9G1lh29dPPtM0CTvg9D/IcJN9YNShQMxplWaLrkDsJkriLjKa+osrfWg9v9cgKW syz00H58VP881Y+O1OymSOmoshN1Hg13NWz9q9LGDQAK+w1xmGyq8bnuZT/tJ2FfzoJq NVv8/N1CEP1zfWG8T5zEVIjZRSpedYqA/wVc+UJ9z0z29QO3nYJHfQRM+NosqIhtpO/H /0wg== X-Gm-Message-State: ALQs6tD1BJYBbh4KoCiwVAno2OXDc1Nj3Sfw+BHUi2ANn/wyIqZb39KL es2rjrwph3hvMH9nuSU4ipIvYg== X-Google-Smtp-Source: AIpwx48zJ3nYvvHoiqKmUSgmZFRfbB7hb4lVF9vD3mEm2s/B7GnUkX6mZSTSZPV0xpp6b/yAIz3pUg== X-Received: by 2002:a17:902:6b87:: with SMTP id p7-v6mr5520709plk.101.1523877776706; Mon, 16 Apr 2018 04:22:56 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-175-241-133.hdcz1.win.bigpond.net.au. [58.175.241.133]) by smtp.gmail.com with ESMTPSA id f13sm5629747pgt.71.2018.04.16.04.22.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Apr 2018 04:22:55 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 07B39C0320; Mon, 16 Apr 2018 20:52:51 +0930 (ACST) Date: Mon, 16 Apr 2018 11:23:00 -0000 From: Alan Modra To: gdb-patches@sourceware.org Subject: Re: Breakage on builder RHEL-s390x-m64, revision c2bf1eecf99abc4d546bb52a008a25e64a29d85e Message-ID: <20180416112251.GU3684@bubble.grove.modra.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2018-04/txt/msg00306.txt.bz2 On Mon, Apr 16, 2018 at 06:58:22AM -0400, gdb-buildbot@sergiodj.net wrote: > Unfortunately it seems that there is a breakage on GDB. > > Commit title: 'Remove m88k support' > Revision: c2bf1eecf99abc4d546bb52a008a25e64a29d85e [snip] > ../../binutils-gdb/gdb/m88k-tdep.c: In function void _initialize_m88k_tdep(): > ../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: bfd_arch_m88k was not declared in this scope > gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL); Yes, removing the bfd support for m88k will do that.. m88k has been obsolete since 2016-09-27, ie. it was obsolete in binutils-2.28 and should have been removed for binutils-2.29. sparc-aout and sparc-coff, m68k-aout and m68k-coff, sh5 and sh64, sh-symbianelf, vax-bsd and vax-ultrix, w65, we32k, m88k, h8500, h8300-coff, ieee695, tandem, newsos3, netware, and tahoe all went today. i860, i960, bout, adobe and icoff targets disappeared last week. -- Alan Modra Australia Development Lab, IBM