From b8ae02c5ff75edb638ab67e487227973bc34fb2f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Mar 2015 18:11:49 +0100 Subject: add support for gdbserver on AVR32 devices Happily I got the old gdb tarball from buildroot source repository. (thx Yann) Mirror the package and make it compile for native gdbserver. Patches need to be shuffled to version directories. --- .../gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h (limited to 'package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h') diff --git a/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h new file mode 100644 index 000000000..1f8e5b9b4 --- /dev/null +++ b/package/gdbserver/patches/7.8.2/patch-gdb_common_linux-ptrace_h @@ -0,0 +1,11 @@ +--- gdb-7.8.orig/gdb/common/linux-ptrace.h 2014-07-29 14:37:42.000000000 +0200 ++++ gdb-7.8/gdb/common/linux-ptrace.h 2014-10-04 08:25:08.000000000 +0200 +@@ -23,7 +23,7 @@ struct buffer; + #include + + #ifdef __UCLIBC__ +-#if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__)) ++#if !defined(__UCLIBC_HAS_MMU__) + /* PTRACE_TEXT_ADDR and friends. */ + #include + #define HAS_NOMMU -- cgit v1.2.3