aboutsummaryrefslogtreecommitdiff
path: root/patches/strace/4.15
Commit message (Collapse)AuthorAgeFilesLines
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-081-145/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove previous patch to straceAlexey Neyman2017-01-261-67/+0
| | | | | | GDB maintainers said, <sgidefs.h> must be provided by C library. Signed-off-by: Alexey Neyman <stilor@att.net>
* Patch from OpenEmbedded to fix strace buildAlexey Neyman2017-01-191-0/+67
| | | | | | | for mips-*-linux-musl. Upstream report: https://sourceforge.net/p/strace/mailman/message/35615169/ Signed-off-by: Alexey Neyman <stilor@att.net>
* Replace strace workaround with a patch.Alexey Neyman2017-01-161-0/+145
The correct solution was checked in to strace GIT; will be part of the next release. Backport patch to 4.10..4.15, and remove the workaround from 500-strace.sh. Versions 4.9 and older should build fine even without the workaround (they would be picking up wrong definitions, but they need different patch and I don't feel like spending any time on these versions). Signed-off-by: Alexey Neyman <stilor@att.net>