]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-08-17 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 18 Aug 2002 04:00:47 +0000 (04:00 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 18 Aug 2002 04:00:47 +0000 (04:00 +0000)
* 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.

gdb/ChangeLog
gdb/MAINTAINERS
gdb/config/alpha/alpha.mt [new file with mode: 0644]
gdb/config/ia64/ia64.mt [new file with mode: 0644]
gdb/configure.tgt

index 75d6405094ed24b1122735b57b8b030be51d29df..8038b5c6752ea978029f0c3324439bee2b582ccd 100644 (file)
@@ -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>
 
        * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
index 0b4f553172cba961db453f980d625f5315d17077..6348a93a41b4576a43bdbc7012c681cfa466ab60 100644 (file)
@@ -56,7 +56,7 @@ maintainer works with the native maintainer when resolving API issues.
 
        a29k            Deleted.
 
-       alpha           --target=alpha-dec-osf4.0a -Werror
+       alpha           --target=alpha-elf -Werror
                        Maintenance only
 
        arc             (--target=arc-elf OBSOLETE)
@@ -98,7 +98,8 @@ maintainer works with the native maintainer when resolving API issues.
                        Maintenance only
                        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
 
        m32r            (--target=m32r-elf broken)
diff --git a/gdb/config/alpha/alpha.mt b/gdb/config/alpha/alpha.mt
new file mode 100644 (file)
index 0000000..dfff657
--- /dev/null
@@ -0,0 +1,2 @@
+TDEPFILES= alpha-tdep.o
+TM_FILE= tm-alpha.h
diff --git a/gdb/config/ia64/ia64.mt b/gdb/config/ia64/ia64.mt
new file mode 100644 (file)
index 0000000..c0f85a4
--- /dev/null
@@ -0,0 +1,2 @@
+TDEPFILES= ia64-tdep.o
+TM_FILE= tm-ia64.h
index c50a3702356f93f32a44a3f24478811f5aaf007c..eef88f6627aab0becc0721650136c35f221a8dbb 100644 (file)
@@ -42,6 +42,7 @@ alpha*-*-osf*)                gdb_target=alpha-osf1 ;;
 alpha*-*-linux*)       gdb_target=alpha-linux ;;
 alpha*-*-freebsd*)     gdb_target=fbsd ;;
 alpha*-*-netbsd*)      gdb_target=nbsd ;;
+alpha*-*-*)            gdb_target=alpha ;;
 
 # OBSOLETE arc-*-*)            gdb_target=arc ;;
 
@@ -133,6 +134,7 @@ ia64-*-aix*)                gdb_target=aix ;;
 ia64-*-linux*)         gdb_target=linux
                        build_gdbserver=yes
                        ;;
+ia64*-*-*)             gdb_target=ia64 ;;
 
 m32r-*-elf*)           gdb_target=m32r ;;