X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fcommon%2Fsim-endian.h;h=f0c254c1bd54a5426fba6599b01a7fc2dd2f6074;hb=99d8e879938c947588332a9cc579d378ccc2a855;hp=ea83224cce3e10733bd15acf6b0a92c44c49d1e3;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/common/sim-endian.h b/sim/common/sim-endian.h index ea83224cce..f0c254c1bd 100644 --- a/sim/common/sim-endian.h +++ b/sim/common/sim-endian.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright 2002-2016 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. @@ -20,8 +20,8 @@ along with this program. If not, see . */ -#ifndef _SIM_ENDIAN_H_ -#define _SIM_ENDIAN_H_ +#ifndef SIM_ENDIAN_H +#define SIM_ENDIAN_H /* C byte conversion functions */ @@ -411,4 +411,4 @@ do { \ #include "sim-endian.c" #endif -#endif /* _SIM_ENDIAN_H_ */ +#endif /* SIM_ENDIAN_H */