a76f3f3679
Release: crash-8.0.1-4 Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
18 lines
493 B
Diff
18 lines
493 B
Diff
--- a/gdb-10.2.patch
|
|
+++ b/gdb-10.2.patch
|
|
@@ -1737,3 +1737,14 @@ exit 0
|
|
struct field *nextfield;
|
|
short nfields;
|
|
struct type *typedef_type, *target_type;
|
|
+--- gdb-10.2/gnulib/import/libc-config.h.orig
|
|
++++ gdb-10.2/gnulib/import/libc-config.h
|
|
+@@ -156,7 +156,7 @@
|
|
+ #undef __warndecl
|
|
+
|
|
+ /* Include our copy of glibc <sys/cdefs.h>. */
|
|
+-#include <cdefs.h>
|
|
++#include <sys/cdefs.h>
|
|
+
|
|
+ /* <cdefs.h> __inline is too pessimistic for non-GCC. */
|
|
+ #undef __inline
|