Skip to content

Commit 4f66837

Browse files
committed
Update GCC 10 to 10.5.0
1 parent 4aaaeff commit 4f66837

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

steps/SHA256SUMS.pkgs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ c5807850a377e4bb9aa4121d9781d145bdd80327626a9419630a75ce2c8d9c71 automake-1.9.6
2424
7db49c9b024821d82d15afc0db2b1af8d89700101495a9cbadf471813ba5fa55 bc-1.07.1_0.tar.bz2
2525
5d777f774df7fb0153aa73b501c7fe1a57f152a3aa2c86e83a04e68b5df4f696 binutils-2.30_0.tar.bz2
2626
43bed356bf52b3d52ef62b63adbeb3bbd1e763e93d0ffd3edb5c75354842f171 binutils-2.41_0.tar.bz2
27-
8107e22996cc9112f1b50848570afdd44283521a296a1dc6d54d35823fd1ecc4 binutils-2.41_1.tar.bz2
27+
7808e5290bf530cd7068e91642def059bc3341b628630d1fb2600590477187db binutils-2.41_1.tar.bz2
2828
fa047f6dd4595be1bf8a9cc6ff492357f02fefa3bf1ad965c8c50c8e79a52478 bison-2.3_0.tar.bz2
2929
81554c867db75101422797d227dd76c8a12c87246393126542ff92a0b97db6c1 bison-3.4.1_0.tar.bz2
3030
f7437edc081071cc3ecd3384abf4c63f33183858b8cae6b4ac3105c66f88b3b6 bison-3.4.1_1.tar.bz2
@@ -51,7 +51,7 @@ eec07e0d710ed3dd8d0ba6a1ec6ca9f1fa3a611bbb225195435679175317bf90 findutils-4.2.
5151
c925739472260498342ba6dc3263da937abf5237e7e9102622bf5657ec98094a gawk-3.0.4_0.tar.bz2
5252
97e255a5852cb5fbd16e632249787f80e6bfd75cc5b31f8dfc8c81660a0801e1 gawk-5.3.0_0.tar.bz2
5353
ab8b5b92de4780b085d8bc7e98ee72ad5ba9c07b26690c579c559b5cc21817eb gc-8.0.4_0.tar.bz2
54-
6308c8d1568905cf58b3cd7b64e15a14656405f9676ec47ce3e9eecce3c857bc gcc-10.4.0_0.tar.bz2
54+
5917ef350e9ca3d854bde04e8570df413bd8c2f824e01caf7dc97452483c5103 gcc-10.5.0_0.tar.bz2
5555
073c34853a2a7d221028d77029105d91a81fc82c2000bc171880270ad69fb4ea gcc-13.3.0_0.tar.bz2
5656
64052d4b2ad1ac405455767b3ac09b77c31d90c38b1d69bfc0922902bd943a2d gcc-4.0.4_0.tar.bz2
5757
da88bb5900f33c1caca9180784e47367e64ec9f258182a147d84168540de1450 gcc-4.0.4_1.tar.bz2
@@ -61,7 +61,7 @@ cbbc193d4bef0b9ac9e4ba0111009297da66bc65de12c9f07b14d3f0d3be9688 gcc-4.7.4_0.ta
6161
e89c5a38c49f2beb959e51732ff29bcf3652945e4f1c2bf70d39310c22b0c58f gperf-3.1_0.tar.bz2
6262
c1989fc2855dbb0350c4e5b677028306614a9f4b5cb6c01fd459c5e1abf592b9 grep-2.4_0.tar.bz2
6363
bfeb5cad6720cd6ff629095f562fc7b60e2b352d248c4f8bdc9de3db1ed09b17 grep-3.7_0.tar.bz2
64-
7fae0496943df52f3e6a78692c4aee432d15c77d46626d58fbd7c0ae847e4934 grub-2.06_0.tar.bz2
64+
3f08414ffc65cebc8a635b0339f95c7ea0259d33cb53676293c3b28b0453f8c1 grub-2.06_0.tar.bz2
6565
fc97b59e6b3a99ef457890a00ddee4a9ad44316e41cb746cf6cac1d193e480b7 guile-3.0.9_0.tar.bz2
6666
4b784b57ed27e22750cf79492bb65bf68bd8211d942eeb74490981effa41196b gzip-1.13_0.tar.bz2
6767
d0cb00116d742d4216af4a7ed47f20408640229909a497c184aed3d4fcd4f30a heirloom-devtools-070527_0.tar.bz2

steps/gcc-10.4.0/sources

Lines changed: 0 additions & 1 deletion
This file was deleted.

