* config/powerpc/xm-aix.h: Remove "config/xm-aix4.h", that file
authorJoel Brobecker <brobecker@gnat.com>
Wed, 11 Aug 2004 22:28:34 +0000 (22:28 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 11 Aug 2004 22:28:34 +0000 (22:28 +0000)
        is now empty.
        (termdef): Remove prototype, function no longer used.

gdb/ChangeLog
gdb/config/powerpc/xm-aix.h

index ccda0fa5ec7d5427fff3ff9f87c4c71d53df9cb7..13907a4dac8782f486b04f9de3bad3815d95a5d1 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-11  Joel Brobecker  <brobecker@gnat.com>
+
+       * 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  <brobecker@gnat.com>
 
        * doc/gdbint.texinfo (Host Definition): Remove documentation
index e663453f40e876c55fee031b012eca0e8340e16b..99f0b7379cd63455d9f443be3505efa7a6ab807f 100644 (file)
    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 <sys/limits.h> 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
This page took 0.036362 seconds and 4 git commands to generate.