]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: rename rs6000-nat.c to rs6000-aix-nat.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 16 Nov 2021 03:04:20 +0000 (22:04 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 18 Nov 2021 20:15:51 +0000 (15:15 -0500)
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
gdb/configure.nat
gdb/rs6000-aix-nat.c [moved from gdb/rs6000-nat.c with 100% similarity]

index a51d63755ef986dfb01b005606357f4c80cc20bd..5e6d74e455e6b6c66d51df80f55a9c9ce4550d47 100644 (file)
@@ -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 \
index d42cf13e691bd0bd1e4fe27942329454e8c2f371..bdd05032602e7a375865ef942871bf9c3414ab06 100644 (file)
@@ -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
similarity index 100%
rename from gdb/rs6000-nat.c
rename to gdb/rs6000-aix-nat.c