diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-02 14:27:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-02 14:27:27 +0000 |
commit | 1b831c9308be215e465dac7079ba18aca8d2e68f (patch) | |
tree | d896e11a6a95d13abb3e459abe93971d51ed804f /gdb/MAINTAINERS | |
parent | 97bf5e38c3229ad1965e2839055a7c6baf6a3506 (diff) | |
download | gdb-1b831c9308be215e465dac7079ba18aca8d2e68f.zip gdb-1b831c9308be215e465dac7079ba18aca8d2e68f.tar.gz gdb-1b831c9308be215e465dac7079ba18aca8d2e68f.tar.bz2 |
2003-01-02 Andrew Cagney <ac131313@redhat.com>
* valarith.c (value_binop): Delete obsolete code and comments.
* configure.host: Ditto.
* buildsym.h (make_blockvector): Ditto.
* buildsym.c (make_blockvector): Ditto.
* defs.h (enum language): Ditto.
(chill_demangle): Ditto.
* elfread.c (elf_symtab_read): Ditto.
* dwarfread.c (CHILL_PRODUCER): Ditto.
(set_cu_language): Ditto.
(handle_producer): Ditto.
* expprint.c (print_subexp): Ditto.
* gdbtypes.c (chill_varying_type): Ditto.
* gdbtypes.h (builtin_type_chill_bool): Ditto.
(builtin_type_chill_char, builtin_type_chill_long): Ditto.
(builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
(chill_varying_type): Ditto.
* language.h (_LANG_chill): Ditto.
* language.c (binop_result_type, integral_type): Ditto.
(character_type, string_type, structured_type): Ditto.
(lang_bool_type, binop_type_check): Ditto.
* stabsread.h (os9k_stabs): Ditto.
* stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
(define_symbol, read_type, read_struct_fields): Ditto.
(read_array_type, read_enum_type, read_huge_number): Ditto.
(read_range_type, start_stabs): Ditto.
* symfile.c (init_filename_language_table): Ditto.
(add_psymbol_with_dem_name_to_list): Ditto.
* symtab.c (symbol_init_language_specific): Ditto.
(symbol_init_demangled_name, symbol_demangled_name): Ditto.
* symtab.h (struct general_symbol_info): Ditto.
(SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
* typeprint.c (typedef_print): Ditto.
* utils.c (fprintf_symbol_filtered): Ditto.
* valops.c (value_cast, search_struct_field, value_slice): Delete
obsolete code.
(varying_to_slice): Delete function.
* value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
(varying_to_slice): Delete declaration.
* MAINTAINERS: Update.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 257b718..851d609 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -60,7 +60,7 @@ maintainer works with the native maintainer when resolving API issues. alpha --target=alpha-elf ,-Werror Maintenance only - arc (--target=arc-elf OBSOLETE) + arc Deleted. arm --target=arm-elf , Fernando Nasser fnasser@redhat.com @@ -77,9 +77,9 @@ maintainer works with the native maintainer when resolving API issues. d10v --target=d10v-elf ,-Werror Maintenance only - d30v (--target=d30v-elf OBSOLETE) + d30v Deleted. - fr30 (--target=fr30-elf OBSOLETE) + fr30 Deleted. h8300 --target=h8300hms ,-Werror Maintenance only @@ -91,7 +91,7 @@ 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) + i960 Deleted. ia64 --target=ia64-linux-gnu ,-Werror (--target=ia64-elf broken) @@ -107,7 +107,7 @@ maintainer works with the native maintainer when resolving API issues. m68k --target=m68k-elf ,-Werror Maintenance only - m88k (--target=m88k OBSOLETE) + m88k Deleted. mcore --target=mcore-elf ,-Werror Maintenance only |