gdb: add upstream patch to fix inconsistency with glibc header
authorArnout Vandecappelle <arnout@mind.be>
Sun, 26 Mar 2017 22:40:31 +0000 (00:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Mar 2017 20:07:17 +0000 (22:07 +0200)
commita8a2e5288ed4704907383b10bab704fca211f5db
treec14feb3086dc0830e1b17b89f0212eb24991e535
parent3dad25466d2931eeecde23867bed79b1d7213887
gdb: add upstream patch to fix inconsistency with glibc header

In glibc 2.25, the proc_service.h header was copied from gdb to glibc.
However, in the process the 'const' was removed, which leads to build
failures with glibc >= 2.25.

gdb 7.12.1 already contains this patch. The patch for 7.11.1 comes
straight from upstream, the patch for 7.10.1 is backported by me.

Fixes http://autobuild.buildroot.net/results/6b1b44e72147113b3f0e3f049cb9026d6c7dffb7

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gdb/7.10.1/0007-Sync-proc_service-definition-with-GLIBC.patch [new file with mode: 0644]
package/gdb/7.11.1/0002-Sync-proc_service-definition-with-GLIBC.patch [new file with mode: 0644]