mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
* f-lang.c (_initialize_f_language): Do not initialize or
swap builtin_type_string.
This commit is contained in:
parent
0e7b190624
commit
92e0cef42c
@ -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…
Reference in New Issue
Block a user