[gcc-7] 301/354: * Fix PR go/82284, taken from the trunk. Closes: #876353.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:51:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit 696b1f9382db8282f924beffd18de006c3504908
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Fri Sep 22 06:52:58 2017 +0000
* Fix PR go/82284, taken from the trunk. Closes: #876353.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9710 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/patches/pr77631.diff | 8 ++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a249fcd..56caf40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.2.0-7) UNRELEASED; urgency=medium
+
+ * Fix PR go/82284, taken from the trunk. Closes: #876353.
+
+ -- Matthias Klose <doko at debian.org> Fri, 22 Sep 2017 08:51:22 +0200
+
gcc-7 (7.2.0-6) unstable; urgency=medium
* Update to SVN 20170920 (r253002) from the gcc-7-branch.
diff --git a/debian/patches/pr77631.diff b/debian/patches/pr77631.diff
index 3a34c23..0b02948 100644
--- a/debian/patches/pr77631.diff
+++ b/debian/patches/pr77631.diff
@@ -805,6 +805,14 @@ Index: b/src/libbacktrace/elf.c
if (!ret)
return 0;
+@@ -941,6 +1490,7 @@ backtrace_initialize (struct backtrace_s
+ pd.fileline_fn = &elf_fileline_fn;
+ pd.found_sym = &found_sym;
+ pd.found_dwarf = &found_dwarf;
++ pd.exe_filename = filename;
+ pd.exe_descriptor = ret < 0 ? descriptor : -1;
+
+ dl_iterate_phdr (phdr_callback, (void *) &pd);
Index: b/src/libbacktrace/fileline.c
===================================================================
--- a/src/libbacktrace/fileline.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list