summaryrefslogtreecommitdiffstats
path: root/package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-01 20:03:08 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-10 16:24:40 +0200
commit02d85f65768e8cbc6f6e9215b30ef6b3d3b26bff (patch)
treec93d0cce6a55ac830b11aa1b52e97043b933f30b /package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch
parent9026ac79f8206bbecd2dbd0638c66addf213725a (diff)
downloadbuildroot-02d85f65768e8cbc6f6e9215b30ef6b3d3b26bff.tar.gz
buildroot-02d85f65768e8cbc6f6e9215b30ef6b3d3b26bff.zip
gdb: remove versions 7.4 and 7.5
We already default to 7.6 for all architectures (except AVR32, ARC and Microblaze that have their specific versions), and we have added 7.7 recently. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch')
-rw-r--r--package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch b/package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch
deleted file mode 100644
index b5f5bdf76f..0000000000
--- a/package/gdb/7.5.1/gdb-101-xtensa-fix-on-64-bit-hosts.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 54bff650843cacd3c17a0afdb0fe32e15e1b65b0 Mon Sep 17 00:00:00 2001
-From: Baruch Siach <baruch@tkos.co.il>
-Date: Wed, 22 Jan 2014 15:02:29 +0200
-Subject: [PATCH] gdb: xtensa: fix on 64-bit hosts
-
-On 64-bit hosts unsigned long is 64 bit. Use uint32_t instead.
-
-gdb/
-2014-01-22 Baruch Siach <baruch@tkos.co.il>
-
- * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
----
-Backported from: 54bff650843cacd3c17a0afdb0fe32e15e1b65b0
-Changes to Changelog files are dropped and #include <stdint.h> is added.
-
- gdb/xtensa-tdep.h | 3 +-
- 1 file changed, 2 insertion(+), 1 deletion(-)
-
-diff --git a/gdb/xtensa-tdep.h b/gdb/xtensa-tdep.h
-index 968b9d2..d7ba562 100644
---- a/gdb/xtensa-tdep.h
-+++ b/gdb/xtensa-tdep.h
-@@ -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 <stdint.h>
-
- /* XTENSA_TDEP_VERSION can/should be changed along with XTENSA_CONFIG_VERSION
- whenever the "tdep" structure changes in an incompatible way. */
-@@ -84,7 +84,7 @@ typedef enum
- /* Xtensa ELF core file register set representation ('.reg' section).
- Copied from target-side ELF header <xtensa/elf.h>. */
-
--typedef unsigned long xtensa_elf_greg_t;
-+typedef uint32_t xtensa_elf_greg_t;
-
- typedef struct
- {
---
-1.8.1.4
-
OpenPOWER on IntegriCloud