summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2014-04-28 14:15:50 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-30 16:39:08 +0100
commit707d1475503a35242af2c4ac3c59e9a423bd80ac (patch)
tree5610c41f4a0d53761e2a41b06819e4abc15c511d /meta/recipes-devtools/gdb/gdb
parent0b362a4fc160655ebbc8716ff1a4f9cefc564604 (diff)
downloadast2050-yocto-poky-707d1475503a35242af2c4ac3c59e9a423bd80ac.zip
ast2050-yocto-poky-707d1475503a35242af2c4ac3c59e9a423bd80ac.tar.gz
gdb: upgrade to 7.7
Removed the following patch(es): * gdb-fix-cygwin-check-in-configure-script.patch (changes included in release) (From OE-Core rev: 916489246b0840463957b85bdd1b2c3fccbfda89) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch b/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
deleted file mode 100644
index 4e4647b..0000000
--- a/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Avoid false positives if the search pattern "lose" is found in path
-descriptions in comments generated by the preprocessor.
-
-See <https://sourceware.org/bugzilla/show_bug.cgi?id=16152>.
----
- gdb/configure | 2 +-
- gdb/configure.ac | 2 +-
- 3 files changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/gdb/configure b/gdb/configure
-index 5514b2f..b38e183 100755
---- a/gdb/configure
-+++ b/gdb/configure
-@@ -12446,7 +12446,7 @@ lose
- #endif
- _ACEOF
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- $EGREP "lose" >/dev/null 2>&1; then :
-+ $EGREP "^lose$" >/dev/null 2>&1; then :
- gdb_cv_os_cygwin=yes
- else
- gdb_cv_os_cygwin=no
-diff --git a/gdb/configure.ac b/gdb/configure.ac
-index 9b73887..2947293 100644
---- a/gdb/configure.ac
-+++ b/gdb/configure.ac
-@@ -1877,7 +1877,7 @@ AC_SUBST(WERROR_CFLAGS)
-
- # In the Cygwin environment, we need some additional flags.
- AC_CACHE_CHECK([for cygwin], gdb_cv_os_cygwin,
--[AC_EGREP_CPP(lose, [
-+[AC_EGREP_CPP(^lose$, [
- #if defined (__CYGWIN__) || defined (__CYGWIN32__)
- lose
- #endif],[gdb_cv_os_cygwin=yes],[gdb_cv_os_cygwin=no])])
---
-1.8.4
-
OpenPOWER on IntegriCloud