Rename windows-termcap.c -> stub-termcap.c
authorPedro Alves <palves@redhat.com>
Thu, 26 Feb 2015 17:13:58 +0000 (17:13 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 26 Feb 2015 17:13:58 +0000 (17:13 +0000)
commit532f44ed674a74edc1ef1aa6fd7fed911413e1ba
tree9a2147e680bc3e6ffc7e1b6a432a40148428a60f
parent081a1c2cede38dfb837e3d89539416fd836be4fe
Rename windows-termcap.c -> stub-termcap.c

Preparation for using this on all hosts.

Confirmed that --host=x86_64-w64-mingw32 still builds the stub
termcap.

gdb/ChangeLog:
2015-02-26  Pedro Alves  <palves@redhat.com>

* windows-termcap.c: Rename to ...
* stub-termcap.c: ... this.  Adjust header line.
* Makefile.in (SFILES): Refer to stub-termcap.c instead of
windows-termcap.c.
* configure: Regenerate.
* configure.ac: Refer to stub-termcap.o instead of
windows-termcap.o.
* gdb_curses.h: Mention stub-termcap.c instead of
windows-termcap.c.
gdb/ChangeLog
gdb/Makefile.in
gdb/configure
gdb/configure.ac
gdb/gdb_curses.h
gdb/stub-termcap.c [new file with mode: 0644]
gdb/windows-termcap.c [deleted file]
This page took 0.025602 seconds and 4 git commands to generate.