From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14815 invoked by alias); 18 Apr 2006 09:54:57 -0000 Received: (qmail 14805 invoked by uid 22791); 18 Apr 2006 09:54:57 -0000 X-Spam-Check-By: sourceware.org Received: from CPE-144-136-172-108.sa.bigpond.net.au (HELO grove.modra.org) (144.136.172.108) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Apr 2006 09:54:53 +0000 Received: by bubble.grove.modra.org (Postfix, from userid 500) id BB7F31D9646; Tue, 18 Apr 2006 19:24:50 +0930 (CST) Date: Tue, 18 Apr 2006 09:58:00 -0000 From: Alan Modra To: binutils@sourceware.org Subject: tc-dlx.h redundant defines Message-ID: <20060418095450.GB19775@bubble.grove.modra.org> Mail-Followup-To: binutils@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00224.txt.bz2 No COFF support on this target, so.. * config/tc-dlx.h (tc_coff_symbol_emit_hook): Delete. (COFF_MAGIC): Delete. Index: gas/config/tc-dlx.h =================================================================== RCS file: /cvs/src/src/gas/config/tc-dlx.h,v retrieving revision 1.10 diff -u -p -r1.10 tc-dlx.h --- gas/config/tc-dlx.h 11 Aug 2005 01:25:25 -0000 1.10 +++ gas/config/tc-dlx.h 18 Apr 2006 07:53:20 -0000 @@ -48,10 +48,6 @@ extern bfd_boolean md_dlx_fix_adjustable #define tc_unrecognized_line(c) dlx_unrecognized_line (c) -#define tc_coff_symbol_emit_hook(a) ; /* Not used. */ - -#define COFF_MAGIC DLXMAGIC - /* No shared lib support, so we don't need to ensure externally visible symbols can be overridden. */ #define EXTERN_FORCE_RELOC 0 -- Alan Modra IBM OzLabs - Linux Technology Centre