OSDN Git Service

* defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
authorbrobecke <brobecke>
Fri, 10 Feb 2006 20:56:14 +0000 (20:56 +0000)
committerbrobecke <brobecke>
Fri, 10 Feb 2006 20:56:14 +0000 (20:56 +0000)
commite3d5a5145cd4b26fdbab3f6bb2d9a27a9b90f0e7
treea5ea67754d7e782c87e3d2050bcda53e3ea9863d
parent4e5226d7b438b9a78c72862ace5af2fd57f076da
    * 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/ChangeLog
gdb/Makefile.in
gdb/config/powerpc/aix.mt
gdb/defs.h
gdb/osabi.c
gdb/rs6000-aix-tdep.c [new file with mode: 0644]
gdb/rs6000-tdep.c
gdb/rs6000-tdep.h [new file with mode: 0644]