]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
gdb: add fix for gdb 7.12 and gdb 8.0 build on noMMU platforms
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 3 Aug 2017 07:15:48 +0000 (09:15 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 10 Aug 2017 08:26:51 +0000 (10:26 +0200)
commit5c12506f4da21fcc7a4f1514670c4bfd4f23b466
tree595ca502751ee31879335a3ec8c55f09f81e5297
parent6db1651e343e03888977c09287299d111fdd7e6b
gdb: add fix for gdb 7.12 and gdb 8.0 build on noMMU platforms

This adds a patch to gdb 7.12 and gdb 8.x, which fixes the build on
noMMU platforms. It is not needed for older versions of gdb, since
it's related to the switch of gdb to C++ in the 7.12 release.

Fixes:

../nat/linux-ptrace.c: In function 'int linux_fork_to_function(gdb_byte*, int (*)(void*))':
../nat/linux-ptrace.c:273:29: error: invalid conversion from 'void*' to 'gdb_byte* {aka unsigned char*}' [-fpermissive]
       child_stack = xmalloc (STACK_SIZE * 4);

The patch has already been merged upstream, as of commit
ffce45d2243e5f52f411e314fc4e1a69f431a81f, and will therefore be part
of future gdb releases.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/gdb/7.12.1/0006-nat-linux-ptrace.c-add-missing-gdb_byte-cast.patch [new file with mode: 0644]
package/gdb/8.0/0004-nat-linux-ptrace.c-add-missing-gdb_byte-cast.patch [new file with mode: 0644]