aboutsummaryrefslogtreecommitdiff
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
commit92e0cef42c47d33eb559826fdeccd1e8e21e35cd (patch)
tree8190d188b56612f57ac8b740f8b2f9f06abcc236 /gdb/f-lang.c
parent0e7b190624cc4a4bb3b087ce5cbcbe0643f07f7e (diff)
downloadgdb-92e0cef42c47d33eb559826fdeccd1e8e21e35cd.zip
gdb-92e0cef42c47d33eb559826fdeccd1e8e21e35cd.tar.gz
gdb-92e0cef42c47d33eb559826fdeccd1e8e21e35cd.tar.bz2
* 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 9f6d0ec..353466c 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);
}