summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-07-10 12:56:03 +0200
committerFabian Groffen <grobian@gentoo.org>2023-07-10 12:56:03 +0200
commit17e938be42aa60c193035e0ecedd59e327792a4d (patch)
tree226bc76fde1dda1bbf682bd8b5d521246e61892d /sys-devel
parentwww-apache/mod_xsendfile: Stabilize 1.0_beta1-r2 amd64, #910180 (diff)
downloadgentoo-17e938be42aa60c193035e0ecedd59e327792a4d.tar.gz
gentoo-17e938be42aa60c193035e0ecedd59e327792a4d.tar.bz2
gentoo-17e938be42aa60c193035e0ecedd59e327792a4d.zip
sys-devel/binutils-apple: remove unused patch
Thanks mm1ke Closes: https://github.com/gentoo/gentoo/pull/31821 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils-apple/files/binutils-apple-8.2.1-macos-12.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-devel/binutils-apple/files/binutils-apple-8.2.1-macos-12.patch b/sys-devel/binutils-apple/files/binutils-apple-8.2.1-macos-12.patch
deleted file mode 100644
index b30f91d44cb5..000000000000
--- a/sys-devel/binutils-apple/files/binutils-apple-8.2.1-macos-12.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Extracted from the patch in
-https://reviews.llvm.org/rG96d071cd0ccc53bbf94bcd6ed4b52c9006b17e15
-License is unclear.
-
-support macOS Monterey by providing definitions which formerly were
-provided
-
---- a/cctools/otool/print_objc.c
-+++ b/cctools/otool/print_objc.c
-@@ -75,6 +75,14 @@
- uint32_t protocols; /* struct objc_protocol_list * (32-bit pointer) */
- };
-
-+#ifndef CLS_GETINFO
-+# define CLS_GETINFO(cls, infomask) ((cls)->info & (infomask))
-+// class is not a metaclass
-+#define CLS_CLASS 0x1
-+// class is a metaclass
-+#define CLS_META 0x2
-+#endif
-+
- struct objc_category_t {
- uint32_t category_name; /* char * (32-bit pointer) */
- uint32_t class_name; /* char * (32-bit pointer) */