diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-11-17 12:13:47 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-11-18 11:30:40 -0500 |
commit | 76eb8ef1ce470ca71b10fae721e32d49998d87b9 (patch) | |
tree | 3e575c9d62e7196d0162bc606a7aecd11ac2cec8 /gdb/s12z-tdep.c | |
parent | 557b4d7650ffa3cd6dbfb8a56c830a1d45562d19 (diff) | |
download | gdb-76eb8ef1ce470ca71b10fae721e32d49998d87b9.zip gdb-76eb8ef1ce470ca71b10fae721e32d49998d87b9.tar.gz gdb-76eb8ef1ce470ca71b10fae721e32d49998d87b9.tar.bz2 |
gdb: include gdbarch.h in all files extending gdbarch_tdep
Commit 345bd07cce33 ("gdb: fix gdbarch_tdep ODR violation") made a bunch
of files define a *_gdbarch_tdep class that inherits from a gdbarch_tdep
base. But some of these files don't include gdbarch.h, where
gdbarch_tdep is defined. This may cause build errors if gdbarch.h isn't
already included by chance by some other header file. Avoid this by
making them include gdbarch.h.
Change-Id: If433d302007e274daa4f656cfc94f769cf1aa68a
Diffstat (limited to 'gdb/s12z-tdep.c')
-rw-r--r-- | gdb/s12z-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/s12z-tdep.c b/gdb/s12z-tdep.c index ca4fe0a..97bcb8b 100644 --- a/gdb/s12z-tdep.c +++ b/gdb/s12z-tdep.c @@ -31,6 +31,7 @@ #include "trad-frame.h" #include "remote.h" #include "opcodes/s12z-opc.h" +#include "gdbarch.h" /* Two of the registers included in S12Z_N_REGISTERS are the CCH and CCL "registers" which are just views into |