* 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
|
@ -1,3 +1,8 @@
|
||||||
|
2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
|
* f-lang.c (_initialize_f_language): Do not initialize or
|
||||||
|
swap builtin_type_string.
|
||||||
|
|
||||||
2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
|
2007-06-16 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
|
* std-regs.c (builtin_type_frame_reg, build_builtin_type_frame_reg,
|
||||||
|
|
|
@ -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_s16);
|
||||||
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_f_complex_s32);
|
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_f_complex_s32);
|
||||||
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_f_void);
|
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_f_void);
|
||||||
DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_string);
|
|
||||||
deprecated_register_gdbarch_swap (NULL, 0, build_fortran_types);
|
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);
|
add_language (&f_language_defn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue