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
This commit is contained in:
Felix Fietkau
2015-09-03 13:14:50 +00:00
parent 86ba95601a
commit 55a76c19b1
5 changed files with 7 additions and 93 deletions

View File

@@ -8,9 +8,9 @@
#include "defs.h"
#include "inferior.h"
#include "infrun.h"
@@ -81,6 +82,10 @@
# endif
#endif /* HAVE_PERSONALITY */
@@ -73,6 +74,10 @@
#define SPUFS_MAGIC 0x23c9b64e
#endif
+#ifndef __SIGRTMIN
+#define __SIGRTMIN SIGRTMIN