summaryrefslogtreecommitdiff
path: root/package/gdb/patches/001-siginfo_t.patch
Commit message (Collapse)AuthorAgeFilesLines
* gdb: fix patch directory after r33706Florian Fainelli2012-10-131-12/+0
| | | | | | git-svn did not properly track this move, thanks to swalker for noticing. SVN-Revision: 33745
* gdb: fix build with recent eglibc.Florian Fainelli2012-10-121-0/+12
struct siginfo is deprecated in favor of siginfo_t. SVN-Revision: 33737