summaryrefslogtreecommitdiff
path: root/package/gdb/patches
AgeCommit message (Collapse)Author
2021-10-28gdb: update to 11.1Waldemar Brodkorb
2019-10-16gdb: allow nios2, workaround a riscv issueWaldemar Brodkorb
2017-06-20gdb: make static builds work, ugly hackWaldemar Brodkorb
2016-09-12gdb: decouple toolchain and package, add special package for microblaze, ↵Waldemar Brodkorb
looks cleaner to me
2016-06-12gdb: move patchWaldemar Brodkorb
2016-05-24microblaze: allow to build native gdb with 7.8.2Waldemar Brodkorb
2016-04-27gdb: fix musl ppc compileWaldemar Brodkorb
2016-03-16gdb: remove unspecific patchWaldemar Brodkorb
2016-01-16gdb: fix musl compile, add alpine linux patchWaldemar Brodkorb
2015-03-09add support for gdbserver on AVR32 devicesWaldemar Brodkorb
Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories.
2014-08-07update to latest upstreamWaldemar Brodkorb
2014-03-28add support for microblaze native debugging from xilinx-gdb git repoWaldemar Brodkorb
2014-02-17update gdbWaldemar Brodkorb
2013-12-23fix musl compileWaldemar Brodkorb
2013-10-26fix x86_64 build with musl, from sabotageWaldemar Brodkorb
2013-09-16added attribution to sab0tageWaldemar Brodkorb
2013-09-04disable branch trace support for i386/amd64, doesn't compile for musl based ↵Waldemar Brodkorb
systems
2013-08-14musl libc compat updatesWaldemar Brodkorb
2012-10-05make firefox work again on lemote yeelongWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages