diff options
Diffstat (limited to 'gdb/arc-linux-tdep.h')
-rw-r--r-- | gdb/arc-linux-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arc-linux-tdep.h b/gdb/arc-linux-tdep.h index 20ed525..9fe4116 100644 --- a/gdb/arc-linux-tdep.h +++ b/gdb/arc-linux-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 ARC_LINUX_TDEP_H -#define ARC_LINUX_TDEP_H +#ifndef GDB_ARC_LINUX_TDEP_H +#define GDB_ARC_LINUX_TDEP_H #include "gdbarch.h" #include "regset.h" @@ -49,4 +49,4 @@ void arc_linux_collect_v2_regset (const struct regset *regset, const struct regcache *regcache, int regnum, void *v2_regs, size_t size); -#endif /* ARC_LINUX_TDEP_H */ +#endif /* GDB_ARC_LINUX_TDEP_H */ |