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)
commit7a1998dffb58ee1fab5edbd13458373654a1da42
treeb0b82af858771ed0888a92641f73185d93568acd
parent053205cc4021026a5a1db05869d04bf7ad9ea1bd
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/configure.tgt
gdb/i386-cygwin-tdep.c [deleted file]
gdb/i386-windows-tdep.c [new file with mode: 0644]
This page took 0.026775 seconds and 4 git commands to generate.