summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2021-09-10 17:08:47 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2021-09-14 11:29:36 (GMT)
commitd6eeff01a65439bdf74ac261124caec27e75d17a (patch)
tree013347639e2462d3e43636e02ccbf9f92fbcfe99 /packages
parent3b97480638286acceb2ea9877ed4a4e3204fbd18 (diff)
gdb10: Update existing patches
As easy as: ./maintainer/manage-packages.sh --update-patches --select gdb-10.2 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/gdb/10.2/0000-musl_fix.patch33
-rw-r--r--packages/gdb/10.2/0000-uclibc-no-gettimeofday-clobber.patch (renamed from packages/gdb/10.2/0001-uclibc-no-gettimeofday-clobber.patch)0
-rw-r--r--packages/gdb/10.2/0001-xtensa-make-sure-ar_base-is-initialized.patch (renamed from packages/gdb/10.2/0002-xtensa-make-sure-ar_base-is-initialized.patch)0
-rw-r--r--packages/gdb/10.2/0002-WIP-end-of-prologue-detection-hack.patch (renamed from packages/gdb/10.2/0003-WIP-end-of-prologue-detection-hack.patch)0
-rw-r--r--packages/gdb/10.2/0003-allow-android.patch (renamed from packages/gdb/10.2/0004-allow-android.patch)4
-rw-r--r--packages/gdb/10.2/0004-xtensa-Fix-compilation-of-gdbserver.patch (renamed from packages/gdb/10.2/0005-xtensa-Fix-compilation-of-gdbserver.patch)11
6 files changed, 5 insertions, 43 deletions
diff --git a/packages/gdb/10.2/0000-musl_fix.patch b/packages/gdb/10.2/0000-musl_fix.patch
deleted file mode 100644
index eaf58c0..0000000
--- a/packages/gdb/10.2/0000-musl_fix.patch
+++ /dev/null
@@ -1,33 +0,0 @@
----
- gdb/linux-nat.c | 5 +++++
- gdb/stopcode.h | 4 ++++
- 2 files changed, 9 insertions(+)
-
---- a/gdb/linux-nat.c
-+++ b/gdb/linux-nat.c
-@@ -17,6 +17,7 @@
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-+#include "stopcode.h"
- #include "defs.h"
- #include "inferior.h"
- #include "infrun.h"
-@@ -70,6 +71,10 @@
- #include "gdbsupport/gdb-sigmask.h"
- #include "debug.h"
-
-+#ifndef __SIGRTMIN
-+#define __SIGRTMIN SIGRTMIN
-+#endif
-+
- /* This comment documents high-level logic of this file.
-
- Waiting for events in sync mode
---- a/gdb/stopcode.h
-+++ b/gdb/stopcode.h
-@@ -0,0 +1,4 @@
-+#ifndef W_STOPCODE
-+#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
-+#endif
-+
diff --git a/packages/gdb/10.2/0001-uclibc-no-gettimeofday-clobber.patch b/packages/gdb/10.2/0000-uclibc-no-gettimeofday-clobber.patch
index 11cf2fb..11cf2fb 100644
--- a/packages/gdb/10.2/0001-uclibc-no-gettimeofday-clobber.patch
+++ b/packages/gdb/10.2/0000-uclibc-no-gettimeofday-clobber.patch
diff --git a/packages/gdb/10.2/0002-xtensa-make-sure-ar_base-is-initialized.patch b/packages/gdb/10.2/0001-xtensa-make-sure-ar_base-is-initialized.patch
index c0f364c..c0f364c 100644
--- a/packages/gdb/10.2/0002-xtensa-make-sure-ar_base-is-initialized.patch
+++ b/packages/gdb/10.2/0001-xtensa-make-sure-ar_base-is-initialized.patch
diff --git a/packages/gdb/10.2/0003-WIP-end-of-prologue-detection-hack.patch b/packages/gdb/10.2/0002-WIP-end-of-prologue-detection-hack.patch
index 9622ae9..9622ae9 100644
--- a/packages/gdb/10.2/0003-WIP-end-of-prologue-detection-hack.patch
+++ b/packages/gdb/10.2/0002-WIP-end-of-prologue-detection-hack.patch
diff --git a/packages/gdb/10.2/0004-allow-android.patch b/packages/gdb/10.2/0003-allow-android.patch
index 68fdc08..1d662fa 100644
--- a/packages/gdb/10.2/0004-allow-android.patch
+++ b/packages/gdb/10.2/0003-allow-android.patch
@@ -1,6 +1,6 @@
---
- gdb/gdbserver/configure | 11 -----------
- gdb/gdbserver/configure.ac | 11 -----------
+ gdbserver/configure | 11 -----------
+ gdbserver/configure.ac | 11 -----------
2 files changed, 22 deletions(-)
--- a/gdbserver/configure
diff --git a/packages/gdb/10.2/0005-xtensa-Fix-compilation-of-gdbserver.patch b/packages/gdb/10.2/0004-xtensa-Fix-compilation-of-gdbserver.patch
index 9dee7a1..7ccfa68 100644
--- a/packages/gdb/10.2/0005-xtensa-Fix-compilation-of-gdbserver.patch
+++ b/packages/gdb/10.2/0004-xtensa-Fix-compilation-of-gdbserver.patch
@@ -15,21 +15,16 @@ Initially caught by https://github.com/crosstool-ng/crosstool-ng/pull/1573/check
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
- gdb/xtensa-linux-nat.c | 1 +
+ gdb/xtensa-linux-nat.c | 1 +
1 file changed, 1 insertion(+)
-diff --git a/gdb/xtensa-linux-nat.c b/gdb/xtensa-linux-nat.c
-index b2b3db182bc..03f3ba7b50a 100644
--- a/gdb/xtensa-linux-nat.c
+++ b/gdb/xtensa-linux-nat.c
@@ -34,6 +34,7 @@
#include "nat/gdb_ptrace.h"
#include <asm/ptrace.h>
-
+
+#include "gdbarch.h"
#include "gregset.h"
#include "xtensa-tdep.h"
-
---
-2.16.2
-
+