]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: xtensa: fix on 64-bit hosts gdb_7_6-branch
authorBaruch Siach <baruch@tkos.co.il>
Wed, 22 Jan 2014 12:22:26 +0000 (12:22 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 22 Jan 2014 12:23:00 +0000 (12:23 +0000)
commit230d39cacdc2a7bfd8b312df83ce7121a4920924
tree15ad0b47d8dd67f85855b1a1356fea12a0a63ca6
parenteabefd817b5d3793e9969e2afdeead1b900d8b05
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