From 80e7a6cb76071ac4e561cd4de66923634c495bdd Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 15 Nov 2021 22:04:20 -0500 Subject: [PATCH] gdb: rename rs6000-nat.c to rs6000-aix-nat.c This file seems to be AIX-specific, according to its contents and configure.nat. Rename it to rs6000-aix-nat.c, to make that clear (and to follow the convention). Change-Id: Ib418dddc6b79b2e28f64431121742b5e87f5f4f5 --- gdb/Makefile.in | 2 +- gdb/configure.nat | 2 +- gdb/{rs6000-nat.c => rs6000-aix-nat.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename gdb/{rs6000-nat.c => rs6000-aix-nat.c} (100%) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a51d63755ef..5e6d74e455e 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 d42cf13e691..bdd05032602 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 similarity index 100% rename from gdb/rs6000-nat.c rename to gdb/rs6000-aix-nat.c -- 2.30.2