mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
gdbserver/ChangeLog
* linux-tile-low.c (tile_regsets): Modify the size field to 64-bit for each register.
This commit is contained in:
parent
3d4a522e25
commit
d6707650bf
@ -1,3 +1,7 @@
|
||||
2013-09-16 Jiong Wang <jiwang@tilera.com>
|
||||
* linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
|
||||
for each register.
|
||||
|
||||
2013-09-16 Jiong Wang <jiwang@tilera.com>
|
||||
* configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
|
||||
linux-tile-low.o to srv_tgtobj.
|
||||
|
@ -124,7 +124,7 @@ tile_store_gregset (struct regcache *regcache, const void *buf)
|
||||
|
||||
static struct regset_info tile_regsets[] =
|
||||
{
|
||||
{ PTRACE_GETREGS, PTRACE_SETREGS, 0, tile_num_regs * 4,
|
||||
{ PTRACE_GETREGS, PTRACE_SETREGS, 0, tile_num_regs * 8,
|
||||
GENERAL_REGS, tile_fill_gregset, tile_store_gregset },
|
||||
{ 0, 0, 0, -1, -1, NULL, NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user