X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2For1k-tdep.h;h=455a7c484cd97fea317528170e84eaa1a4a3501c;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=4a93540c3a3f75b5e5b0c7cc9e6525db4166ec63;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/or1k-tdep.h b/gdb/or1k-tdep.h index 4a93540c3a..455a7c484c 100644 --- a/gdb/or1k-tdep.h +++ b/gdb/or1k-tdep.h @@ -1,5 +1,5 @@ /* Definitions to target GDB to OpenRISC 1000 32-bit targets. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -16,9 +16,8 @@ You should have received a copy of the GNU General Public License along With this program. If not, see . */ - -#ifndef OR1K_TDEP__H -#define OR1K_TDEP__H +#ifndef OR1K_TDEP_H +#define OR1K_TDEP_H #ifndef TARGET_OR1K #define TARGET_OR1K @@ -53,4 +52,4 @@ #define OR1K_NUM_TAP_RECORDS 8 #define OR1K_FRAME_RED_ZONE_SIZE 2536 -#endif /* OR1K_TDEP__H */ +#endif /* OR1K_TDEP_H */