From c557666bed183a30ccf9b047d1a15b710d1c7ab9 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 30 Jan 2014 14:29:30 +0100 Subject: [PATCH] gdb: Updated (7.5 -> 7.6.2) --- develop/gdb/gdb.desc | 6 +++--- develop/gdb/legacy_sus.patch | 21 ++++++++++----------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/develop/gdb/gdb.desc b/develop/gdb/gdb.desc index a31bd2f0d..3a6462af8 100644 --- a/develop/gdb/gdb.desc +++ b/develop/gdb/gdb.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../gdb/gdb.desc -[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2014 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -31,8 +31,8 @@ [L] GPL [S] Stable -[V] 7.5 +[V] 7.6.2 [P] X -?-3-----9 500.500 -[D] 2896887115 gdb-7.5.tar.bz2 ftp://sources.redhat.com/pub/gdb/releases/ +[D] 1640549052 gdb-7.6.2.tar.bz2 ftp://sources.redhat.com/pub/gdb/releases/ diff --git a/develop/gdb/legacy_sus.patch b/develop/gdb/legacy_sus.patch index e0d70f119..2f73535cf 100644 --- a/develop/gdb/legacy_sus.patch +++ b/develop/gdb/legacy_sus.patch @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gdb/legacy_sus.patch -# Copyright (C) 2010 - 2012 The OpenSDE Project +# Copyright (C) 2010 - 2014 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -17,19 +17,18 @@ usleep() was deprecated by SUSv3 and newer LIBCs are starting to enforce that deprecation. -diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c -index 44a2a21..4e70f80 100644 ---- a/gdb/linux-nat.c -+++ b/gdb/linux-nat.c -@@ -66,6 +66,7 @@ - #include "exceptions.h" - #include "linux-ptrace.h" +--- a/gdb/linux-nat.c 2013-12-08 05:33:13.000000000 +0100 ++++ b/gdb/linux-nat.c 2014-01-30 14:22:29.774178121 +0100 +@@ -68,6 +68,8 @@ #include "buffer.h" -+#include /* for nanosleep */ + #include "target-descriptions.h" ++#include /* for nanosleep */ ++ #ifndef SPUFS_MAGIC #define SPUFS_MAGIC 0x23c9b64e -@@ -625,6 +626,7 @@ + #endif +@@ -633,6 +635,7 @@ sigset_t prev_mask; int has_vforked; int parent_pid, child_pid; @@ -37,7 +36,7 @@ index 44a2a21..4e70f80 100644 block_child_signals (&prev_mask); -@@ -841,7 +843,9 @@ +@@ -842,7 +845,9 @@ "LCFF: no VFORK_DONE " "support, sleeping a bit\n");