diff options
-rw-r--r-- | gdb/Makefile.in | 2 | ||||
-rw-r--r-- | gdb/configure.nat | 2 | ||||
-rw-r--r-- | gdb/rs6000-aix-nat.c (renamed from gdb/rs6000-nat.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a51d637..5e6d74e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2288,8 +2288,8 @@ ALLDEPFILES = \ riscv-ravenscar-thread.c \ riscv-tdep.c \ rl78-tdep.c \ + rs6000-aix-nat.c \ rs6000-lynx178-tdep.c \ - rs6000-nat.c \ rs6000-tdep.c \ rx-tdep.c \ s390-linux-nat.c \ diff --git a/gdb/configure.nat b/gdb/configure.nat index d42cf13..bdd0503 100644 --- a/gdb/configure.nat +++ b/gdb/configure.nat @@ -103,7 +103,7 @@ case ${gdb_host} in # Host: IBM PowerPC running AIX aix-thread.o is not # listed in NATDEPFILES as it is pulled in by # configure. - NATDEPFILES="${NATDEPFILES} rs6000-nat.o" + NATDEPFILES="${NATDEPFILES} rs6000-aix-nat.o" # When compiled with cc, for debugging, this argument # should be passed. We have no idea who our current diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-aix-nat.c index c266c50..c266c50 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-aix-nat.c |