This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[COMMIT] Use inf-ttrace.c for 32-bit HP-UX 11.x
- From: Mark Kettenis <kettenis at gnu dot org>
- To: gdb-patches at sources dot redhat dot com
- Date: Fri, 10 Dec 2004 21:30:37 +0100 (CET)
- Subject: [COMMIT] Use inf-ttrace.c for 32-bit HP-UX 11.x
This throws the switch. We now use the same config for all 32-bit
versions of HP-UX. I'm sure there still are some bugs hiding in the
new inf-ttrace.c; hopefully we can uncover those soon. Please yell if
you encounter any problems.
I'm working on 64-bit support.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* configure.host (hppa*-*-hpux11*): Remove.
* config/pa/hpux11.mh: Remove file.
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.89
diff -u -p -r1.89 configure.host
--- configure.host 20 Nov 2004 18:16:34 -0000 1.89
+++ configure.host 10 Dec 2004 20:01:33 -0000
@@ -51,7 +51,6 @@ arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
arm*-*-netbsd*) gdb_host=nbsdaout ;;
hppa*64*-*-hpux11*) gdb_host=hpux11w ;;
-hppa*-*-hpux11*) gdb_host=hpux11 ;;
hppa*-*-hpux* | hppa*-*-hiux*)
gdb_host=hpux ;;
hppa*-*-linux*) gdb_host=linux ;;