diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-11-15 22:04:20 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-11-18 15:15:51 -0500 |
commit | 80e7a6cb76071ac4e561cd4de66923634c495bdd (patch) | |
tree | f5b9cba7cdabafa6755a78fcf3c890e4c8202d86 /gdb/configure.nat | |
parent | 8ba97c19049103ec2232531abdca4268089ea64d (diff) | |
download | gdb-80e7a6cb76071ac4e561cd4de66923634c495bdd.zip gdb-80e7a6cb76071ac4e561cd4de66923634c495bdd.tar.gz gdb-80e7a6cb76071ac4e561cd4de66923634c495bdd.tar.bz2 |
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
Diffstat (limited to 'gdb/configure.nat')
-rw-r--r-- | gdb/configure.nat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |