]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.c
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 16 Mar 2020 20:56:35 +0000 (16:56 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 16 Mar 2020 20:56:35 +0000 (16:56 -0400)
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.

gdb/ChangeLog
gdb/Makefile.in
gdb/configure.tgt
gdb/i386-windows-tdep.c [moved from gdb/i386-cygwin-tdep.c with 100% similarity]

index 441029abf029ce8269f919be83f0ee84470180f0..a6f7ec01e79f6da599ffad3ac362b1bbcc7a6c8d 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 1db02c07ac280f18a9bfab2f7b5bc2cdadc13cc3..d225b7d76679095b2e7baa9124476f589835f9da 100644 (file)
@@ -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 \
index 6ebd32410e996060aee080a70da7ba275dde0832..34f703009eaadaab67a433a6987aa7cfbeab238b 100644 (file)
@@ -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)