diff options
author | Tom Tromey <tromey@adacore.com> | 2020-04-06 12:42:40 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-04-06 12:42:40 -0600 |
commit | dea34e8cc336a80546dac21463583a76e3e5d473 (patch) | |
tree | 72b883ca06f1360c1f8ff378fc945a4bad421931 /gdb/sh-nbsd-tdep.c | |
parent | 93689ce91271bf88580a2d035a466479c16f4e71 (diff) | |
download | gdb-dea34e8cc336a80546dac21463583a76e3e5d473.zip gdb-dea34e8cc336a80546dac21463583a76e3e5d473.tar.gz gdb-dea34e8cc336a80546dac21463583a76e3e5d473.tar.bz2 |
Fix build breakage in NetBSD tdep files
A recent patch caused some build failures in NetBSD tdep files. I saw
this failure in my --enable-target=all build.
This patch fixes the problems. Tested by rebuilding.
I am going to check this in.
gdb/ChangeLog
2020-04-06 Tom Tromey <tromey@adacore.com>
* sh-nbsd-tdep.c: Include nbsd-tdep.h.
* ppc-nbsd-tdep.c: Include nbsd-tdep.h.
* mips-nbsd-tdep.c (mipsnbsd_init_abi): Add missing ";".
* arm-nbsd-tdep.c: Include nbsd-tdep.h.
* hppa-nbsd-tdep.c: Include nbsd-tdep.h.
Diffstat (limited to 'gdb/sh-nbsd-tdep.c')
-rw-r--r-- | gdb/sh-nbsd-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/sh-nbsd-tdep.c b/gdb/sh-nbsd-tdep.c index 2b2a7e3..6551c47 100644 --- a/gdb/sh-nbsd-tdep.c +++ b/gdb/sh-nbsd-tdep.c @@ -26,6 +26,7 @@ #include "osabi.h" #include "sh-tdep.h" +#include "nbsd-tdep.h" #include "solib-svr4.h" #include "gdbarch.h" |