X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Famd64-darwin-tdep.h;h=90dc26f8165e450da48ff56f47628b7fc58c56f0;hb=e671856cb804c977650aaeb4107948a7b963e9e9;hp=47fc5a62fc68f869cdb99c2d1988e9ad6b7f2240;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/amd64-darwin-tdep.h b/gdb/amd64-darwin-tdep.h index 47fc5a62fc..90dc26f816 100644 --- a/gdb/amd64-darwin-tdep.h +++ b/gdb/amd64-darwin-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Darwin x86-64. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -16,8 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef __AMD64_DARWIN_TDEP_H__ -#define __AMD64_DARWIN_TDEP_H__ + +#ifndef AMD64_DARWIN_TDEP_H +#define AMD64_DARWIN_TDEP_H /* Mapping between the general-purpose registers in Darwin x86-64 thread state and GDB's register cache layout. @@ -25,4 +26,4 @@ extern int amd64_darwin_thread_state_reg_offset[]; extern const int amd64_darwin_thread_state_num_regs; -#endif /* __AMD64_DARWIN_TDEP_H__ */ +#endif /* AMD64_DARWIN_TDEP_H */