gdb: add upstream patches to fix musl build
authorArnout Vandecappelle <arnout@mind.be>
Sun, 28 Feb 2016 00:30:34 +0000 (01:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Mar 2016 14:14:40 +0000 (15:14 +0100)
commit07408bbf10a9c18eda30bda35fb2793a3915a299
treeef67459835dd1d52d3c46d5b65ded34293741987
parent0f157eeb5efac2a32642aa84838930d14b3541cb
gdb: add upstream patches to fix musl build

Backported three patches from upstream to all four versions of gdb
that we support.

The "skipping exited and joined thread" message only exists in 7.10.1
so that hunk is removed in the earlier versions. The ChangeLog
modifications are also removed.

Fixes
http://autobuild.buildroot.net/results/e81/e8156d0b89e7157b8f10e428fc0958b0eb29e50a/

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 files changed:
package/gdb/7.10.1/0001-Add-some-casts-for-building-on-musl.patch [new file with mode: 0644]
package/gdb/7.10.1/0002-musl-Move-W_STOPCODE-to-common-gdb_wait-h.patch [new file with mode: 0644]
package/gdb/7.10.1/0003-move-__SIGRTMIN.patch [new file with mode: 0644]
package/gdb/7.7.1/0003-Add-some-casts-for-building-on-musl.patch [new file with mode: 0644]
package/gdb/7.7.1/0004-musl-Move-W_STOPCODE-to-common-gdb_wait-h.patch [new file with mode: 0644]
package/gdb/7.7.1/0005-move-__SIGRTMIN.patch [new file with mode: 0644]
package/gdb/7.8.2/0004-Add-some-casts-for-building-on-musl.patch [new file with mode: 0644]
package/gdb/7.8.2/0005-musl-Move-W_STOPCODE-to-common-gdb_wait-h.patch [new file with mode: 0644]
package/gdb/7.8.2/0006-move-__SIGRTMIN.patch [new file with mode: 0644]
package/gdb/7.9.1/0005-Add-some-casts-for-building-on-musl.patch [new file with mode: 0644]
package/gdb/7.9.1/0006-musl-Move-W_STOPCODE-to-common-gdb_wait-h.patch [new file with mode: 0644]
package/gdb/7.9.1/0007-move-__SIGRTMIN.patch [new file with mode: 0644]