Skip to content

Commit

Permalink
gdb: patches: fix xtensa gdb build for gdb 8.3.1
Browse files Browse the repository at this point in the history
xtensa.h is missing stdint.h

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
  • Loading branch information
lrgirdwo committed Feb 13, 2021
1 parent 2e79a2d commit 498bf29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/gdb/8.3.1/0005-xtensa-uint32.patch
Original file line number Diff line number Diff line change
@@ -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 <stdint.h>
+
/* Xtensa ELF core file register set representation ('.reg' section).
Copied from target-side ELF header <xtensa/elf.h>. */

0 comments on commit 498bf29

Please sign in to comment.