From: brobecke Date: Wed, 11 Aug 2004 22:28:33 +0000 (+0000) Subject: * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h", that file X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bff0ccf3acb8dac348692fc578e827a25dc6babe;p=pf3gnuchains%2Fpf3gnuchains3x.git * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h", that file is now empty. (termdef): Remove prototype, function no longer used. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ccda0fa5ec..13907a4dac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 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 for USE_O_NOCTTY, no longer used. * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used. 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