From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28132 invoked by alias); 11 Aug 2004 22:29:52 -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 28124 invoked from network); 11 Aug 2004 22:29:52 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 11 Aug 2004 22:29:52 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id C796F47D91; Wed, 11 Aug 2004 15:29:19 -0700 (PDT) Date: Wed, 11 Aug 2004 22:29:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [PATCH] config/powerpc/xm-aix.h cleanup Message-ID: <20040811222919.GI25562@gnat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="k4f25fnPtRuIRUb3" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-08/txt/msg00416.txt.bz2 --k4f25fnPtRuIRUb3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 286 Direct consequence of the previous changes... 2004-08-11 Joel Brobecker * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h", that file is now empty. (termdef): Remove prototype, function no longer used. Committed as obvious. -- Joel --k4f25fnPtRuIRUb3 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="xm-aix-cleanup.diff" Content-length: 775 Index: config/powerpc/xm-aix.h =================================================================== RCS file: /cvs/src/src/gdb/config/powerpc/xm-aix.h,v retrieving revision 1.4 diff -u -p -r1.4 xm-aix.h --- config/powerpc/xm-aix.h 5 Jun 2002 19:18:27 -0000 1.4 +++ config/powerpc/xm-aix.h 11 Aug 2004 22:26:35 -0000 @@ -19,11 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "config/xm-aix4.h" - -/* This doesn't seem to be declared in any header file I can find. */ -char *termdef (int, int); - /* UINT_MAX is defined in as a decimal constant (4294967295) which is too large to fit in a signed int when it is parsed by the compiler, so it issues a diagnostic. Just undef it here so that we --k4f25fnPtRuIRUb3--