binutils-gdb/gdb/config
Ulrich Weigand 0e5fae36f1 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.
2013-10-30 18:57:08 +01:00
..
aarch64 Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
alpha Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-shell" option. 2013-10-25 14:02:59 +00:00
arm Remove a.out NetBSD and OpenBSD hosts 2013-09-24 13:48:44 +00:00
djgpp gdb/ 2013-09-02 23:07:07 +00:00
i386 Remove a.out NetBSD and OpenBSD hosts 2013-09-24 13:48:44 +00:00
ia64 Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
m32r Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
m68k Remove solib-sunos.c 2013-09-24 13:51:55 +00:00
m88k * config/alpha/alpha-linux.mt: Remove file. 2007-11-17 00:54:18 +00:00
mips Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
pa Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
powerpc Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
s390 S/390: Rename source files to *-linux-* 2013-10-30 18:57:08 +01:00
sh * config/alpha/alpha-linux.mt: Remove file. 2007-11-17 00:54:18 +00:00
sparc Remove a.out NetBSD and OpenBSD hosts 2013-09-24 13:48:44 +00:00
tilegx Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
vax Remove a.out NetBSD and OpenBSD hosts 2013-09-24 13:48:44 +00:00
xtensa Unify ptrace options discovery code and make both GDB and 2013-08-22 23:46:30 +00:00
nm-linux.h Consistent use of (C) after "Copyright". 2013-02-12 19:03:57 +00:00
nm-nto.h Consistent use of (C) after "Copyright". 2013-02-12 19:03:57 +00:00