summaryrefslogtreecommitdiff
path: root/packages/gdb/7.11.1
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-12-02 20:44:39 (GMT)
committerAlexey Neyman <stilor@att.net>2017-12-02 20:44:39 (GMT)
commit98bc4decdeab1361bdc585c86591718fb08c8ffb (patch)
tree4e048ed57988306696efa3c5b81a80d48030e913 /packages/gdb/7.11.1
parent2a1935f3ad41d360dd3d96a1b0486083293651dd (diff)
Run all patches through renumbering and update
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gdb/7.11.1')
-rw-r--r--packages/gdb/7.11.1/0000-musl_fix.patch (renamed from packages/gdb/7.11.1/100-musl_fix.patch)7
-rw-r--r--packages/gdb/7.11.1/0001-uclibc-no-gettimeofday-clobber.patch (renamed from packages/gdb/7.11.1/101-uclibc-no-gettimeofday-clobber.patch)8
-rw-r--r--packages/gdb/7.11.1/0002-xtensa-make-sure-ar_base-is-initialized.patch (renamed from packages/gdb/7.11.1/111-xtensa-make-sure-ar_base-is-initialized.patch)9
-rw-r--r--packages/gdb/7.11.1/0003-WIP-end-of-prologue-detection-hack.patch (renamed from packages/gdb/7.11.1/112-WIP-end-of-prologue-detection-hack.patch)9
4 files changed, 16 insertions, 17 deletions
diff --git a/packages/gdb/7.11.1/100-musl_fix.patch b/packages/gdb/7.11.1/0000-musl_fix.patch
index c0c1e0a..6829780 100644
--- a/packages/gdb/7.11.1/100-musl_fix.patch
+++ b/packages/gdb/7.11.1/0000-musl_fix.patch
@@ -1,3 +1,8 @@
+---
+ 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 @@
@@ -8,7 +13,7 @@
#include "defs.h"
#include "inferior.h"
#include "infrun.h"
-@@ -73,6 +74,10 @@
+@@ -71,6 +72,10 @@
#define SPUFS_MAGIC 0x23c9b64e
#endif
diff --git a/packages/gdb/7.11.1/101-uclibc-no-gettimeofday-clobber.patch b/packages/gdb/7.11.1/0001-uclibc-no-gettimeofday-clobber.patch
index ff59907..e191e5c 100644
--- a/packages/gdb/7.11.1/101-uclibc-no-gettimeofday-clobber.patch
+++ b/packages/gdb/7.11.1/0001-uclibc-no-gettimeofday-clobber.patch
@@ -5,8 +5,12 @@ gdb-native step otherwise fails when linking the libinproctrace.so
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
---- a/gdb/gnulib/configure 2016-02-25 18:17:04.145903807 +0100
-+++ b/gdb/gnulib/configure 2016-02-25 18:17:28.545903821 +0100
+---
+ gdb/gnulib/configure | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- a/gdb/gnulib/configure
++++ b/gdb/gnulib/configure
@@ -13520,8 +13520,9 @@
if test "$cross_compiling" = yes; then :
# When cross-compiling:
diff --git a/packages/gdb/7.11.1/111-xtensa-make-sure-ar_base-is-initialized.patch b/packages/gdb/7.11.1/0002-xtensa-make-sure-ar_base-is-initialized.patch
index 982bd7f..653f0e2 100644
--- a/packages/gdb/7.11.1/111-xtensa-make-sure-ar_base-is-initialized.patch
+++ b/packages/gdb/7.11.1/0002-xtensa-make-sure-ar_base-is-initialized.patch
@@ -13,14 +13,12 @@ gdb/
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
- gdb/xtensa-tdep.c | 3 +++
+ gdb/xtensa-tdep.c | 3 +++
1 file changed, 3 insertions(+)
-diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c
-index 55e7d98..41f5ec1 100644
--- a/gdb/xtensa-tdep.c
+++ b/gdb/xtensa-tdep.c
-@@ -3175,6 +3175,9 @@ xtensa_derive_tdep (struct gdbarch_tdep *tdep)
+@@ -3175,6 +3175,9 @@
tdep->num_regs = n;
}
@@ -30,6 +28,3 @@ index 55e7d98..41f5ec1 100644
/* Number of pseudo registers. */
tdep->num_pseudo_regs = n - tdep->num_regs;
---
-1.8.1.4
-
diff --git a/packages/gdb/7.11.1/112-WIP-end-of-prologue-detection-hack.patch b/packages/gdb/7.11.1/0003-WIP-end-of-prologue-detection-hack.patch
index 506a57c..f47b494 100644
--- a/packages/gdb/7.11.1/112-WIP-end-of-prologue-detection-hack.patch
+++ b/packages/gdb/7.11.1/0003-WIP-end-of-prologue-detection-hack.patch
@@ -10,14 +10,12 @@ see
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
- gdb/xtensa-tdep.c | 2 +-
+ gdb/xtensa-tdep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c
-index 41f5ec1..6a7dba7 100644
--- a/gdb/xtensa-tdep.c
+++ b/gdb/xtensa-tdep.c
-@@ -2410,7 +2410,7 @@ call0_analyze_prologue (struct gdbarch *gdbarch,
+@@ -2410,7 +2410,7 @@
/* Find out, if we have an information about the prologue from DWARF. */
prologue_sal = find_pc_line (start, 0);
if (prologue_sal.line != 0) /* Found debug info. */
@@ -26,6 +24,3 @@ index 41f5ec1..6a7dba7 100644
/* If we are going to analyze the prologue in general without knowing about
the current PC, make the best assumtion for the end of the prologue. */
---
-1.8.1.4
-