diff options
Diffstat (limited to 'gdb/mips-netbsd-tdep.h')
-rw-r--r-- | gdb/mips-netbsd-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mips-netbsd-tdep.h b/gdb/mips-netbsd-tdep.h index 034261f..e9544f0 100644 --- a/gdb/mips-netbsd-tdep.h +++ b/gdb/mips-netbsd-tdep.h @@ -17,8 +17,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 MIPS_NBSD_TDEP_H -#define MIPS_NBSD_TDEP_H +#ifndef GDB_MIPS_NETBSD_TDEP_H +#define GDB_MIPS_NETBSD_TDEP_H void mipsnbsd_supply_reg (struct regcache *, const char *, int); void mipsnbsd_fill_reg (const struct regcache *, char *, int); @@ -26,4 +26,4 @@ void mipsnbsd_fill_reg (const struct regcache *, char *, int); void mipsnbsd_supply_fpreg (struct regcache *, const char *, int); void mipsnbsd_fill_fpreg (const struct regcache *, char *, int); -#endif /* MIPS_NBSD_TDEP_H */ +#endif /* GDB_MIPS_NETBSD_TDEP_H */ |