gdb/
* tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
This commit is contained in:
parent
ee1e4edefe
commit
7c71816c64
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
|
||||
|
||||
2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
|
||||
|
||||
* ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
|
||||
|
|
|
@ -56,8 +56,8 @@ static const struct tramp_frame tilegx_linux_rt_sigframe =
|
|||
SIGTRAMP_FRAME,
|
||||
8,
|
||||
{
|
||||
{ 0x00045fe551483000, -1 }, /* { moveli r10, 139 } */
|
||||
{ 0x286b180051485000, -1 }, /* { swint1 } */
|
||||
{ 0x00045fe551483000ULL, -1 }, /* { moveli r10, 139 } */
|
||||
{ 0x286b180051485000ULL, -1 }, /* { swint1 } */
|
||||
{ TRAMP_SENTINEL_INSN, -1 }
|
||||
},
|
||||
tilegx_linux_sigframe_init
|
||||
|
|
Loading…
Add table
Reference in a new issue