summaryrefslogtreecommitdiff
path: root/package/devel/gdb/patches/120-sigprocmask-invalid-call.patch
Commit message (Collapse)AuthorAgeFilesLines
* gdb: bump to 8.0.1Stijn Tintel2017-09-291-5/+0
| | | | | | | | | | Add -static-libstdc++ to TARGET_LDFLAGS to avoid a hard dependency on libstdc++, and -Wl,--gc-sections to further reduce the size on platforms that support it. Fixes CVE-2017-9778. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* gdb: fix invalid sigprocmask callYousong Zhou2017-03-241-0/+43
Fixes FS#637 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>