aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb/patches/110-shared_libgcc.patch
Commit message (Collapse)AuthorAgeFilesLines
* gdb: bump to 8.0.1Stijn Tintel2017-09-291-6/+6
| | | | | | | | | | 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: update to version 7.12.1, fix glibc 2.25 build issuesFelix Fietkau2017-02-111-0/+76
Signed-off-by: Felix Fietkau <nbd@nbd.name>