diff options
Diffstat (limited to 'gdb/tilegx-tdep.h')
-rw-r--r-- | gdb/tilegx-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tilegx-tdep.h b/gdb/tilegx-tdep.h index 893035a..5430281 100644 --- a/gdb/tilegx-tdep.h +++ b/gdb/tilegx-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 TILEGX_TDEP_H -#define TILEGX_TDEP_H +#ifndef GDB_TILEGX_TDEP_H +#define GDB_TILEGX_TDEP_H /* TILE-Gx has 56 general purpose registers (R0 - R52, TP, SP, LR), plus 8 special general purpose registers (network and ZERO), @@ -107,4 +107,4 @@ enum tilegx_regnum enum { tilegx_reg_size = 8 }; -#endif /* tilegx-tdep.h */ +#endif /* GDB_TILEGX_TDEP_H */ |