gdb: xtensa: fix on 64-bit hosts
authorBaruch Siach <baruch@tkos.co.il>
Wed, 22 Jan 2014 13:02:29 +0000 (15:02 +0200)
committerPedro Alves <palves@redhat.com>
Wed, 22 Jan 2014 12:12:24 +0000 (12:12 +0000)
commit54bff650843cacd3c17a0afdb0fe32e15e1b65b0
treed6bda90bc6ea40c0831ef658b68cb4a5893c1406
parent14e361d7aa3bbd8601b0457ee8558344e444c651
gdb: xtensa: fix on 64-bit hosts

On 64-bit hosts unsigned long is 64 bit.  Use uint32_t instead.

gdb/
2014-01-22  Baruch Siach  <baruch@tkos.co.il>

* xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
gdb/ChangeLog
gdb/xtensa-tdep.h
This page took 0.024552 seconds and 4 git commands to generate.