[gcc-7] 188/354: * Re-add unwind support on kfreebsd-amd64 (James Clarke).
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:51 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 fb5ffd5fddcf6fe6ed90137c071753c83c2675fc
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Mon May 15 23:24:54 2017 +0000
* Re-add unwind support on kfreebsd-amd64 (James Clarke).
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9476 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 6 ++++++
debian/patches/kfreebsd-unwind.diff | 8 ++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 61a530b..9c6f7ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.1.0-6) UNRELEASED; urgency=medium
+
+ * Re-add unwind support on kfreebsd-amd64 (James Clarke).
+
+ -- Matthias Klose <doko at debian.org> Mon, 15 May 2017 16:22:37 -0700
+
gcc-7 (7.1.0-5) experimental; urgency=medium
* Update to SVN 20170514 (r248033) from the gcc-7-branch.
diff --git a/debian/patches/kfreebsd-unwind.diff b/debian/patches/kfreebsd-unwind.diff
index a12292d..261fe00 100644
--- a/debian/patches/kfreebsd-unwind.diff
+++ b/debian/patches/kfreebsd-unwind.diff
@@ -19,6 +19,14 @@ Index: b/src/libgcc/config.host
extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
tm_file="${tm_file} i386/elf-lib.h"
+@@ -635,6 +641,7 @@ x86_64-*-kfreebsd*-gnu)
+ extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
+ tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
+ tm_file="${tm_file} i386/elf-lib.h"
++ md_unwind_header=i386/freebsd-unwind.h
+ ;;
+ i[34567]86-pc-msdosdjgpp*)
+ ;;
Index: b/src/libgcc/config/i386/freebsd-unwind.h
===================================================================
--- a/src/libgcc/config/i386/freebsd-unwind.h
--
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