2002-08-17 Andrew Cagney <ac131313@redhat.com>
* config/ia64/ia64.mt: New file. * config/alpha/alpha.mt: New file. * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to ia64-linux-gnu. Mention that ia64-elf is broken. * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
This commit is contained in:
parent
23aadcd222
commit
32089c7c02
5 changed files with 17 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2002-08-17 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* config/ia64/ia64.mt: New file.
|
||||||
|
* config/alpha/alpha.mt: New file.
|
||||||
|
* MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
|
||||||
|
ia64-linux-gnu. Mention that ia64-elf is broken.
|
||||||
|
* configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
|
||||||
|
|
||||||
2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
|
2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
|
||||||
|
|
||||||
* i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
|
* i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
|
||||||
|
|
|
@ -56,7 +56,7 @@ maintainer works with the native maintainer when resolving API issues.
|
||||||
|
|
||||||
a29k Deleted.
|
a29k Deleted.
|
||||||
|
|
||||||
alpha --target=alpha-dec-osf4.0a -Werror
|
alpha --target=alpha-elf -Werror
|
||||||
Maintenance only
|
Maintenance only
|
||||||
|
|
||||||
arc (--target=arc-elf OBSOLETE)
|
arc (--target=arc-elf OBSOLETE)
|
||||||
|
@ -98,7 +98,8 @@ maintainer works with the native maintainer when resolving API issues.
|
||||||
Maintenance only
|
Maintenance only
|
||||||
OBSOLETE candidate, not multi-arch
|
OBSOLETE candidate, not multi-arch
|
||||||
|
|
||||||
ia64 --target=ia64-linux ,-Werror
|
ia64 --target=ia64-linux-gnu ,-Werror
|
||||||
|
(--target=ia64-elf broken)
|
||||||
Kevin Buettner kevinb@redhat.com
|
Kevin Buettner kevinb@redhat.com
|
||||||
|
|
||||||
m32r (--target=m32r-elf broken)
|
m32r (--target=m32r-elf broken)
|
||||||
|
|
2
gdb/config/alpha/alpha.mt
Normal file
2
gdb/config/alpha/alpha.mt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
TDEPFILES= alpha-tdep.o
|
||||||
|
TM_FILE= tm-alpha.h
|
2
gdb/config/ia64/ia64.mt
Normal file
2
gdb/config/ia64/ia64.mt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
TDEPFILES= ia64-tdep.o
|
||||||
|
TM_FILE= tm-ia64.h
|
|
@ -42,6 +42,7 @@ alpha*-*-osf*) gdb_target=alpha-osf1 ;;
|
||||||
alpha*-*-linux*) gdb_target=alpha-linux ;;
|
alpha*-*-linux*) gdb_target=alpha-linux ;;
|
||||||
alpha*-*-freebsd*) gdb_target=fbsd ;;
|
alpha*-*-freebsd*) gdb_target=fbsd ;;
|
||||||
alpha*-*-netbsd*) gdb_target=nbsd ;;
|
alpha*-*-netbsd*) gdb_target=nbsd ;;
|
||||||
|
alpha*-*-*) gdb_target=alpha ;;
|
||||||
|
|
||||||
# OBSOLETE arc-*-*) gdb_target=arc ;;
|
# OBSOLETE arc-*-*) gdb_target=arc ;;
|
||||||
|
|
||||||
|
@ -133,6 +134,7 @@ ia64-*-aix*) gdb_target=aix ;;
|
||||||
ia64-*-linux*) gdb_target=linux
|
ia64-*-linux*) gdb_target=linux
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
|
ia64*-*-*) gdb_target=ia64 ;;
|
||||||
|
|
||||||
m32r-*-elf*) gdb_target=m32r ;;
|
m32r-*-elf*) gdb_target=m32r ;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue