aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-01-25 15:51:28 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-01-26 13:33:32 +0000
commitb8c107c7b8a7b620e446dfd4ae74dac1bb4a5def (patch)
tree4907af25260d56421cd47e70024402360e8e4a4a /util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch
parentdacf083c2f72ab194e8462520800e11f42f089cf (diff)
util/crossgcc: Update to binutils 2.31.1 and gcc 8.2
Change-Id: Icf7c6bdd4021bf84cc295c819f93838248e0f4c7 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/31089 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch')
-rw-r--r--util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch b/util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch
deleted file mode 100644
index d56ff4caa8..0000000000
--- a/util/crossgcc/patches/gcc-8.1.0_armv6s-m.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-Taken from https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=260158
---- gcc-8-branch/gcc/config/arm/arm-cpus.in 2018/05/11 09:28:10 260157
-+++ gcc-8-branch/gcc/config/arm/arm-cpus.in 2018/05/11 09:30:49 260158
-@@ -446,6 +446,8 @@
- isa ARMv6m
- end arch armv6-m
-
-+# This is now equivalent to armv6-m, but we keep it because some
-+# versions of GAS still distinguish between the two.
- begin arch armv6s-m
- tune for cortex-m1
- base 6M
-@@ -1168,21 +1170,21 @@
- begin cpu cortex-m1
- cname cortexm1
- tune flags LDSCHED
-- architecture armv6-m
-+ architecture armv6s-m
- costs v6m
- end cpu cortex-m1
-
- begin cpu cortex-m0
- cname cortexm0
- tune flags LDSCHED
-- architecture armv6-m
-+ architecture armv6s-m
- costs v6m
- end cpu cortex-m0
-
- begin cpu cortex-m0plus
- cname cortexm0plus
- tune flags LDSCHED
-- architecture armv6-m
-+ architecture armv6s-m
- costs v6m
- end cpu cortex-m0plus
-
-@@ -1192,7 +1194,7 @@
- cname cortexm1smallmultiply
- tune for cortex-m1
- tune flags LDSCHED SMALLMUL
-- architecture armv6-m
-+ architecture armv6s-m
- costs v6m
- end cpu cortex-m1.small-multiply
-
-@@ -1200,7 +1202,7 @@
- cname cortexm0smallmultiply
- tune for cortex-m0
- tune flags LDSCHED SMALLMUL
-- architecture armv6-m
-+ architecture armv6s-m
- costs v6m
- end cpu cortex-m0.small-multiply
-
-@@ -1208,7 +1210,7 @@
- cname cortexm0plussmallmultiply
- tune for cortex-m0plus
- tune flags LDSCHED SMALLMUL
-- architecture armv6-m
-+ architecture armv6s-m
- costs v6m
- end cpu cortex-m0plus.small-multiply
-