* f-lang.c (_initialize_f_language): Do not initialize or
swap builtin_type_string.
This commit is contained in:
parent
0e7b190624
commit
92e0cef42c
2 changed files with 5 additions and 6 deletions
|
@ -621,14 +621,8 @@ _initialize_f_language (void)
|
|||
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_f_complex_s16);
|
||||
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_f_complex_s32);
|
||||
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_f_void);
|
||||
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_string);
|
||||
deprecated_register_gdbarch_swap (NULL, 0, build_fortran_types);
|
||||
|
||||
builtin_type_string =
|
||||
init_type (TYPE_CODE_STRING, TARGET_CHAR_BIT / TARGET_CHAR_BIT,
|
||||
0,
|
||||
"character string", (struct objfile *) NULL);
|
||||
|
||||
add_language (&f_language_defn);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue