From: Alan Hayward Date: Tue, 26 Mar 2019 17:11:32 +0000 (+0000) Subject: Fix Powerpc build X-Git-Tag: binutils-2_33~1734 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53c973f200e39c4122e0db06a94e3a0079e6de80;hp=d851aa7170c09fb903dd1bdafa6df526f1951863;p=external%2Fbinutils.git Fix Powerpc build gdb/ChangeLog: * ppc-linux-nat.c: Add include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa104e0..28754be 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2019-03-26 Alan Hayward + * ppc-linux-nat.c: Add include. + +2019-03-26 Alan Hayward + * NEWS: Mention AArch64 Pointer Authentication. 2019-03-26 Alan Hayward diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 3a6bbf4..628e3d5 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -51,6 +51,7 @@ #include "arch/ppc-linux-common.h" #include "arch/ppc-linux-tdesc.h" #include "nat/ppc-linux.h" +#include "linux-tdep.h" /* Similarly for the hardware watchpoint support. These requests are used when the PowerPC HWDEBUG ptrace interface is not available. */