aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-03-16 16:56:35 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2020-03-16 16:56:35 -0400
commit7a1998dffb58ee1fab5edbd13458373654a1da42 (patch)
treeb0b82af858771ed0888a92641f73185d93568acd /gdb/Makefile.in
parent053205cc4021026a5a1db05869d04bf7ad9ea1bd (diff)
downloadgdb-7a1998dffb58ee1fab5edbd13458373654a1da42.zip
gdb-7a1998dffb58ee1fab5edbd13458373654a1da42.tar.gz
gdb-7a1998dffb58ee1fab5edbd13458373654a1da42.tar.bz2
gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.c
Since this file contains things that apply not only to Cygwin binaries, but also to non-Cygwin Windows binaries, I think it would make more sense for it to be called i386-windows-tdep.c. It is analogous to amd64-windows-tdep.c, which we already have. gdb/ChangeLog: * i386-cygwin-tdep.c: Rename to... * i386-windows-tdep.c: ... this. * Makefile.in (ALL_TARGET_OBS): Rename i386-cygwin-tdep.c to i386-windows-tdep.c. * configure.tgt: Likewise.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 1db02c0..d225b7d 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -733,7 +733,6 @@ ALL_TARGET_OBS = \
hppa-obsd-tdep.o \
hppa-tdep.o \
i386-bsd-tdep.o \
- i386-cygwin-tdep.o \
i386-darwin-tdep.o \
i386-dicos-tdep.o \
i386-fbsd-tdep.o \
@@ -745,6 +744,7 @@ ALL_TARGET_OBS = \
i386-obsd-tdep.o \
i386-sol2-tdep.o \
i386-tdep.o \
+ i386-windows-tdep.o \
i387-tdep.o \
iq2000-tdep.o \
linux-record.o \
@@ -2161,7 +2161,6 @@ ALLDEPFILES = \
hppa-tdep.c \
i386-bsd-nat.c \
i386-bsd-tdep.c \
- i386-cygwin-tdep.c \
i386-darwin-nat.c \
i386-darwin-tdep.c \
i386-dicos-tdep.c \
@@ -2178,6 +2177,7 @@ ALLDEPFILES = \
i386-sol2-nat.c \
i386-sol2-tdep.c \
i386-tdep.c \
+ i386-windows-tdep.c \
i387-tdep.c \
ia64-libunwind-tdep.c \
ia64-linux-nat.c \