gdb/
* regformats/reg-tilegx.dat (name): Change abi name to "tilegx". * regformats/reg-tilegx32.dat: New. gdbserver/ * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c. (reg-tilegx32.c): New rule. * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj. * linux-tile-low.c (tile_arch_setup): New function. Invoke different register info initializer according to elf class. (init_registers_tilgx32): New function. The tilegx32 register info initializer. (tile_fill_gregset): Use "uint_reg_t" to represent register size. (tile_store_gregset): Likewise.
This commit is contained in:
parent
4fcd89fc75
commit
e1f58301dd
6 changed files with 48 additions and 6 deletions
|
@ -333,6 +333,7 @@ case "${target}" in
|
|||
srv_linux_regsets=yes
|
||||
;;
|
||||
tilegx-*-linux*) srv_regobj=reg-tilegx.o
|
||||
srv_regobj="${srv_regobj} reg-tilegx32.o"
|
||||
srv_tgtobj="linux-low.o linux-tile-low.o linux-osdata.o linux-procfs.o"
|
||||
srv_tgtobj="${srv_tgtobj} linux-ptrace.o"
|
||||
srv_linux_regsets=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue