aboutsummaryrefslogtreecommitdiff
path: root/gdb/loongarch-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/loongarch-tdep.h')
-rw-r--r--gdb/loongarch-tdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/loongarch-tdep.h b/gdb/loongarch-tdep.h
index b3e37c5..48e2635 100644
--- a/gdb/loongarch-tdep.h
+++ b/gdb/loongarch-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 LOONGARCH_TDEP_H
-#define LOONGARCH_TDEP_H
+#ifndef GDB_LOONGARCH_TDEP_H
+#define GDB_LOONGARCH_TDEP_H
#include "gdbarch.h"
#include "arch/loongarch.h"
@@ -51,4 +51,4 @@ struct loongarch_gdbarch_tdep : gdbarch_tdep_base
extern int loongarch_process_record (struct gdbarch *gdbarch,
struct regcache *regcache, CORE_ADDR addr);
-#endif /* LOONGARCH_TDEP_H */
+#endif /* GDB_LOONGARCH_TDEP_H */