[Buildroot] [PATCH v2 0/2] gdb fixes for xtensa

Max Filippov jcmvbkbc at gmail.com
Thu May 15 15:37:18 UTC 2014


Hi,

this series replaces existing gdb-7.4.1 patches for xtensa with their
backported versions from binutils-gdb and adds same patches for gdb-7.5.1.

Changes v1 -> v2:
- add #include <stdint.h> to fix build error due to missing uint32_t
  definition.

Max Filippov (2):
  gdb: replace xtensa patches with proper backports from binutils-gdb
  gdb: add xtensa fixes for 7.5.1

 .../gdb-100-xtensa-fix-linux-ptrace-includes.patch | 60 ++++++++++++++++++++++
 .../7.4.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch | 42 +++++++++++++++
 package/gdb/7.4.1/xtensa-asm-ptrace-h.patch        | 22 --------
 package/gdb/7.4.1/xtensa-gdb-regsize.patch         | 19 -------
 .../gdb-100-xtensa-fix-linux-ptrace-includes.patch | 60 ++++++++++++++++++++++
 .../7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch | 42 +++++++++++++++
 6 files changed, 204 insertions(+), 41 deletions(-)
 create mode 100644 package/gdb/7.4.1/gdb-100-xtensa-fix-linux-ptrace-includes.patch
 create mode 100644 package/gdb/7.4.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch
 delete mode 100644 package/gdb/7.4.1/xtensa-asm-ptrace-h.patch
 delete mode 100644 package/gdb/7.4.1/xtensa-gdb-regsize.patch
 create mode 100644 package/gdb/7.5.1/gdb-100-xtensa-fix-linux-ptrace-includes.patch
 create mode 100644 package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch

-- 
1.8.1.4



More information about the buildroot mailing list