From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107827 invoked by alias); 2 Mar 2020 22:54:09 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 107814 invoked by uid 89); 2 Mar 2020 22:54:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-pg1-f170.google.com Received: from mail-pg1-f170.google.com (HELO mail-pg1-f170.google.com) (209.85.215.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Mar 2020 22:54:07 +0000 Received: by mail-pg1-f170.google.com with SMTP id a14so523812pgb.11 for ; Mon, 02 Mar 2020 14:54:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=RvZzpRTP3eLepO4PbLLQko7H+m19ffAWXQjGFWIfgts=; b=oMts3uuZaRbZByzHVUU7HgWXb6evPFXhhyzr0hzr9TGtpcGHt6fOiazuEF/pC3MZ7G lBHQlLeg1kLoIprPgoeQEyTh7mPpalG5RvREVn5ZUKhYHAbBYtpr4mF7RlsLkC1c4lRb jwxc0JTJpBF9voncyfaK7WhWFtuR39VPaG5o8C4JZu6nuA/+5RCLORqHmIVaW5dGgyYU fICLvnBGpCel9yeo7dw5JWCmVuOhLew3OmC/eIuz8A7+ms+qagVB8ajPelVTZv5LxtAI M4GVLv2bt2pE7x5pb0Kaqew0AHzB5BSZlT2lsYulZUMkkXpqjXLKzcxcMv4lfETlc+u0 IqLQ== Return-Path: Received: from bubble.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id y1sm19056860pgs.74.2020.03.02.14.54.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Mar 2020 14:54:04 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 1D3C089FC8; Tue, 3 Mar 2020 09:24:01 +1030 (ACDT) Date: Mon, 02 Mar 2020 22:54:00 -0000 From: Alan Modra To: binutils@sourceware.org Subject: Tidy obj-coff.h Message-ID: <20200302225400.GM5384@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-IsSubscribed: yes X-SW-Source: 2020-03/txt/msg00031.txt * config/obj-coff.h: Remove vestiges of coff-m68k and pe-mips support. diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index 01cc2293c4..57dc8304e9 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -64,13 +64,6 @@ #endif #endif -#ifdef TC_M68K -#include "coff/m68k.h" -#ifndef TARGET_FORMAT -#define TARGET_FORMAT "coff-m68k" -#endif -#endif - #ifdef TC_Z80 #include "coff/z80.h" #define TARGET_FORMAT "coff-z80" @@ -101,13 +94,6 @@ #endif #endif -#ifdef TC_MIPS -#define COFF_WITH_PE -#include "coff/mipspe.h" -#undef TARGET_FORMAT -#define TARGET_FORMAT "pe-mips" -#endif - #ifdef TC_TIC30 #include "coff/tic30.h" #define TARGET_FORMAT "coff-tic30" -- Alan Modra Australia Development Lab, IBM