summaryrefslogtreecommitdiff
path: root/gdb/f-lang.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-06-16 20:06:15 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-06-16 20:06:15 +0000
commit986b179b5a2f8696ee8259815debd76797b23ba7 (patch)
treefc9f419c4b41904e638727f72d1ad28ce1a3c601 /gdb/f-lang.c
parent4580a4babd25344752badc08720b458f111fd090 (diff)
downloadgdb-986b179b5a2f8696ee8259815debd76797b23ba7.tar.gz
* f-lang.c (_initialize_f_language): Do not initialize or
swap builtin_type_string.
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r--gdb/f-lang.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c
index 9f6d0ecce98..353466c44be 100644
--- a/gdb/f-lang.c
+++ b/gdb/f-lang.c
@@ -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);
}