gdb/fortran: Add builtin 8-byte integer type with (kind=8) support
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index 34ebfd9de6b1803d474ee441660b7e4d3be2979b..f27eb0d45da1bf7a890d8b369774d1eb22170431 100644 (file)
@@ -375,6 +375,10 @@ build_fortran_types (struct gdbarch *gdbarch)
     = arch_integer_type (gdbarch, gdbarch_short_bit (gdbarch), 0,
                         "integer*2");
 
+  builtin_f_type->builtin_integer_s8
+    = arch_integer_type (gdbarch, gdbarch_long_long_bit (gdbarch), 0,
+                        "integer*8");
+
   builtin_f_type->builtin_logical_s2
     = arch_boolean_type (gdbarch, gdbarch_short_bit (gdbarch), 1,
                         "logical*2");
This page took 0.023389 seconds and 4 git commands to generate.