summaryrefslogtreecommitdiff
path: root/package/gdb/patches
AgeCommit message (Collapse)Author
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