From 498bf2976a713b4be88bb72ad1adb859de0bc9d6 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Tue, 21 Jan 2020 17:05:03 +0000 Subject: [PATCH] gdb: patches: fix xtensa gdb build for gdb 8.3.1 xtensa.h is missing stdint.h Signed-off-by: Liam Girdwood --- packages/gdb/8.3.1/0005-xtensa-uint32.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/gdb/8.3.1/0005-xtensa-uint32.patch diff --git a/packages/gdb/8.3.1/0005-xtensa-uint32.patch b/packages/gdb/8.3.1/0005-xtensa-uint32.patch new file mode 100644 index 000000000..e5578747f --- /dev/null +++ b/packages/gdb/8.3.1/0005-xtensa-uint32.patch @@ -0,0 +1,13 @@ +Index: gdb/gdb/arch/xtensa.h +=================================================================== +--- gdb.orig/gdb/arch/xtensa.h ++++ gdb/gdb/arch/xtensa.h +@@ -20,6 +20,8 @@ + #ifndef ARCH_XTENSA_H + #define ARCH_XTENSA_H + ++#include ++ + /* Xtensa ELF core file register set representation ('.reg' section). + Copied from target-side ELF header . */ +