diff options
Diffstat (limited to 'gdb/sh-tdep.h')
-rw-r--r-- | gdb/sh-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/sh-tdep.h b/gdb/sh-tdep.h index 1b1f019..dd52440 100644 --- a/gdb/sh-tdep.h +++ b/gdb/sh-tdep.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SH_TDEP_H -#define SH_TDEP_H +#ifndef GDB_SH_TDEP_H +#define GDB_SH_TDEP_H #include "gdbarch.h" @@ -115,4 +115,4 @@ void sh_corefile_supply_regset (const struct regset *regset, void sh_corefile_collect_regset (const struct regset *regset, const struct regcache *regcache, int regnum, void *regs, size_t len); -#endif /* SH_TDEP_H */ +#endif /* GDB_SH_TDEP_H */ |