[Pkg-gdb-logs] [gdb] 01/01: d/p/load-versioned-libcc1.patch: new patch

Hector Oron zumbi at moszumanska.debian.org
Mon Mar 23 08:47:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch master
in repository gdb.

commit 5f249f7a9b9651ca142ba4c9e43d266aed1d69f3
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Mon Mar 23 09:46:55 2015 +0100

    d/p/load-versioned-libcc1.patch: new patch
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/changelog                           |  7 +++++++
 debian/patches/load-versioned-libcc1.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 34 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7c5aac3..3bf5cca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gdb (7.9-2) UNRELEASED; urgency=medium
+
+  * d/p/load-versioned-libcc1.patch:
+    - load libcc1.so.0 instead unversioned file.
+
+ -- Hector Oron <zumbi at debian.org>  Mon, 23 Mar 2015 09:41:28 +0100
+
 gdb (7.9-1) experimental; urgency=medium
 
   * Imported Upstream version 7.9
diff --git a/debian/patches/load-versioned-libcc1.patch b/debian/patches/load-versioned-libcc1.patch
new file mode 100644
index 0000000..d7e3cc2
--- /dev/null
+++ b/debian/patches/load-versioned-libcc1.patch
@@ -0,0 +1,26 @@
+ gdb (7.9-2) UNRELEASED; urgency=medium
+ .
+   * d/p/load-versioned-libcc1.patch:
+     - load libcc1.so.0 instead unversioned file.
+Author: Hector Oron <zumbi at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: Debian
+Forwarded: not-needed
+Last-Update: <2015-03-23>
+
+--- gdb-7.9.orig/include/gcc-c-interface.h
++++ gdb-7.9/include/gcc-c-interface.h
+@@ -197,7 +197,7 @@ struct gcc_c_context
+ /* The name of the .so that the compiler builds.  We dlopen this
+    later.  */
+ 
+-#define GCC_C_FE_LIBCC libcc1.so
++#define GCC_C_FE_LIBCC libcc1.so.0
+ 
+ /* The compiler exports a single initialization function.  This macro
+    holds its name as a symbol.  */
diff --git a/debian/patches/series b/debian/patches/series
index 498c97d..9fa5b29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ solve_PATH_MAX_issue.patch
 gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
 python-config.patch
 gdb-glibc-vdso-workaround.patch
+load-versioned-libcc1.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git



More information about the Pkg-gdb-logs mailing list