diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/powerpc/aix.mt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/powerpc/aix.mt b/gdb/config/powerpc/aix.mt index b736d5a..c18e4ba 100644 --- a/gdb/config/powerpc/aix.mt +++ b/gdb/config/powerpc/aix.mt @@ -1,3 +1,4 @@ # Target: PowerPC running AIX -TDEPFILES= rs6000-tdep.o xcoffread.o ppc-sysv-tdep.o solib.o solib-svr4.o +TDEPFILES= rs6000-tdep.o rs6000-aix-tdep.o \ + xcoffread.o ppc-sysv-tdep.o solib.o solib-svr4.o DEPRECATED_TM_FILE= config/rs6000/tm-rs6000.h |