X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsh-tdep.h;h=3188b0b8c0fa5b8eb6a321a03f2ff5e86726d440;hb=b28a729db188235ce61f3a03e35a27f9427af12e;hp=d15ef050e079aec93a8f2578bf6e94ace919061b;hpb=61baf725eca99af2569262d10aca03dcde2698f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sh-tdep.h b/gdb/sh-tdep.h index d15ef050e0..3188b0b8c0 100644 --- a/gdb/sh-tdep.h +++ b/gdb/sh-tdep.h @@ -1,5 +1,5 @@ /* Target-specific definition for a Renesas Super-H. - Copyright (C) 1993-2017 Free Software Foundation, Inc. + Copyright (C) 1993-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -101,6 +101,8 @@ struct gdbarch_tdep inside the associated core file section. */ struct sh_corefile_regmap *core_fpregmap; int sizeof_fpregset; + /* ISA-specific data types. */ + struct type *sh_littlebyte_bigword_type; }; extern const struct regset sh_corefile_gregset;