diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2014-07-16 16:50:49 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2014-08-07 17:31:50 +0200 |
commit | 8f1cee41f85e815d300cca3bf82e02a023dea43b (patch) | |
tree | 97c7b42cd896747f69b25cf98298b962b8454f19 /gdb/tilegx-tdep.h | |
parent | c5741217d390041fc43ca83ad00b07355d40e9ad (diff) | |
download | gdb-8f1cee41f85e815d300cca3bf82e02a023dea43b.zip gdb-8f1cee41f85e815d300cca3bf82e02a023dea43b.tar.gz gdb-8f1cee41f85e815d300cca3bf82e02a023dea43b.tar.bz2 |
TILEGX Linux: Fill 'collect_regset' in regset structure.
Diffstat (limited to 'gdb/tilegx-tdep.h')
-rw-r--r-- | gdb/tilegx-tdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/tilegx-tdep.h b/gdb/tilegx-tdep.h index e24655c..864c798 100644 --- a/gdb/tilegx-tdep.h +++ b/gdb/tilegx-tdep.h @@ -31,6 +31,7 @@ enum tilegx_regnum { TILEGX_R0_REGNUM, + TILEGX_FIRST_EASY_REGNUM = TILEGX_R0_REGNUM, TILEGX_R1_REGNUM, TILEGX_R2_REGNUM, TILEGX_R3_REGNUM, |