Skip to content

Commit 63bca64

Browse files
committed
Update GCC 10 to 10.5.0
1 parent 1313ba8 commit 63bca64

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

steps/SHA256SUMS.pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ e10060b55e2378a065cf8590cae17400c8befc6b3bb0cbbb7093f1b9f46ec4cc flex-2.6.4_0.t
5151
5619cf9a893902491a9d8a8f8da4d39efb3606d7d0a72cb4aaa9d1ff798b5495 gawk-3.0.4_0.tar.bz2
5252
62e90abe883f6ccd679adf42d00c2c18a9809bbab599411c81b6c4ac4d446452 gawk-5.3.0_0.tar.bz2
5353
6de1c1380026ef9948387e665610185b6014f47a80453177a6c81898c95cbbd3 gc-8.0.4_0.tar.bz2
54-
c72af32aa9f066c11754e014b989ef04b8c524b3eeb140a61e27a11e4444e50b gcc-10.4.0_0.tar.bz2
54+
aa730f85cbd2a099b52be3b6a486df33f22bc6b23fa9bcc17f7b86b9d9721748 gcc-10.5.0_0.tar.bz2
5555
fad18f9f811fff04f01da55df1c20f9b7413793bf21084cd7ba78b8bbcdc955a gcc-13.3.0_0.tar.bz2
5656
27bb77077559b6c0f8dd7b8790ac48f70410ecc8816b5c493988ad5556da65e2 gcc-4.0.4_0.tar.bz2
5757
c1bf792e90df13bf7a24d3f8ce3939fd96ff61b8117e4dcef75605974f3fcf25 gcc-4.0.4_1.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)