diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-08-11 22:28:34 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-08-11 22:28:34 +0000 |
commit | dbf3ada7641042a3d5cd277973c52871565654aa (patch) | |
tree | fcd6f0a129d11d2394da0a43c14708d274765f93 /gdb/config/powerpc/xm-aix.h | |
parent | 4c525ef66428dbdd61ab52a5abbc53751665b0c9 (diff) | |
download | gdb-dbf3ada7641042a3d5cd277973c52871565654aa.zip gdb-dbf3ada7641042a3d5cd277973c52871565654aa.tar.gz gdb-dbf3ada7641042a3d5cd277973c52871565654aa.tar.bz2 |
* config/powerpc/xm-aix.h: Remove "config/xm-aix4.h", that file
is now empty.
(termdef): Remove prototype, function no longer used.
Diffstat (limited to 'gdb/config/powerpc/xm-aix.h')
-rw-r--r-- | gdb/config/powerpc/xm-aix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/powerpc/xm-aix.h b/gdb/config/powerpc/xm-aix.h index e663453..99f0b73 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 <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 |