diff options
Diffstat (limited to 'gdb/arch/arc.h')
-rw-r--r-- | gdb/arch/arc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/arc.h b/gdb/arch/arc.h index 1a5a9b6..887431e 100644 --- a/gdb/arch/arc.h +++ b/gdb/arch/arc.h @@ -15,8 +15,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 ARCH_ARC_H -#define ARCH_ARC_H +#ifndef GDB_ARCH_ARC_H +#define GDB_ARCH_ARC_H #include "gdbsupport/tdesc.h" @@ -84,4 +84,4 @@ const target_desc *arc_lookup_target_description #endif /* GDBSERVER */ -#endif /* ARCH_ARC_H */ +#endif /* GDB_ARCH_ARC_H */ |