Stijn Tintel
1d7042231b
gdb: bump to 8.0.1
...
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>
2017-09-29 06:33:39 +03:00
Yousong Zhou
46e390322a
gdb: fix invalid sigprocmask call
...
Fixes FS#637
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-03-24 11:10:22 +08:00
Felix Fietkau
9827c3e9b9
gdb: update to version 7.12.1, fix glibc 2.25 build issues
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-02-11 20:34:33 +01:00
Hauke Mehrtens
4061c8eb53
Revert "gdb: fix build with gcc 4.1.2 as host compiler"
...
Support for such old gcc version is not needed.
This reverts commit 2694d43b05
.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-01-07 19:53:36 +01:00
Hauke Mehrtens
2694d43b05
gdb: fix build with gcc 4.1.2 as host compiler
...
The additional warnings are causing compile errors on gcc version 4.1.2
as a host compiler.
cc -c -Wall -Wdeclaration-after-statement -Wpointer-arith
-Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement
-Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-
style-definition -Wformat-nonliteral -I. -I. -I./../../include
filter_host.c
cc1: error: unrecognized command line option "-Wempty-body"
cc1: error: unrecognized command line option "-Wmissing-parameter-type"
cc1: error: unrecognized command line option "-Wold-style-declaration"
cc1: error: unrecognized command line option "-Wempty-body"
cc1: error: unrecognized command line option "-Wmissing-parameter-type"
cc1: error: unrecognized command line option "-Wold-style-declaration"
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2016-08-01 22:25:54 +02:00
John Crispin
f63aae81c2
package/devel/gdb: Update to 7.11
...
Update gdb to version 7.11
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 48990
2016-03-10 19:11:46 +00:00
Felix Fietkau
09997e41ae
gdb: fix powerpc build issues with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48731
2016-02-16 21:30:20 +00:00
Felix Fietkau
55a76c19b1
gdb: update to the latest version, fixes a build error with gcc 5.2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46775
2015-09-03 13:14:50 +00:00
Steven Barth
e71141ef23
gdb: fix compilation for x86_64 with musl
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46249
2015-07-07 17:30:08 +00:00
Nicolas Thill
7e2e5ff675
gdb: fix build failure on arm
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43042
2014-10-24 11:19:29 +00:00
Felix Fietkau
338892ddf8
gdb: update to version 7.8, fix musl build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42979
2014-10-19 22:49:42 +00:00
Florian Fainelli
8ca4fd7ad1
gdb: fix debugging of MIPS(el) applications
...
GDB previously failed with the following:
root@OpenWrt:/# gdb busybox
[snip]
(gdb) r
Starting program: /bin/busybox
GDB bug: target.c (gdb_signal_from_host): unrecognized real-time signal
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34258
2012-11-19 14:38:02 +00:00
Felix Fietkau
bf9f43e912
gdb: update to version 7.5
...
SVN-Revision: 33998
2012-10-29 19:25:26 +00:00
Florian Fainelli
c0030384e5
gdb: fix patch directory after r33706
...
git-svn did not properly track this move, thanks to swalker for noticing.
SVN-Revision: 33745
2012-10-13 17:46:37 +00:00