aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-lang.h
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2010-04-20 17:22:19 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2010-04-20 17:22:19 +0000
commitce4b068214ec304f48cc191f9e912549922d9472 (patch)
tree204809c681dd469457149b8a1fc27f96398b8a96 /gdb/f-lang.h
parentaa27de954944df9e1af7c689ed6bbdf07a7b3ad0 (diff)
downloadgdb-ce4b068214ec304f48cc191f9e912549922d9472.zip
gdb-ce4b068214ec304f48cc191f9e912549922d9472.tar.gz
gdb-ce4b068214ec304f48cc191f9e912549922d9472.tar.bz2
gdb/ChangeLog:
2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com> * f-exp.y: Add new production to recognize the `logical*8' type. (LOGICAL_S8_KEYWORD): New token. * f-lang.c (enum f_primitive_types) <f_primitive_type_logical_s8>: New field. (f_language_arch_info): Handling `logical*8' type. (build_fortran_types): Building `logical*8' type. * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field. gdb/testsuite/ChangeLog: 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com> Sergio Durigan Junior <sergiodj@redhat.com> * gdb.fortran/logical.exp: New testcase. * gdb.fortran/logical.f90: New file.
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r--gdb/f-lang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h
index b98c556..094d6fa 100644
--- a/gdb/f-lang.h
+++ b/gdb/f-lang.h
@@ -113,6 +113,7 @@ struct builtin_f_type
struct type *builtin_logical;
struct type *builtin_logical_s1;
struct type *builtin_logical_s2;
+ struct type *builtin_logical_s8;
struct type *builtin_real;
struct type *builtin_real_s8;
struct type *builtin_real_s16;