diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-06 23:04:26 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-06 23:04:26 +0000 |
commit | d08950c4fce9f0be23144c7e69a0c67ae94ffbc8 (patch) | |
tree | 7d0e7bf61d801bb8a0c1cb5cecd09c8525ea1c81 /gdb/configure.host | |
parent | 9c5ea4d96566b651eb32f59813b392d5c74b6b65 (diff) | |
download | gdb-d08950c4fce9f0be23144c7e69a0c67ae94ffbc8.zip gdb-d08950c4fce9f0be23144c7e69a0c67ae94ffbc8.tar.gz gdb-d08950c4fce9f0be23144c7e69a0c67ae94ffbc8.tar.bz2 |
* configure.host (alpha*-*-osf[12]*): Remove support.
* NEWS: Mention removed configurations.
* config/alpha/alpha-osf1.mh: Delete file.
* config/alpha/alpha-osf2.mh: Delete file.
* config/alpha/alpha-osf3.mh (NATDEPFILES): Remove inftarg.o
and infptrace.o.
* config/alpha/nm-osf.h: Delete file.
* config/alpha/nm-osf2.h: Delete file.
* config/alpha/nm-osf3.h: Do not include "nm-osf2.h".
(START_INFERIOR_TRAPS_EXPECTED): Copy from nm-osf.h.
(PROCFS_DONT_TRACE_FAULTS): Copy from nm-osf2.h.
* alpha-nat.c (ALPHA_UNIQUE_PTRACE_ADDR): Do not define.
(register_addr, kernel_u_size): Remove.
Do not check for "defined(USE_PROC_FS) || defined(HAVE_GREGSET_T)".
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index e8258d5..d3b6713 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -13,6 +13,8 @@ # The default is $host_cpu. case $host in + alpha*-*-osf1* | \ + alpha*-*-osf2* | \ hppa*-*-hiux* | \ i[34567]86-ncr-* | \ i[34567]86-*-dgux* | \ @@ -60,8 +62,6 @@ esac case "${host}" in -alpha*-*-osf1*) gdb_host=alpha-osf1 ;; -alpha*-*-osf2*) gdb_host=alpha-osf2 ;; alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;; alpha*-*-linux*) gdb_host=alpha-linux ;; alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) |