From: Yao Qi Date: Fri, 6 Jan 2017 14:33:01 +0000 (+0000) Subject: Include ppc-tdep.h in ppc-linux-tdep.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=656731fe0f5bae5bb788b0688cc36900128fcc2f;p=binutils-gdb.git Include ppc-tdep.h in ppc-linux-tdep.h $ make check-headers CHECK_HEADERS="ppc-linux-tdep.h" ... ../../binutils-gdb/gdb/ppc-linux-tdep.h:34:24: error: 'PPC_NUM_REGS' was not declared in this scope PPC_ORIG_R3_REGNUM = PPC_NUM_REGS, ^ gdb: 2017-01-06 Yao Qi * ppc-linux-tdep.h: Include ppc-tdep.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a8de40550d0..39c5c7c2ae3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-01-06 Yao Qi + + * ppc-linux-tdep.h: Include ppc-tdep.h. + 2017-01-06 Yao Qi * nat/amd64-linux-siginfo.h: Include signal.h. diff --git a/gdb/ppc-linux-tdep.h b/gdb/ppc-linux-tdep.h index f60dba2eb1d..fa8a464bc13 100644 --- a/gdb/ppc-linux-tdep.h +++ b/gdb/ppc-linux-tdep.h @@ -20,6 +20,8 @@ #ifndef PPC_LINUX_TDEP_H #define PPC_LINUX_TDEP_H +#include "ppc-tdep.h" /* For PPC_NUM_REGS. */ + struct regset; /* From ppc-linux-tdep.c ... */