Thu Oct 5 13:27:30 1995 steve chamberlain <sac@slash.cygnus.com>

* win32.c: New file; support for debugging on windows NT.
	* configure.in: (i[345]86-*-win32): New target.
	* configure: Regnerated.
	* eval.c (evaluate_subexp_standard): Remove unused name.
	* serial.c (gdb_string.h): Include.
	* source.c (value.h): Include.
	* config/i386/i386win32.mh (XDEPFILES): Add win32.o
	* config/i386/i386win32.mt: New.
	* config/i386/tm-i386win32.h: New.
This commit is contained in:
Steve Chamberlain
1995-10-05 20:57:30 +00:00
parent f4791d95f1
commit 0694bce619
11 changed files with 1139 additions and 126 deletions

View File

@@ -317,6 +317,7 @@ i[345]86-*-mach*) gdb_target=i386mach ;;
i[345]86-*-netware*) gdb_target=i386nw
configdirs="${configdirs} nlm" ;;
i[345]86-*-osf1mk*) gdb_target=i386mk ;;
i[345]86-*-win32) gdb_target=i386win32 ;;
i960-*-bout*) gdb_target=vxworks960 ;;
i960-*-coff*) gdb_target=nindy960 ;;