From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/files/
Date: Fri, 6 Dec 2024 23:12:04 +0000 (UTC) [thread overview]
Message-ID: <1733526691.1c50d13aff87891252b0933f47ef9c2a074b338e.conikost@gentoo> (raw)
commit: 1c50d13aff87891252b0933f47ef9c2a074b338e
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Dec 3 19:31:38 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 23:11:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c50d13a
sys-libs/libunwind: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../files/libunwind-1.7.2-backport-pr521.patch | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/sys-libs/libunwind/files/libunwind-1.7.2-backport-pr521.patch b/sys-libs/libunwind/files/libunwind-1.7.2-backport-pr521.patch
deleted file mode 100644
index addfc0a60a03..000000000000
--- a/sys-libs/libunwind/files/libunwind-1.7.2-backport-pr521.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-https://bugs.gentoo.org/913817
-https://github.com/libunwind/libunwind/issues/520
-https://github.com/libunwind/libunwind/pull/521
-
-From aaf9909c91f1fa875907df8d437bff689e00172e Mon Sep 17 00:00:00 2001
-From: Stephen Webb <swebb@blackberry.com>
-Date: Fri, 26 May 2023 16:22:08 -0400
-Subject: [PATCH] Fix FTBFS on Linux ppc32
-
-Looks like the Linux ucontext structure has changed for PPC at some
-point. This probably needs some kind of version check, or else ancient
-kernels will need to stick with 1.6 or earlier.
----
- src/ppc32/ucontext_i.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/ppc32/ucontext_i.h b/src/ppc32/ucontext_i.h
-index 64f8ed878..ee93c6979 100644
---- a/src/ppc32/ucontext_i.h
-+++ b/src/ppc32/ucontext_i.h
-@@ -44,8 +44,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
- //#define MQ_IDX 36
- #define LINK_IDX 36
-
--#define _UC_MCONTEXT_GPR(x) ( (void *)&dmy_ctxt.uc_mcontext.gregs[x] - (void *)&dmy_ctxt) )
--#define _UC_MCONTEXT_FPR(x) ( ((void *)&dmy_ctxt.uc_mcontext.fpregs[x] - (void *)&dmy_ctxt) )
-+#define _UC_MCONTEXT_GPR(x) ( ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[x] - (void *)&dmy_ctxt) )
-+#define _UC_MCONTEXT_FPR(x) ( ((void *)&dmy_ctxt.uc_mcontext.uc_regs->fpregs.fpregs[x] - (void *)&dmy_ctxt) )
-
- /* These are dummy structures used only for obtaining the offsets of the
- various structure members. */
next reply other threads:[~2024-12-06 23:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 23:12 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-20 21:22 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/files/ Conrad Kostecki
2021-11-27 16:46 Sam James
2020-07-06 18:40 Sergei Trofimovich
2019-12-12 20:52 Aaron Bauman
2017-01-15 7:27 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1733526691.1c50d13aff87891252b0933f47ef9c2a074b338e.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox