gdb/f-lang: add Integer*1 to Fortran builtin types

Add builtin_integer_s1 of size TARGET_CHAR_BIT to Fortran builtin types.
This commit is contained in:
Nils-Christian Kempke
2022-04-11 14:06:55 +02:00
parent 04f4c17c7a
commit d4c948427d
5 changed files with 11 additions and 2 deletions

View File

@@ -319,6 +319,7 @@ struct builtin_f_type
{
struct type *builtin_character;
struct type *builtin_integer;
struct type *builtin_integer_s1;
struct type *builtin_integer_s2;
struct type *builtin_integer_s8;
struct type *builtin_logical;