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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user