diff options
author | David Carlton <carlton@bactrian.org> | 2002-12-24 21:51:28 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-12-24 21:51:28 +0000 |
commit | a30a6cd5db429c5a83bb549825bae6caa801822b (patch) | |
tree | 827b07c7877c20a6aa9ac0dab74016349c730aa0 | |
parent | a77306a79555132329eb0c06817a0a1757883fb2 (diff) | |
download | gdb-a30a6cd5db429c5a83bb549825bae6caa801822b.zip gdb-a30a6cd5db429c5a83bb549825bae6caa801822b.tar.gz gdb-a30a6cd5db429c5a83bb549825bae6caa801822b.tar.bz2 |
2002-12-24 David Carlton <carlton@math.stanford.edu>
* MAINTAINERS: Delete OBSOLETE targets.
* config/sparc/tm-sparc.h: Delete duplicate definition of
DEPRECATED_PC_IN_CALL_DUMMY.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 359a1da..fc443c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-12-24 David Carlton <carlton@math.stanford.edu> + + * MAINTAINERS: Delete OBSOLETE targets. + * config/sparc/tm-sparc.h: Delete duplicate definition of + DEPRECATED_PC_IN_CALL_DUMMY. + 2002-12-23 David Carlton <carlton@math.stanford.edu> * symtab.c (search_symbols): Update comment. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 257b718..f7eec1f 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -60,8 +60,6 @@ maintainer works with the native maintainer when resolving API issues. alpha --target=alpha-elf ,-Werror Maintenance only - arc (--target=arc-elf OBSOLETE) - arm --target=arm-elf , Fernando Nasser fnasser@redhat.com Scott Bambrough scottb@netwinder.org @@ -77,10 +75,6 @@ maintainer works with the native maintainer when resolving API issues. d10v --target=d10v-elf ,-Werror Maintenance only - d30v (--target=d30v-elf OBSOLETE) - - fr30 (--target=fr30-elf OBSOLETE) - h8300 --target=h8300hms ,-Werror Maintenance only @@ -91,8 +85,6 @@ maintainer works with the native maintainer when resolving API issues. i386 --target=i386-elf ,-Werror Mark Kettenis kettenis@gnu.org - i960 (--target=i960-coff OBSOLETE) - ia64 --target=ia64-linux-gnu ,-Werror (--target=ia64-elf broken) Kevin Buettner kevinb@redhat.com @@ -107,8 +99,6 @@ maintainer works with the native maintainer when resolving API issues. m68k --target=m68k-elf ,-Werror Maintenance only - m88k (--target=m88k OBSOLETE) - mcore --target=mcore-elf ,-Werror Maintenance only |