aboutsummaryrefslogtreecommitdiff
path: root/patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-19 09:36:14 -0800
committerAlexey Neyman <stilor@att.net>2017-02-19 09:37:01 -0800
commitdd4cf6dde01c5cf1cf7fc4d9af952ef0e4a85ba2 (patch)
tree3ff691bd33a91c6e1c2c3600a43a710b36ed9554 /patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch
parent92d5c6d159a66b79dcbfe83ce460fe9939b32433 (diff)
downloadcrosstool-ng-dd4cf6dde01c5cf1cf7fc4d9af952ef0e4a85ba2.tar.gz
crosstool-ng-dd4cf6dde01c5cf1cf7fc4d9af952ef0e4a85ba2.tar.bz2
crosstool-ng-dd4cf6dde01c5cf1cf7fc4d9af952ef0e4a85ba2.zip
Upgrade GDB 7.11 -> 7.11.1
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch')
-rw-r--r--patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch b/patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch
deleted file mode 100644
index 506a57c3..00000000
--- a/patches/gdb/7.11/112-WIP-end-of-prologue-detection-hack.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 7f8eacbb468575fb67db7fd1155a3aedaa91911b Mon Sep 17 00:00:00 2001
-From: Max Filippov <jcmvbkbc@gmail.com>
-Date: Sun, 7 Jun 2015 23:15:39 +0300
-Subject: [PATCH] WIP: *end of prologue* detection hack
-
-see
- http://www.esp8266.com/viewtopic.php?p=18461#p18461
- http://www.esp8266.com/viewtopic.php?p=19026#p19026
- http://www.esp8266.com/viewtopic.php?p=19683#p19683
-
-Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
----
- 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,
- /* 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. */
-- body_pc = prologue_sal.end;
-+ body_pc = prologue_sal.end + 40;
-
- /* 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
-