X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fhppa-linux-offsets.h;h=29ec394ae927566553d1ae5f2885f85f498e729e;hb=24e31cf3aa66e20877358040ceb35b87dde66d12;hp=a0a057818d78c9b79a3b7808a649232eb9a7843b;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/hppa-linux-offsets.h b/gdb/hppa-linux-offsets.h index a0a057818d..29ec394ae9 100644 --- a/gdb/hppa-linux-offsets.h +++ b/gdb/hppa-linux-offsets.h @@ -1,6 +1,6 @@ /* Register offsets for HPPA running GNU/Linux. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef HPPA_LINUX_OFFSETS_H +#define HPPA_LINUX_OFFSETS_H + #define PT_PSW offsetof(struct pt_regs, gr[ 0]) #define PT_GR1 offsetof(struct pt_regs, gr[ 1]) #define PT_GR2 offsetof(struct pt_regs, gr[ 2]) @@ -101,3 +104,5 @@ #define PT_IIR offsetof(struct pt_regs, iir) #define PT_ISR offsetof(struct pt_regs, isr) #define PT_IOR offsetof(struct pt_regs, ior) + +#endif /* HPPA_LINUX_OFFSETS_H */