aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-10-30 18:57:08 +0100
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-10-30 18:57:08 +0100
commit0e5fae36f1d78711b77418146b907060ea34470f (patch)
tree5133d6ec7b406bda6ceccd7f2f284979cd680304 /gdb/config
parent34201ae3ae19972196c96a3c7abcea2b0996422e (diff)
downloadgdb-0e5fae36f1d78711b77418146b907060ea34470f.zip
gdb-0e5fae36f1d78711b77418146b907060ea34470f.tar.gz
gdb-0e5fae36f1d78711b77418146b907060ea34470f.tar.bz2
S/390: Rename source files to *-linux-*
As suggested before, rename the S/390-related source files (tdep and nat) such that "-linux-" occurs in the file name, like with other GNU/Linux targets. Since no other operating system is currently supported by GDB on this architecture, this isn't strictly necessary. But the old names sometimes caused GDB contributors to miss these files when performing a change that affects all GNU/Linux targets. The latest such incident was observed here: https://sourceware.org/ml/gdb-patches/2013-09/msg00619.html gdb/ 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com> * s390-tdep.h: Rename to... * s390-linux-tdep.h: ...here. * s390-tdep.c: Rename to... * s390-linux-tdep.c: ...here. Adjust #include. * s390-nat.c: Rename to... * s390-linux-nat.c: ...here. Adjust #include. * config/s390/s390.mh: Rename to... * config/s390/linux.mh: ...here. Reflect rename s390-nat.o -> s390-linux-nat.o. * configure.host: Reflect host rename "s390" -> "linux". * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o. * Makefile.in (ALL_TARGET_OBS): Likewise. (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h -> s390-linux-tdep.h. (ALLDEPFILES): Reflect rename of .c files.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/s390/linux.mh (renamed from gdb/config/s390/s390.mh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/s390/s390.mh b/gdb/config/s390/linux.mh
index 76d82e5..59bab83 100644
--- a/gdb/config/s390/s390.mh
+++ b/gdb/config/s390/linux.mh
@@ -1,6 +1,6 @@
# Host: S390, running Linux
NAT_FILE= config/nm-linux.h
-NATDEPFILES= inf-ptrace.o fork-child.o s390-nat.o \
+NATDEPFILES= inf-ptrace.o fork-child.o s390-linux-nat.o \
linux-thread-db.o proc-service.o \
linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
linux-waitpid.o