From dea34e8cc336a80546dac21463583a76e3e5d473 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 6 Apr 2020 12:42:40 -0600 Subject: 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 * 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. --- gdb/vax-nbsd-tdep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/vax-nbsd-tdep.c') 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. */ -- cgit v1.1