From 1f82754b119f92e76335667e98be68ed79586a8e Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 10 Feb 2006 20:56:15 +0000 Subject: * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX. * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX. * rs6000-tdep.h: New file. * rs6000-tdep.c: Include "rs6000-tdep.h". (rs6000_gdbarch_init): Remove enabling of software single step. Will be done in the AIX-specific initialization routine. * rs6000-aix-tdep.c: New file. * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o. * Makefile.in (rs6000_tdep_h): New variable. (rs6000-tdep.o): Update dependencies. (rs6000-aix-tdep.o): New rule. --- gdb/osabi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/osabi.c') diff --git a/gdb/osabi.c b/gdb/osabi.c index 53d2fb2..e8c5ed8 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -74,6 +74,7 @@ static const char * const gdb_osabi_names[] = "QNX Neutrino", "Cygwin", + "AIX", "" }; -- cgit v1.1