summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/7.4.1
Commit message (Collapse)AuthorAgeFilesLines
* xtensa: fix target gdb build and 64-bit host side gdbChris Zankel2012-11-212-0/+41
Fix build breakage, use the version of the ptrace header file in asm instead of sys. Also, fix GDB running on 64 bit hosts. GDB was using unsigned long for 32-bit registers, but unsigned long is 64 bit on 64-bit hosts. Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>