gdb-git: Fix 0004-GDB-performance.patch for upstream changes. (#3227)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From db9637318b15218eb2af520446ec44d10ac2ea8e Mon Sep 17 00:00:00 2001
|
||||
From a9bd88848c6ed7ebdd60ff25e18dba8f55b8467a Mon Sep 17 00:00:00 2001
|
||||
From: dje/asmwarrior <i.dont.know@email.address.com>
|
||||
Date: Mon, 2 Nov 2015 22:25:33 +0000
|
||||
Subject: [PATCH 4/4] GDB performance
|
||||
Subject: [PATCH] GDB performance
|
||||
|
||||
http://sourceware.org/bugzilla/show_bug.cgi?id=15412
|
||||
---
|
||||
@@ -9,10 +9,10 @@ http://sourceware.org/bugzilla/show_bug.cgi?id=15412
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gdb/typeprint.c b/gdb/typeprint.c
|
||||
index 48a809b..0271808 100644
|
||||
index 0a7590b66d..172f38ac5b 100644
|
||||
--- a/gdb/typeprint.c
|
||||
+++ b/gdb/typeprint.c
|
||||
@@ -59,7 +59,7 @@ const struct type_print_options type_print_raw_options =
|
||||
@@ -53,7 +53,7 @@ const struct type_print_options type_print_raw_options =
|
||||
|
||||
static struct type_print_options default_ptype_flags =
|
||||
{
|
||||
@@ -20,7 +20,7 @@ index 48a809b..0271808 100644
|
||||
+ 1, /* raw */
|
||||
1, /* print_methods */
|
||||
1, /* print_typedefs */
|
||||
NULL, /* local_typedefs */
|
||||
0, /* print_offsets */
|
||||
--
|
||||
2.7.1
|
||||
2.15.0
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
_realname=gdb
|
||||
_gcc_ver=$(gcc -v 2>&1 | grep "^gcc version" | head -n1 | cut -c 13- | sed -r "s/\\s.*$//")
|
||||
pkgbase=mingw-w64-${_realname}-git
|
||||
pkgver=r91614.ea992a4681
|
||||
pkgver=r92902.21dfcf3e2b
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}=${pkgver}")
|
||||
@@ -39,7 +39,7 @@ sha256sums=('SKIP'
|
||||
'9f02f6740fc5a8e0900e2ec0196bb5851f5a5f06a4da162434646dff7fef4e54'
|
||||
'c92183a52f53d82cb5ffddf2a18f5bddd350ccc0db01eff1e5918d98467ee8e3'
|
||||
'c8aab67618e05c31e3b60b59319d8fa3eeb7ca9dbf8de937a07c99533557dd5f'
|
||||
'4ddb55be45625efd1b2c82d2e344f4ebc9f17e362642489f21eb19fa9ec8d94b'
|
||||
'238e6099343854ef664bbf10a4109873d6a52a0d2f0515899db4821f1734a23e'
|
||||
'9d2aa8b97952e92973b4c306aafbf338c1cd6c1bb1f75f81bdf85751464a9750'
|
||||
'4b21429e3583866b25ca4feb6ae57daab81d8735d1eb52ab61338184f58bc2fb')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user