steps/gcc-10.4.0/pass1.sh renamed to steps/gcc-10.5.0/pass1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ src_prepare() {
151151
# Remove docs/translation
152152
find . -name "*.gmo" -delete
153153
find . -name "*.info" -delete
154-
find . -name '*.[1-9]' -delete
154+
find . -type f -name '*.[1-9]' -delete
155155
rm libiberty/functions.texi
156156
# Sphinx-generated
157157
rm gcc/jit/docs/conf.py

steps/gcc-10.4.0/patches/fix-autoreconf.patch renamed to steps/gcc-10.5.0/patches/fix-autoreconf.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ the applicable combination of 'aclocal', 'autoconf', 'autoheader'.
1515

1616
See also 'AC_CONFIG_MACRO_DIRS'/'AC_CONFIG_MACRO_DIR' usage elsewhere.
1717

18-
--- gcc-10.4.0/gcc/configure.ac 2023-01-22 16:22:57.833166450 +1100
19-
+++ gcc-10.4.0/gcc/configure.ac 2023-01-22 16:23:08.971274603 +1100
18+
--- gcc-10.5.0/gcc/configure.ac 2023-01-22 16:22:57.833166450 +1100
19+
+++ gcc-10.5.0/gcc/configure.ac 2023-01-22 16:23:08.971274603 +1100
2020
@@ -25,6 +25,7 @@
2121

2222
AC_INIT
@@ -25,8 +25,8 @@ See also 'AC_CONFIG_MACRO_DIRS'/'AC_CONFIG_MACRO_DIR' usage elsewhere.
2525
AC_CONFIG_HEADER(auto-host.h:config.in)
2626

2727
gcc_version=`cat $srcdir/BASE-VER`
28-
--- gcc-10.4.0/libobjc/configure.ac 2023-01-22 16:23:42.648601085 +1100
29-
+++ gcc-10.4.0/libobjc/configure.ac 2023-01-22 16:23:28.937468262 +1100
28+
--- gcc-10.5.0/libobjc/configure.ac 2023-01-22 16:23:42.648601085 +1100
29+
+++ gcc-10.5.0/libobjc/configure.ac 2023-01-22 16:23:28.937468262 +1100
3030
@@ -20,6 +20,7 @@
3131

3232
AC_INIT(package-unused, version-unused,, libobjc)

steps/gcc-10.4.0/patches/includes.patch renamed to steps/gcc-10.5.0/patches/includes.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ https://stackoverflow.com/questions/22160093/inconsistent-operand-constraints-in
1212
Pre-5.0 GCC does not support PIC inline ASM that touches ebx (as
1313
presumably the cpuid call does); so we must disable PIC.
1414

15-
--- gcc-10.4.0/libgcc/Makefile.in 2023-01-25 16:03:45.928059755 +1100
16-
+++ gcc-10.4.0/libgcc/Makefile.in 2023-01-25 16:04:06.711464255 +1100
15+
--- gcc-10.5.0/libgcc/Makefile.in 2023-01-25 16:03:45.928059755 +1100
16+
+++ gcc-10.5.0/libgcc/Makefile.in 2023-01-25 16:04:06.711464255 +1100
1717
@@ -282,7 +282,7 @@
1818
# subdirectory rather than in the source directory.
1919
# -I$(@D) and -I$(srcdir)/$(@D) cause the subdirectory of the file

steps/gcc-10.4.0/patches/libgcc-xfmode.patch renamed to steps/gcc-10.5.0/patches/libgcc-xfmode.patch

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ __LIBGCC_HAS_XF_MODE__ is not defined.
1818

1919
diff --git libgcc/config/libbid/_dd_to_xf.c libgcc/config/libbid/_dd_to_xf.c
2020
index 5a2abbbb1f4..e4b12e8ac4f 100644
21-
--- gcc-10.4.0/libgcc/config/libbid/_dd_to_xf.c
22-
+++ gcc-10.4.0/libgcc/config/libbid/_dd_to_xf.c
21+
--- gcc-10.5.0/libgcc/config/libbid/_dd_to_xf.c
22+
+++ gcc-10.5.0/libgcc/config/libbid/_dd_to_xf.c
2323
@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
2424
#include "bid_functions.h"
2525
#include "bid_gcc_intrinsics.h"
@@ -35,8 +35,8 @@ index 5a2abbbb1f4..e4b12e8ac4f 100644
3535
+#endif
3636
diff --git libgcc/config/libbid/_sd_to_xf.c libgcc/config/libbid/_sd_to_xf.c
3737
index 9af09913684..288ccb25075 100644
38-
--- gcc-10.4.0/libgcc/config/libbid/_sd_to_xf.c
39-
+++ gcc-10.4.0/libgcc/config/libbid/_sd_to_xf.c
38+
--- gcc-10.5.0/libgcc/config/libbid/_sd_to_xf.c
39+
+++ gcc-10.5.0/libgcc/config/libbid/_sd_to_xf.c
4040
@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
4141
#include "bid_functions.h"
4242
#include "bid_gcc_intrinsics.h"
@@ -52,8 +52,8 @@ index 9af09913684..288ccb25075 100644
5252
+#endif
5353
diff --git libgcc/config/libbid/_td_to_xf.c libgcc/config/libbid/_td_to_xf.c
5454
index b0c76a71497..e990282162d 100644
55-
--- gcc-10.4.0/libgcc/config/libbid/_td_to_xf.c
56-
+++ gcc-10.4.0/libgcc/config/libbid/_td_to_xf.c
55+
--- gcc-10.5.0/libgcc/config/libbid/_td_to_xf.c
56+
+++ gcc-10.5.0/libgcc/config/libbid/_td_to_xf.c
5757
@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
5858
#include "bid_functions.h"
5959
#include "bid_gcc_intrinsics.h"
@@ -69,8 +69,8 @@ index b0c76a71497..e990282162d 100644
6969
+#endif
7070
diff --git libgcc/config/libbid/_xf_to_dd.c libgcc/config/libbid/_xf_to_dd.c
7171
index 9feb0f2c3d6..e3246a1c2e1 100644
72-
--- gcc-10.4.0/libgcc/config/libbid/_xf_to_dd.c
73-
+++ gcc-10.4.0/libgcc/config/libbid/_xf_to_dd.c
72+
--- gcc-10.5.0/libgcc/config/libbid/_xf_to_dd.c
73+
+++ gcc-10.5.0/libgcc/config/libbid/_xf_to_dd.c
7474
@@ -25,9 +25,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
7575
#include "bid_functions.h"
7676
#include "bid_gcc_intrinsics.h"
@@ -85,8 +85,8 @@ index 9feb0f2c3d6..e3246a1c2e1 100644
8585
+#endif
8686
diff --git libgcc/config/libbid/_xf_to_sd.c libgcc/config/libbid/_xf_to_sd.c
8787
index 7d46548af6c..9147e979182 100644
88-
--- gcc-10.4.0/libgcc/config/libbid/_xf_to_sd.c
89-
+++ gcc-10.4.0/libgcc/config/libbid/_xf_to_sd.c
88+
--- gcc-10.5.0/libgcc/config/libbid/_xf_to_sd.c
89+
+++ gcc-10.5.0/libgcc/config/libbid/_xf_to_sd.c
9090
@@ -25,9 +25,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
9191
#include "bid_functions.h"
9292
#include "bid_gcc_intrinsics.h"
@@ -101,8 +101,8 @@ index 7d46548af6c..9147e979182 100644
101101
+#endif
102102
diff --git libgcc/config/libbid/_xf_to_td.c libgcc/config/libbid/_xf_to_td.c
103103
index 07987fdcc3a..c8d102b0b7f 100644
104-
--- gcc-10.4.0/libgcc/config/libbid/_xf_to_td.c
105-
+++ gcc-10.4.0/libgcc/config/libbid/_xf_to_td.c
104+
--- gcc-10.5.0/libgcc/config/libbid/_xf_to_td.c
105+
+++ gcc-10.5.0/libgcc/config/libbid/_xf_to_td.c
106106
@@ -25,9 +25,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
107107
#include "bid_functions.h"
108108
#include "bid_gcc_intrinsics.h"

steps/gcc-10.4.0/patches/new-gettext.patch renamed to steps/gcc-10.5.0/patches/new-gettext.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
44

55
In new gettext external is required for AM_GNU_GETTEXT.
66

7-
--- gcc-10.4.0/intl/configure.ac 2023-02-07 18:43:58.989786230 +1100
8-
+++ gcc-10.4.0/intl/configure.ac 2023-02-07 18:43:02.182632631 +1100
7+
--- gcc-10.5.0/intl/configure.ac 2023-02-07 18:43:58.989786230 +1100
8+
+++ gcc-10.5.0/intl/configure.ac 2023-02-07 18:43:02.182632631 +1100
99
@@ -4,7 +4,7 @@
1010
AC_CONFIG_HEADER(config.h)
1111
AC_CONFIG_MACRO_DIR(../config)

steps/gcc-10.4.0/patches/no-isolate-erroneous-paths-dereference.patch renamed to steps/gcc-10.5.0/patches/no-isolate-erroneous-paths-dereference.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
55
GCC 4.7 doesn't have fisolate-erroneous-paths-dereference. Hence
66
this line does nothing.
77

8-
--- gcc-10.4.0/libgcc/generic-morestack.c 2023-01-25 16:52:35.382471998 +1100
9-
+++ gcc-10.4.0/libgcc/generic-morestack.c 2023-01-25 16:52:40.773585043 +1100
8+
--- gcc-10.5.0/libgcc/generic-morestack.c 2023-01-25 16:52:35.382471998 +1100
9+
+++ gcc-10.5.0/libgcc/generic-morestack.c 2023-01-25 16:52:40.773585043 +1100
1010
@@ -23,8 +23,6 @@
1111
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
1212
<http://www.gnu.org/licenses/>. */

0 commit comments

Comments
 (0)