* config/alpha/alpha-osf3.mh, config/alpha/nm-osf3.h: New files

for OSF/1-3.x procfs support.
	* configure.in (alpha-dec-osf):  Use them when configuring
	for OSF/1-3.x.
	* configure:  Updated.
	* target.c:  Include <string.h>.
This commit is contained in:
Peter Schauer
1995-07-15 08:57:59 +00:00
parent c7950dcc68
commit b8ea4fec37
4 changed files with 15 additions and 3 deletions

3
gdb/configure vendored
View File

@@ -1546,7 +1546,8 @@ case "${host}" in
a29k-*-*) gdb_host=ultra3 ;;
alpha-*-osf1*) gdb_host=alpha-osf1 ;;
alpha-*-osf[23456789]*) gdb_host=alpha-osf2 ;;
alpha-*-osf2*) gdb_host=alpha-osf2 ;;
alpha-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
arm-*-*) gdb_host=arm ;;