From dbf3ada7641042a3d5cd277973c52871565654aa Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 11 Aug 2004 22:28:34 +0000 Subject: [PATCH] * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h", that file is now empty. (termdef): Remove prototype, function no longer used. --- gdb/ChangeLog | 6 ++++++ gdb/config/powerpc/xm-aix.h | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ccda0fa5ec..13907a4dac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2004-08-11 Joel Brobecker * doc/gdbint.texinfo (Host Definition): Remove documentation diff --git a/gdb/config/powerpc/xm-aix.h b/gdb/config/powerpc/xm-aix.h index e663453f40..99f0b7379c 100644 --- a/gdb/config/powerpc/xm-aix.h +++ b/gdb/config/powerpc/xm-aix.h @@ -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 -- 2.34.1