mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user