aboutsummaryrefslogtreecommitdiff
path: root/11.4.0
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-06 10:52:41 +0000
committerSam James <sam@gentoo.org>2023-12-06 10:52:41 +0000
commit185baffd2265d79d52d9c42050ecdf9239195923 (patch)
treefe597926e2e993b574ff480513aa6d1b43f73770 /11.4.0
parent14.0.0: drop 75_all_PR112572-missing-notes-update.patch (diff)
downloadgcc-patches-185baffd2265d79d52d9c42050ecdf9239195923.tar.gz
gcc-patches-185baffd2265d79d52d9c42050ecdf9239195923.tar.bz2
gcc-patches-185baffd2265d79d52d9c42050ecdf9239195923.zip
11.4.0: drop now obsolete 77_all_all_PR112823_13_libiberty-warning.patch
Merged upstream. Bug: https://gcc.gnu.org/PR112823 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '11.4.0')
-rw-r--r--11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch36
-rw-r--r--11.4.0/gentoo/README.history4
2 files changed, 4 insertions, 36 deletions
diff --git a/11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch b/11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch
deleted file mode 100644
index 26d38af..0000000
--- a/11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-https://gcc.gnu.org/PR112823
-https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=38757aa88735ab
-
-From 38757aa88735ab2e511bc428e2407a5a5e9fa0be Mon Sep 17 00:00:00 2001
-From: Iain Sandoe <iain@sandoe.co.uk>
-Date: Mon, 23 Aug 2021 17:34:43 +0100
-Subject: [PATCH] libiberty, Darwin: Fix a build warning.
-
-r12-3005-g220c410162ebece4f missed a cast for the set_32 call.
-Fixed thus.
-
-Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
-
-libiberty/ChangeLog:
-
- * simple-object-mach-o.c (simple_object_mach_o_write_segment):
- Cast the first argument to set_32 as needed.
----
- libiberty/simple-object-mach-o.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libiberty/simple-object-mach-o.c b/libiberty/simple-object-mach-o.c
-index 72b69d19c21..a8869e7c639 100644
---- a/libiberty/simple-object-mach-o.c
-+++ b/libiberty/simple-object-mach-o.c
-@@ -1228,7 +1228,7 @@ simple_object_mach_o_write_segment (simple_object_write *sobj, int descriptor,
- /* Swap the indices, if required. */
-
- for (i = 0; i < (nsects_in * 4); ++i)
-- set_32 (&index[i], index[i]);
-+ set_32 ((unsigned char *) &index[i], index[i]);
-
- sechdr_offset += sechdrsize;
-
---
-2.39.3
diff --git a/11.4.0/gentoo/README.history b/11.4.0/gentoo/README.history
index 436fcb5..c16ac1e 100644
--- a/11.4.0/gentoo/README.history
+++ b/11.4.0/gentoo/README.history
@@ -1,3 +1,7 @@
+12 ?? ??? 2023
+
+ - 77_all_all_PR112823_13_libiberty-warning.patch
+
11 2 Dec 2023
+ 77_all_all_PR112823_13_libiberty-warning.patch