aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/Makefile.in4
-rw-r--r--gdb/configure.tgt6
-rw-r--r--gdb/i386-windows-tdep.c (renamed from gdb/i386-cygwin-tdep.c)0
4 files changed, 13 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 441029a..a6f7ec0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2020-03-16 Simon Marchi <simon.marchi@efficios.com>
+ * 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.
+
+2020-03-16 Simon Marchi <simon.marchi@efficios.com>
+
* osabi.h (enum gdb_osabi): Add GDB_OSABI_WINDOWS.
* osabi.c (gdb_osabi_names): Add "Windows".
* i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Return
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 \
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 6ebd324..34f7030 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -304,11 +304,11 @@ i[34567]86-*-gnu*)
;;
i[34567]86-*-cygwin*)
# Target: Intel 386 running win32
- gdb_target_obs="i386-cygwin-tdep.o windows-tdep.o"
+ gdb_target_obs="i386-windows-tdep.o windows-tdep.o"
;;
i[34567]86-*-mingw32*)
# Target: Intel 386 running win32
- gdb_target_obs="i386-cygwin-tdep.o windows-tdep.o"
+ gdb_target_obs="i386-windows-tdep.o windows-tdep.o"
;;
i[34567]86-*-go32* | i[34567]86-*-msdosdjgpp*)
# Target: i386 running DJGPP/go32.
@@ -730,7 +730,7 @@ x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
x86_64-*-mingw* | x86_64-*-cygwin*)
# Target: MingW/amd64
gdb_target_obs="amd64-windows-tdep.o \
- ${i386_tobjs} i386-cygwin-tdep.o \
+ ${i386_tobjs} i386-windows-tdep.o \
windows-tdep.o"
;;
x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
diff --git a/gdb/i386-cygwin-tdep.c b/gdb/i386-windows-tdep.c
index b9a959d..b9a959d 100644
--- a/gdb/i386-cygwin-tdep.c
+++ b/gdb/i386-windows-tdep.c