mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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.
This commit is contained in:
@@ -101,14 +101,14 @@ enum type_code
|
||||
TYPE_CODE_RANGE, /* Range (integers within spec'd bounds) */
|
||||
|
||||
/* A string type which is like an array of character but prints
|
||||
differently (at least for (OBSOLETE) CHILL (OBSOLETE)). It
|
||||
does not contain a length field as Pascal strings (for many
|
||||
Pascals, anyway) do; if we want to deal with such strings, we
|
||||
should use a new type code. */
|
||||
differently (at least for (the deleted) CHILL). It does not
|
||||
contain a length field as Pascal strings (for many Pascals,
|
||||
anyway) do; if we want to deal with such strings, we should use
|
||||
a new type code. */
|
||||
TYPE_CODE_STRING,
|
||||
|
||||
/* String of bits; like TYPE_CODE_SET but prints differently (at
|
||||
least for (OBSOLETE) CHILL (OBSOLETE)). */
|
||||
least for (the deleted) CHILL). */
|
||||
TYPE_CODE_BITSTRING,
|
||||
|
||||
/* Unknown type. The length field is valid if we were able to
|
||||
@@ -1020,14 +1020,6 @@ extern struct type *builtin_type_m2_card;
|
||||
extern struct type *builtin_type_m2_real;
|
||||
extern struct type *builtin_type_m2_bool;
|
||||
|
||||
/* OBSOLETE Chill types */
|
||||
|
||||
/* OBSOLETE extern struct type *builtin_type_chill_bool; */
|
||||
/* OBSOLETE extern struct type *builtin_type_chill_char; */
|
||||
/* OBSOLETE extern struct type *builtin_type_chill_long; */
|
||||
/* OBSOLETE extern struct type *builtin_type_chill_ulong; */
|
||||
/* OBSOLETE extern struct type *builtin_type_chill_real; */
|
||||
|
||||
/* Fortran (F77) types */
|
||||
|
||||
extern struct type *builtin_type_f_character;
|
||||
@@ -1135,8 +1127,6 @@ extern struct type *create_string_type (struct type *, struct type *);
|
||||
|
||||
extern struct type *create_set_type (struct type *, struct type *);
|
||||
|
||||
/* OBSOLETE extern int chill_varying_type (struct type *); */
|
||||
|
||||
extern struct type *lookup_unsigned_typename (char *);
|
||||
|
||||
extern struct type *lookup_signed_typename (char *);
|
||||
|
||||
Reference in New Issue
Block a user