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.
This commit is contained in:
Pedro Alves
2015-02-26 17:13:58 +00:00
parent 081a1c2ced
commit 532f44ed67
6 changed files with 17 additions and 5 deletions

View File

@@ -613,7 +613,7 @@ case $host_os in
*mingw32*)
if test x"$curses_found" != xyes; then
ac_cv_search_tgetent="none required"
CONFIG_OBS="$CONFIG_OBS windows-termcap.o"
CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
fi ;;
esac