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/vax-nbsd-tdep.c | |
parent | 93689ce91271bf88580a2d035a466479c16f4e71 (diff) | |
download | fsf-binutils-gdb-dea34e8cc336a80546dac21463583a76e3e5d473.zip fsf-binutils-gdb-dea34e8cc336a80546dac21463583a76e3e5d473.tar.gz fsf-binutils-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/vax-nbsd-tdep.c')
-rw-r--r-- | gdb/vax-nbsd-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/vax-nbsd-tdep.c b/gdb/vax-nbsd-tdep.c index 7630ac5..40007f1 100644 --- a/gdb/vax-nbsd-tdep.c +++ b/gdb/vax-nbsd-tdep.c @@ -22,6 +22,7 @@ #include "osabi.h" #include "vax-tdep.h" +#include "nbsd-tdep.h" #include "solib-svr4.h" /* NetBSD ELF. */ |