diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-11 15:42:05 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-14 10:31:10 +0100 |
| commit | 4d0f99a61f0a2ab61758be5d14871653189cc4c7 (patch) | |
| tree | 2cad2368fef7306551a1a645e24c5042a4985931 /meta/recipes-devtools | |
| parent | e9e5247f44735f35fd4255c43dac9bd84ccfd5d0 (diff) | |
| download | poky-4d0f99a61f0a2ab61758be5d14871653189cc4c7.tar.gz | |
gcc: Upgrade to 15.2.0 release
This is a point release in GCC-15 release series with
number of bugfixes ( 123 to be exact ) as detailed here [1]
Drop backports available in this release
[1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=485623&resolution=FIXED&target_milestone=15.2
(From OE-Core rev: a7ed61f7b16fddce40c9b2f420783ca8838a2751)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
40 files changed, 42 insertions, 762 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-15.1.inc b/meta/recipes-devtools/gcc/gcc-15.2.inc index a9a453c8b2..41e4c004dd 100644 --- a/meta/recipes-devtools/gcc/gcc-15.1.inc +++ b/meta/recipes-devtools/gcc/gcc-15.2.inc | |||
| @@ -2,11 +2,11 @@ require gcc-common.inc | |||
| 2 | 2 | ||
| 3 | # Third digit in PV should be incremented after a minor release | 3 | # Third digit in PV should be incremented after a minor release |
| 4 | 4 | ||
| 5 | PV = "15.1.0" | 5 | PV = "15.2.0" |
| 6 | 6 | ||
| 7 | # BINV should be incremented to a revision after a minor gcc release | 7 | # BINV should be incremented to a revision after a minor gcc release |
| 8 | 8 | ||
| 9 | BINV = "15.1.0" | 9 | BINV = "15.2.0" |
| 10 | 10 | ||
| 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
| 12 | 12 | ||
| @@ -43,7 +43,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 43 | RELEASE ?= "${PV}" | 43 | RELEASE ?= "${PV}" |
| 44 | BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz" | 44 | BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz" |
| 45 | SOURCEDIR ?= "gcc-${PV}" | 45 | SOURCEDIR ?= "gcc-${PV}" |
| 46 | SRC_URI[sha256sum] = "e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea" | 46 | SRC_URI[sha256sum] = "438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e" |
| 47 | 47 | ||
| 48 | SRC_URI = "${BASEURI} \ | 48 | SRC_URI = "${BASEURI} \ |
| 49 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 49 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |
| @@ -71,10 +71,6 @@ SRC_URI = "${BASEURI} \ | |||
| 71 | file://0023-Fix-install-path-of-linux64.h.patch \ | 71 | file://0023-Fix-install-path-of-linux64.h.patch \ |
| 72 | file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \ | 72 | file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \ |
| 73 | file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \ | 73 | file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \ |
| 74 | file://0026-arm-fully-validate-mem_noofs_operand-PR120351.patch \ | ||
| 75 | file://0026-fix-incorrect-preprocessor-line-numbers.patch \ | ||
| 76 | file://0027-aarch64-Fix-fma-steering-when-rename-fails-PR120119.patch \ | ||
| 77 | file://0028-libsanitizer-Fix-build-with-glibc-2.42.patch \ | ||
| 78 | " | 74 | " |
| 79 | 75 | ||
| 80 | UNPACKDIR = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/sources" | 76 | UNPACKDIR = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/sources" |
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_15.1.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_15.2.bb index 355757c656..355757c656 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian_15.1.bb +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-cross_15.1.bb b/meta/recipes-devtools/gcc/gcc-cross_15.2.bb index b43cca0c52..b43cca0c52 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_15.1.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_15.1.bb b/meta/recipes-devtools/gcc/gcc-crosssdk_15.2.bb index 40a6c4feff..40a6c4feff 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk_15.1.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_15.1.bb b/meta/recipes-devtools/gcc/gcc-runtime_15.2.bb index dd430b57eb..dd430b57eb 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_15.1.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_15.1.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb index 8bda2ccad6..8bda2ccad6 100644 --- a/meta/recipes-devtools/gcc/gcc-sanitizers_15.1.bb +++ b/meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-source_15.1.bb b/meta/recipes-devtools/gcc/gcc-source_15.2.bb index be11fa2fcc..be11fa2fcc 100644 --- a/meta/recipes-devtools/gcc/gcc-source_15.1.bb +++ b/meta/recipes-devtools/gcc/gcc-source_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch b/meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch index e36b7f7b17..5287b6e401 100644 --- a/meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch +++ b/meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 7e8c2b6bd87d221158f43bc1d770e04ddeed4176 Mon Sep 17 00:00:00 2001 | 1 | From c5f21e8444dba266ca2519c5da34d6b1ff316592 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 08:37:11 +0400 | 3 | Date: Fri, 29 Mar 2013 08:37:11 +0400 |
| 4 | Subject: [PATCH] gcc-4.3.1: ARCH_FLAGS_FOR_TARGET | 4 | Subject: [PATCH] gcc-4.3.1: ARCH_FLAGS_FOR_TARGET |
diff --git a/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch b/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch index 53d2dc63da..a58cd59067 100644 --- a/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch +++ b/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From f7c26bbbf0496d179f5e71107fe6cf1320b25901 Mon Sep 17 00:00:00 2001 | 1 | From bc3769af87e98d59a27daf0c46c79aadd7b968c4 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Thu, 23 Jan 2025 17:12:51 -0800 | 3 | Date: Thu, 23 Jan 2025 17:12:51 -0800 |
| 4 | Subject: [PATCH] gcc: poison-system-directories | 4 | Subject: [PATCH] gcc: poison-system-directories |
| @@ -133,7 +133,7 @@ index 9f67e62950a..b0e3615e5aa 100644 | |||
| 133 | AC_SUBST(subdirs) | 133 | AC_SUBST(subdirs) |
| 134 | AC_SUBST(srcdir) | 134 | AC_SUBST(srcdir) |
| 135 | diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi | 135 | diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi |
| 136 | index c2e1bf8031b..d33e2042f38 100644 | 136 | index 64a3131c190..d068b390d18 100644 |
| 137 | --- a/gcc/doc/invoke.texi | 137 | --- a/gcc/doc/invoke.texi |
| 138 | +++ b/gcc/doc/invoke.texi | 138 | +++ b/gcc/doc/invoke.texi |
| 139 | @@ -405,6 +405,7 @@ Objective-C and Objective-C++ Dialects}. | 139 | @@ -405,6 +405,7 @@ Objective-C and Objective-C++ Dialects}. |
diff --git a/meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch b/meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch index 0c9edf189e..db7e049bab 100644 --- a/meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch +++ b/meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From a4f799209882107726f547a4637659068ae07476 Mon Sep 17 00:00:00 2001 | 1 | From e955c4092332555b325e32c54ad2cb7e32f20f90 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 09:10:06 +0400 | 3 | Date: Fri, 29 Mar 2013 09:10:06 +0400 |
| 4 | Subject: [PATCH] 64-bit multilib hack | 4 | Subject: [PATCH] 64-bit multilib hack |
diff --git a/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch b/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch index 03139326c9..3b156cd987 100644 --- a/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch +++ b/meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From bcc97c2c8558cd5d3879a907a216eb0e2008c976 Mon Sep 17 00:00:00 2001 | 1 | From f59aa22697ddfa42b812c7b8e232abcde6122d9a Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Thu, 28 Oct 2021 11:33:40 +0100 | 3 | Date: Thu, 28 Oct 2021 11:33:40 +0100 |
| 4 | Subject: [PATCH] Pass CXXFLAGS_FOR_BUILD in a couple of places to avoid these | 4 | Subject: [PATCH] Pass CXXFLAGS_FOR_BUILD in a couple of places to avoid these |
diff --git a/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch b/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch index e8e829d9f5..48adb5cefe 100644 --- a/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch +++ b/meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From fd6aa3c3ff5361a738b31d6127cb05910cd6b8c0 Mon Sep 17 00:00:00 2001 | 1 | From f1acffaa783ee6e5e567e594df16a1f0286b1295 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 09:17:25 +0400 | 3 | Date: Fri, 29 Mar 2013 09:17:25 +0400 |
| 4 | Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B} | 4 | Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B} |
diff --git a/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch b/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch index 26476de33f..af7d895496 100644 --- a/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch +++ b/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From b931ab5282cc11627b6f68a6477b79f41ae80b3a Mon Sep 17 00:00:00 2001 | 1 | From e5f2c9886934ad9a05f66e0e09e92ee7dd5c9e94 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 09:22:00 +0400 | 3 | Date: Fri, 29 Mar 2013 09:22:00 +0400 |
| 4 | Subject: [PATCH] cpp: honor sysroot. | 4 | Subject: [PATCH] cpp: honor sysroot. |
diff --git a/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch b/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch index 2b727b09af..621f8bc41f 100644 --- a/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch +++ b/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From d9513f8c3fa3f228358fd4d0716941e84bda413e Mon Sep 17 00:00:00 2001 | 1 | From cbfcad913793498d1a5b24622662a777f4a412b0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 09:24:50 +0400 | 3 | Date: Fri, 29 Mar 2013 09:24:50 +0400 |
| 4 | Subject: [PATCH] Define GLIBC_DYNAMIC_LINKER and UCLIBC_DYNAMIC_LINKER | 4 | Subject: [PATCH] Define GLIBC_DYNAMIC_LINKER and UCLIBC_DYNAMIC_LINKER |
diff --git a/meta/recipes-devtools/gcc/gcc/0008-libtool.patch b/meta/recipes-devtools/gcc/gcc/0008-libtool.patch index 00645f0c6a..6e1dd5baac 100644 --- a/meta/recipes-devtools/gcc/gcc/0008-libtool.patch +++ b/meta/recipes-devtools/gcc/gcc/0008-libtool.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 7108016f82a3ce9d275b5d0f37dbde422de6ab15 Mon Sep 17 00:00:00 2001 | 1 | From 92dc1dc8df20381bff9775d761f1227657b97718 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 09:29:11 +0400 | 3 | Date: Fri, 29 Mar 2013 09:29:11 +0400 |
| 4 | Subject: [PATCH] libtool | 4 | Subject: [PATCH] libtool |
diff --git a/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch b/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch index 215a599cb8..d8c96ed86e 100644 --- a/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch +++ b/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 135523bfabbd37cc6326da1a7ec3cd8bc7387439 Mon Sep 17 00:00:00 2001 | 1 | From 281b765ef6f615c273c5d83748aaf30318321c73 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 09:30:32 +0400 | 3 | Date: Fri, 29 Mar 2013 09:30:32 +0400 |
| 4 | Subject: [PATCH] gcc: armv4: pass fix-v4bx to linker to support EABI. | 4 | Subject: [PATCH] gcc: armv4: pass fix-v4bx to linker to support EABI. |
diff --git a/meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch b/meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch index c3c4212115..b73c3349d5 100644 --- a/meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch +++ b/meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 2ede6edb029ef3d98f3ead90f7be54b71cb42ae2 Mon Sep 17 00:00:00 2001 | 1 | From 6ea4fff5598b90f746f374e815f2336b60dbf42d Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 29 Mar 2013 09:33:04 +0400 | 3 | Date: Fri, 29 Mar 2013 09:33:04 +0400 |
| 4 | Subject: [PATCH] Use the multilib config files from ${B} instead of using the | 4 | Subject: [PATCH] Use the multilib config files from ${B} instead of using the |
diff --git a/meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch b/meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch index 9e05277515..7b0f332ac7 100644 --- a/meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch +++ b/meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From a60798dd091f46dbb5f2fa9cf7655b41e9431a73 Mon Sep 17 00:00:00 2001 | 1 | From 2aa5b781be6756d63508e7cbe3bf64203ec64f7b Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Tue, 31 Jan 2023 22:03:38 -0800 | 3 | Date: Tue, 31 Jan 2023 22:03:38 -0800 |
| 4 | Subject: [PATCH] aarch64: Fix include paths when S != B | 4 | Subject: [PATCH] aarch64: Fix include paths when S != B |
diff --git a/meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch b/meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch index 8d0c39f9ce..8c5520ed50 100644 --- a/meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch +++ b/meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 3745be5dece41bc2c633e1702980965e28888f62 Mon Sep 17 00:00:00 2001 | 1 | From 3378cccd27613208ed5b4845117e7f01d422c445 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 20 Feb 2015 09:39:38 +0000 | 3 | Date: Fri, 20 Feb 2015 09:39:38 +0000 |
| 4 | Subject: [PATCH] Avoid using libdir from .la which usually points to a host | 4 | Subject: [PATCH] Avoid using libdir from .la which usually points to a host |
diff --git a/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch b/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch index 906ef3f74b..a7963e4feb 100644 --- a/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch +++ b/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 860aae0d1f5dce7a879690d53a6ab54c6a32107e Mon Sep 17 00:00:00 2001 | 1 | From b04c28e5a2d6ea62775e10496d661cc02cefe491 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Fri, 20 Feb 2015 10:25:11 +0000 | 3 | Date: Fri, 20 Feb 2015 10:25:11 +0000 |
| 4 | Subject: [PATCH] Ensure target gcc headers can be included | 4 | Subject: [PATCH] Ensure target gcc headers can be included |
diff --git a/meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch b/meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch index c7bf8d1c8e..940c0f97cb 100644 --- a/meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch +++ b/meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From f28f581fbafa76a48cc7e88ab9c6eb63db6342c4 Mon Sep 17 00:00:00 2001 | 1 | From a6cf695c7027edb8ca5c3a5ba3b093e20655ce01 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Tue, 3 Mar 2015 08:21:19 +0000 | 3 | Date: Tue, 3 Mar 2015 08:21:19 +0000 |
| 4 | Subject: [PATCH] Don't search host directory during "relink" if $inst_prefix | 4 | Subject: [PATCH] Don't search host directory during "relink" if $inst_prefix |
diff --git a/meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch b/meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch index 9abf72b8e8..2cbcc1c496 100644 --- a/meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch +++ b/meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From b54d51c58012f9eac31cf83a8e02c7069bf80a74 Mon Sep 17 00:00:00 2001 | 1 | From 1623de28fa4621bca357bf7d67977041ce234650 Mon Sep 17 00:00:00 2001 |
| 2 | From: Robert Yang <liezhi.yang@windriver.com> | 2 | From: Robert Yang <liezhi.yang@windriver.com> |
| 3 | Date: Sun, 5 Jul 2015 20:25:18 -0700 | 3 | Date: Sun, 5 Jul 2015 20:25:18 -0700 |
| 4 | Subject: [PATCH] libcc1: fix libcc1's install path and rpath | 4 | Subject: [PATCH] libcc1: fix libcc1's install path and rpath |
diff --git a/meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch b/meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch index 682317fee8..0929a1a28f 100644 --- a/meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch +++ b/meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From ccfe6d014e8cc04b0d3420f82dca8920fb659a07 Mon Sep 17 00:00:00 2001 | 1 | From b714381cfb29fe84de5a17801a1d953ffb312de3 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 7 Dec 2015 23:39:54 +0000 | 3 | Date: Mon, 7 Dec 2015 23:39:54 +0000 |
| 4 | Subject: [PATCH] handle sysroot support for nativesdk-gcc | 4 | Subject: [PATCH] handle sysroot support for nativesdk-gcc |
| @@ -46,10 +46,10 @@ Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> | |||
| 46 | 8 files changed, 95 insertions(+), 73 deletions(-) | 46 | 8 files changed, 95 insertions(+), 73 deletions(-) |
| 47 | 47 | ||
| 48 | diff --git a/gcc/c-family/c-opts.cc b/gcc/c-family/c-opts.cc | 48 | diff --git a/gcc/c-family/c-opts.cc b/gcc/c-family/c-opts.cc |
| 49 | index d43b3aef102..b157ad37483 100644 | 49 | index 108eaabd5d4..6ce14c6fe52 100644 |
| 50 | --- a/gcc/c-family/c-opts.cc | 50 | --- a/gcc/c-family/c-opts.cc |
| 51 | +++ b/gcc/c-family/c-opts.cc | 51 | +++ b/gcc/c-family/c-opts.cc |
| 52 | @@ -1610,8 +1610,8 @@ add_prefixed_path (const char *suffix, incpath_kind chain) | 52 | @@ -1612,8 +1612,8 @@ add_prefixed_path (const char *suffix, incpath_kind chain) |
| 53 | size_t prefix_len, suffix_len; | 53 | size_t prefix_len, suffix_len; |
| 54 | 54 | ||
| 55 | suffix_len = strlen (suffix); | 55 | suffix_len = strlen (suffix); |
diff --git a/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch b/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch index b3ab4996c3..a087ba17d9 100644 --- a/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch +++ b/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1756ca43dc85ee9d367350d68b908e6681ddd986 Mon Sep 17 00:00:00 2001 | 1 | From 045184e0ef0bbaa25b8cfc881e6a84b74a008640 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 7 Dec 2015 23:41:45 +0000 | 3 | Date: Mon, 7 Dec 2015 23:41:45 +0000 |
| 4 | Subject: [PATCH] Search target sysroot gcc version specific dirs with | 4 | Subject: [PATCH] Search target sysroot gcc version specific dirs with |
diff --git a/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch b/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch index 1b2da32a42..09fa518112 100644 --- a/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch +++ b/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 777963807e14a091c263d603cebfd7bb02f63b24 Mon Sep 17 00:00:00 2001 | 1 | From 248ef30a93ff6f962651ebf592f4511b31adf7fe Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Tue, 27 Jun 2017 18:10:54 -0700 | 3 | Date: Tue, 27 Jun 2017 18:10:54 -0700 |
| 4 | Subject: [PATCH] Add ssp_nonshared to link commandline for musl targets | 4 | Subject: [PATCH] Add ssp_nonshared to link commandline for musl targets |
diff --git a/meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch b/meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch index f23876b10a..27bf1103f9 100644 --- a/meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch +++ b/meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From f2649410d2eb1c3983054020c9238887bd31273f Mon Sep 17 00:00:00 2001 | 1 | From 5a8604544b9a1fc4ae512f648165de22ce125d66 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 6 Jun 2018 12:10:22 -0700 | 3 | Date: Wed, 6 Jun 2018 12:10:22 -0700 |
| 4 | Subject: [PATCH] Re-introduce spe commandline options | 4 | Subject: [PATCH] Re-introduce spe commandline options |
diff --git a/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch b/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch index cd22dba878..a1e7ac60c9 100644 --- a/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch +++ b/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From be81ee850cdf720f87733046cfa8f3fa43704a7d Mon Sep 17 00:00:00 2001 | 1 | From 1f7cdcf88cc24b315857fcc0844df2f902a50612 Mon Sep 17 00:00:00 2001 |
| 2 | From: Szabolcs Nagy <nsz@port70.net> | 2 | From: Szabolcs Nagy <nsz@port70.net> |
| 3 | Date: Sat, 24 Oct 2015 20:09:53 +0000 | 3 | Date: Sat, 24 Oct 2015 20:09:53 +0000 |
| 4 | Subject: [PATCH] libgcc_s: Use alias for __cpu_indicator_init instead of | 4 | Subject: [PATCH] libgcc_s: Use alias for __cpu_indicator_init instead of |
diff --git a/meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch b/meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch index 5b67c194df..2d02f24bb2 100644 --- a/meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch +++ b/meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 734760138d07236289c5e548efc6083ddcfda650 Mon Sep 17 00:00:00 2001 | 1 | From a638dc53cb297e45dd4c867d1e33ac01fbd6eed0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Tue, 10 Mar 2020 08:26:53 -0700 | 3 | Date: Tue, 10 Mar 2020 08:26:53 -0700 |
| 4 | Subject: [PATCH] gentypes/genmodes: Do not use __LINE__ for maintaining | 4 | Subject: [PATCH] gentypes/genmodes: Do not use __LINE__ for maintaining |
diff --git a/meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch b/meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch index 9292767037..0f2a9d8c1f 100644 --- a/meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch +++ b/meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 95ee2cf97c5c2a4bd66c54d078b960a1d541d35e Mon Sep 17 00:00:00 2001 | 1 | From b43eb0e2ea068199ea112f71a3ede3d1f32347c5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 13 May 2020 15:10:38 -0700 | 3 | Date: Wed, 13 May 2020 15:10:38 -0700 |
| 4 | Subject: [PATCH] libatomic: Do not enforce march on aarch64 | 4 | Subject: [PATCH] libatomic: Do not enforce march on aarch64 |
diff --git a/meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch b/meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch index da91d85eb9..5f38d4516e 100644 --- a/meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch +++ b/meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From cd7353f45bc2af9a9ea9694544d40ea03a1310d1 Mon Sep 17 00:00:00 2001 | 1 | From b2e19ceaf528591cc3a76cd2d2543b3cb0008df3 Mon Sep 17 00:00:00 2001 |
| 2 | From: Andrei Gherzan <andrei.gherzan@huawei.com> | 2 | From: Andrei Gherzan <andrei.gherzan@huawei.com> |
| 3 | Date: Wed, 22 Dec 2021 12:49:25 +0100 | 3 | Date: Wed, 22 Dec 2021 12:49:25 +0100 |
| 4 | Subject: [PATCH] Fix install path of linux64.h | 4 | Subject: [PATCH] Fix install path of linux64.h |
diff --git a/meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch b/meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch index b7edeef6eb..bbb0a9f286 100644 --- a/meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch +++ b/meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 159545123cfe05136037e302409cf82ec5c0263c Mon Sep 17 00:00:00 2001 | 1 | From 352f9f23d1b10b96f6b6a7bc1fd72aaf449cc3d1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Sat, 20 Aug 2022 09:04:14 -0700 | 3 | Date: Sat, 20 Aug 2022 09:04:14 -0700 |
| 4 | Subject: [PATCH] Avoid hardcoded build paths into ppc libgcc | 4 | Subject: [PATCH] Avoid hardcoded build paths into ppc libgcc |
diff --git a/meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch b/meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch index 0a61862332..fcdd79a840 100644 --- a/meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch +++ b/meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 62e25edd60d45eaec331a3273880f6ff3248ef62 Mon Sep 17 00:00:00 2001 | 1 | From e67441867de1b636e0983e0f893bcb2bba43d9eb Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Thu, 17 Aug 2023 09:01:40 -0700 | 3 | Date: Thu, 17 Aug 2023 09:01:40 -0700 |
| 4 | Subject: [PATCH] gcc testsuite tweaks for mips/OE | 4 | Subject: [PATCH] gcc testsuite tweaks for mips/OE |
| @@ -92,7 +92,7 @@ index 6dd8fa3fce9..95672008219 100644 | |||
| 92 | "preprocess" { | 92 | "preprocess" { |
| 93 | set compile_type "preprocess" | 93 | set compile_type "preprocess" |
| 94 | diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp | 94 | diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp |
| 95 | index a62f459ad7e..6886cfeee49 100644 | 95 | index c0376b04551..5d053dfe726 100644 |
| 96 | --- a/gcc/testsuite/lib/target-supports.exp | 96 | --- a/gcc/testsuite/lib/target-supports.exp |
| 97 | +++ b/gcc/testsuite/lib/target-supports.exp | 97 | +++ b/gcc/testsuite/lib/target-supports.exp |
| 98 | @@ -2949,14 +2949,7 @@ proc check_mips_loongson_mmi_hw_available { } { | 98 | @@ -2949,14 +2949,7 @@ proc check_mips_loongson_mmi_hw_available { } { |
| @@ -142,7 +142,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 142 | } | 142 | } |
| 143 | }] | 143 | }] |
| 144 | } | 144 | } |
| 145 | @@ -10354,6 +10325,7 @@ proc is-effective-target-keyword { arg } { | 145 | @@ -10371,6 +10342,7 @@ proc is-effective-target-keyword { arg } { |
| 146 | 146 | ||
| 147 | proc et-dg-runtest { runtest testcases flags default-extra-flags } { | 147 | proc et-dg-runtest { runtest testcases flags default-extra-flags } { |
| 148 | global dg-do-what-default | 148 | global dg-do-what-default |
| @@ -150,7 +150,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 150 | global EFFECTIVE_TARGETS | 150 | global EFFECTIVE_TARGETS |
| 151 | global et_index | 151 | global et_index |
| 152 | 152 | ||
| 153 | @@ -10361,6 +10333,7 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { | 153 | @@ -10378,6 +10350,7 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { |
| 154 | foreach target $EFFECTIVE_TARGETS { | 154 | foreach target $EFFECTIVE_TARGETS { |
| 155 | set target_flags $flags | 155 | set target_flags $flags |
| 156 | set dg-do-what-default compile | 156 | set dg-do-what-default compile |
| @@ -158,7 +158,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 158 | set et_index [lsearch -exact $EFFECTIVE_TARGETS $target] | 158 | set et_index [lsearch -exact $EFFECTIVE_TARGETS $target] |
| 159 | if { [info procs add_options_for_${target}] != [list] } { | 159 | if { [info procs add_options_for_${target}] != [list] } { |
| 160 | set target_flags [add_options_for_${target} "$flags"] | 160 | set target_flags [add_options_for_${target} "$flags"] |
| 161 | @@ -10368,8 +10341,10 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { | 161 | @@ -10385,8 +10358,10 @@ proc et-dg-runtest { runtest testcases flags default-extra-flags } { |
| 162 | if { [info procs check_effective_target_${target}_runtime] | 162 | if { [info procs check_effective_target_${target}_runtime] |
| 163 | != [list] && [check_effective_target_${target}_runtime] } { | 163 | != [list] && [check_effective_target_${target}_runtime] } { |
| 164 | set dg-do-what-default run | 164 | set dg-do-what-default run |
| @@ -169,7 +169,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 169 | } | 169 | } |
| 170 | } else { | 170 | } else { |
| 171 | set et_index 0 | 171 | set et_index 0 |
| 172 | @@ -12155,6 +12130,7 @@ proc check_effective_target_sigsetjmp {} { | 172 | @@ -12172,6 +12147,7 @@ proc check_effective_target_sigsetjmp {} { |
| 173 | proc check_vect_support_and_set_flags { } { | 173 | proc check_vect_support_and_set_flags { } { |
| 174 | global DEFAULT_VECTCFLAGS | 174 | global DEFAULT_VECTCFLAGS |
| 175 | global dg-do-what-default | 175 | global dg-do-what-default |
| @@ -177,7 +177,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 177 | global EFFECTIVE_TARGETS | 177 | global EFFECTIVE_TARGETS |
| 178 | 178 | ||
| 179 | if [istarget powerpc*-*-*] { | 179 | if [istarget powerpc*-*-*] { |
| 180 | @@ -12186,6 +12162,7 @@ proc check_vect_support_and_set_flags { } { | 180 | @@ -12203,6 +12179,7 @@ proc check_vect_support_and_set_flags { } { |
| 181 | set DEFAULT_VECTCFLAGS [linsert $DEFAULT_VECTCFLAGS 0 "-mcpu=970"] | 181 | set DEFAULT_VECTCFLAGS [linsert $DEFAULT_VECTCFLAGS 0 "-mcpu=970"] |
| 182 | } | 182 | } |
| 183 | set dg-do-what-default compile | 183 | set dg-do-what-default compile |
| @@ -185,7 +185,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 185 | } | 185 | } |
| 186 | } elseif { [check_effective_target_x86] } { | 186 | } elseif { [check_effective_target_x86] } { |
| 187 | lappend DEFAULT_VECTCFLAGS "-msse2" | 187 | lappend DEFAULT_VECTCFLAGS "-msse2" |
| 188 | @@ -12193,6 +12170,7 @@ proc check_vect_support_and_set_flags { } { | 188 | @@ -12210,6 +12187,7 @@ proc check_vect_support_and_set_flags { } { |
| 189 | set dg-do-what-default run | 189 | set dg-do-what-default run |
| 190 | } else { | 190 | } else { |
| 191 | set dg-do-what-default compile | 191 | set dg-do-what-default compile |
| @@ -193,7 +193,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 193 | } | 193 | } |
| 194 | } elseif { [istarget mips*-*-*] | 194 | } elseif { [istarget mips*-*-*] |
| 195 | && [check_effective_target_nomips16] } { | 195 | && [check_effective_target_nomips16] } { |
| 196 | @@ -12212,6 +12190,7 @@ proc check_vect_support_and_set_flags { } { | 196 | @@ -12229,6 +12207,7 @@ proc check_vect_support_and_set_flags { } { |
| 197 | set dg-do-what-default run | 197 | set dg-do-what-default run |
| 198 | } else { | 198 | } else { |
| 199 | set dg-do-what-default compile | 199 | set dg-do-what-default compile |
| @@ -201,7 +201,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 201 | } | 201 | } |
| 202 | } elseif [istarget alpha*-*-*] { | 202 | } elseif [istarget alpha*-*-*] { |
| 203 | # Alpha's vectorization capabilities are extremely limited. | 203 | # Alpha's vectorization capabilities are extremely limited. |
| 204 | @@ -12225,6 +12204,7 @@ proc check_vect_support_and_set_flags { } { | 204 | @@ -12242,6 +12221,7 @@ proc check_vect_support_and_set_flags { } { |
| 205 | set dg-do-what-default run | 205 | set dg-do-what-default run |
| 206 | } else { | 206 | } else { |
| 207 | set dg-do-what-default compile | 207 | set dg-do-what-default compile |
| @@ -209,7 +209,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 209 | } | 209 | } |
| 210 | } elseif [istarget ia64-*-*] { | 210 | } elseif [istarget ia64-*-*] { |
| 211 | set dg-do-what-default run | 211 | set dg-do-what-default run |
| 212 | @@ -12238,6 +12218,7 @@ proc check_vect_support_and_set_flags { } { | 212 | @@ -12255,6 +12235,7 @@ proc check_vect_support_and_set_flags { } { |
| 213 | set dg-do-what-default run | 213 | set dg-do-what-default run |
| 214 | } else { | 214 | } else { |
| 215 | set dg-do-what-default compile | 215 | set dg-do-what-default compile |
| @@ -217,7 +217,7 @@ index a62f459ad7e..6886cfeee49 100644 | |||
| 217 | } | 217 | } |
| 218 | } elseif [istarget aarch64*-*-*] { | 218 | } elseif [istarget aarch64*-*-*] { |
| 219 | set dg-do-what-default run | 219 | set dg-do-what-default run |
| 220 | @@ -12262,6 +12243,7 @@ proc check_vect_support_and_set_flags { } { | 220 | @@ -12279,6 +12260,7 @@ proc check_vect_support_and_set_flags { } { |
| 221 | } else { | 221 | } else { |
| 222 | lappend DEFAULT_VECTCFLAGS "-march=z14" "-mzarch" | 222 | lappend DEFAULT_VECTCFLAGS "-march=z14" "-mzarch" |
| 223 | set dg-do-what-default compile | 223 | set dg-do-what-default compile |
diff --git a/meta/recipes-devtools/gcc/gcc/0026-arm-fully-validate-mem_noofs_operand-PR120351.patch b/meta/recipes-devtools/gcc/gcc/0026-arm-fully-validate-mem_noofs_operand-PR120351.patch deleted file mode 100644 index 3f324fdc22..0000000000 --- a/meta/recipes-devtools/gcc/gcc/0026-arm-fully-validate-mem_noofs_operand-PR120351.patch +++ /dev/null | |||
| @@ -1,95 +0,0 @@ | |||
| 1 | From bb7adc5dab8bcee2ef1c0d2af370ea77c49bb5c5 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Richard Earnshaw <rearnsha@arm.com> | ||
| 3 | Date: Mon, 19 May 2025 16:19:39 +0100 | ||
| 4 | Subject: [PATCH] arm: fully validate mem_noofs_operand [PR120351] | ||
| 5 | |||
| 6 | It's not enough to just check that a memory operand is of the form | ||
| 7 | mem(reg); after RA we also need to validate the register being used. | ||
| 8 | The safest way to do this is to call memory_operand. | ||
| 9 | |||
| 10 | PR target/120351 | ||
| 11 | |||
| 12 | gcc/ChangeLog: | ||
| 13 | |||
| 14 | * config/arm/predicates.md (mem_noofs_operand): Also check the op | ||
| 15 | is a valid memory_operand. | ||
| 16 | |||
| 17 | gcc/testsuite/ChangeLog: | ||
| 18 | |||
| 19 | * gcc.target/arm/pr120351.c: New test. | ||
| 20 | |||
| 21 | Upstream-Status: Backport [https://gcc.gnu.org/cgit/gcc/commit/?id=e5bb7a328eb71daa02d15b48d3a6c6b8cd24abc5] | ||
| 22 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 23 | --- | ||
| 24 | gcc/config/arm/predicates.md | 3 +- | ||
| 25 | gcc/testsuite/gcc.target/arm/pr120351.c | 47 +++++++++++++++++++++++++ | ||
| 26 | 2 files changed, 49 insertions(+), 1 deletion(-) | ||
| 27 | create mode 100644 gcc/testsuite/gcc.target/arm/pr120351.c | ||
| 28 | |||
| 29 | diff --git a/gcc/config/arm/predicates.md b/gcc/config/arm/predicates.md | ||
| 30 | index 75c06d9be25..655f60312de 100644 | ||
| 31 | --- a/gcc/config/arm/predicates.md | ||
| 32 | +++ b/gcc/config/arm/predicates.md | ||
| 33 | @@ -907,7 +907,8 @@ | ||
| 34 | |||
| 35 | (define_predicate "mem_noofs_operand" | ||
| 36 | (and (match_code "mem") | ||
| 37 | - (match_code "reg" "0"))) | ||
| 38 | + (match_code "reg" "0") | ||
| 39 | + (match_operand 0 "memory_operand"))) | ||
| 40 | |||
| 41 | (define_predicate "call_insn_operand" | ||
| 42 | (ior (and (match_code "symbol_ref") | ||
| 43 | diff --git a/gcc/testsuite/gcc.target/arm/pr120351.c b/gcc/testsuite/gcc.target/arm/pr120351.c | ||
| 44 | new file mode 100644 | ||
| 45 | index 00000000000..d8e9d73275c | ||
| 46 | --- /dev/null | ||
| 47 | +++ b/gcc/testsuite/gcc.target/arm/pr120351.c | ||
| 48 | @@ -0,0 +1,47 @@ | ||
| 49 | +/* { dg-do assemble } */ | ||
| 50 | +/* { dg-require-effective-target arm_neon_ok } */ | ||
| 51 | +/* { dg-add-options arm_neon } */ | ||
| 52 | +/* { dg-additional-options "-O2" } */ | ||
| 53 | + | ||
| 54 | + | ||
| 55 | +typedef struct A | ||
| 56 | +{ | ||
| 57 | + int f1; | ||
| 58 | +} A; | ||
| 59 | + | ||
| 60 | +__inline void ref (A* x) | ||
| 61 | +{ | ||
| 62 | + __atomic_fetch_add(&x->f1, 1, 0); | ||
| 63 | +} | ||
| 64 | + | ||
| 65 | +typedef struct B | ||
| 66 | +{ | ||
| 67 | + A *d; | ||
| 68 | + int *ptr; | ||
| 69 | +} B; | ||
| 70 | + | ||
| 71 | +void insertOne (B*, B*); | ||
| 72 | + | ||
| 73 | +void init (B *); | ||
| 74 | +__inline void copy (B *p, B *q) | ||
| 75 | +{ | ||
| 76 | + p->d = q->d; | ||
| 77 | + p->ptr = q->ptr; | ||
| 78 | + ref (p->d); | ||
| 79 | +} | ||
| 80 | + | ||
| 81 | +__inline void emplace(B* x) | ||
| 82 | +{ | ||
| 83 | + B dummy; | ||
| 84 | + B _tmp; | ||
| 85 | + init (&dummy); | ||
| 86 | + copy (&_tmp, &dummy); | ||
| 87 | + insertOne(x, &_tmp); | ||
| 88 | +} | ||
| 89 | + | ||
| 90 | +void testing () | ||
| 91 | +{ | ||
| 92 | + B test; | ||
| 93 | + init (&test); | ||
| 94 | + emplace(&test); | ||
| 95 | +} | ||
diff --git a/meta/recipes-devtools/gcc/gcc/0026-fix-incorrect-preprocessor-line-numbers.patch b/meta/recipes-devtools/gcc/gcc/0026-fix-incorrect-preprocessor-line-numbers.patch deleted file mode 100644 index f799085662..0000000000 --- a/meta/recipes-devtools/gcc/gcc/0026-fix-incorrect-preprocessor-line-numbers.patch +++ /dev/null | |||
| @@ -1,475 +0,0 @@ | |||
| 1 | From edf745dc519ddbfef127e2789bf11bfbacd300b7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jakub Jelinek <jakub@redhat.com> | ||
| 3 | Date: Wed, 7 May 2025 17:25:42 +0200 | ||
| 4 | Subject: libcpp: Further fixes for incorrect line numbers in large files | ||
| 5 | [PR120061] | ||
| 6 | MIME-Version: 1.0 | ||
| 7 | Content-Type: text/plain; charset=UTF-8 | ||
| 8 | Content-Transfer-Encoding: 8bit | ||
| 9 | |||
| 10 | The backport of the PR108900 fix to 14 branch broke building chromium | ||
| 11 | because static_assert (__LINE__ == expected_line_number, ""); now triggers | ||
| 12 | as the __LINE__ values are off by one. | ||
| 13 | This isn't the case on the trunk and 15 branch because we've switched | ||
| 14 | to 64-bit location_t and so one actually needs far longer header files | ||
| 15 | to trigger it. | ||
| 16 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120061#c11 | ||
| 17 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120061#c12 | ||
| 18 | contain (large) testcases in patch form which show on the 14 branch | ||
| 19 | that the first one used to fail before the PR108900 backport and now | ||
| 20 | works correctly, while the second one attempts to match the chromium | ||
| 21 | behavior and it used to pass before the PR108900 backport and now it | ||
| 22 | FAILs. | ||
| 23 | The two testcases show rare problematic cases, because | ||
| 24 | do_include_common -> parse_include -> check_eol -> check_eol_1 -> | ||
| 25 | cpp_get_token_1 -> _cpp_lex_token -> _cpp_lex_direct -> linemap_line_start | ||
| 26 | triggers there | ||
| 27 | /* Allocate the new line_map. However, if the current map only has a | ||
| 28 | single line we can sometimes just increase its column_bits instead. */ | ||
| 29 | if (line_delta < 0 | ||
| 30 | || last_line != ORDINARY_MAP_STARTING_LINE_NUMBER (map) | ||
| 31 | || SOURCE_COLUMN (map, highest) >= (1U << (column_bits - range_bits)) | ||
| 32 | || ( /* We can't reuse the map if the line offset is sufficiently | ||
| 33 | large to cause overflow when computing location_t values. */ | ||
| 34 | (to_line - ORDINARY_MAP_STARTING_LINE_NUMBER (map)) | ||
| 35 | >= (((uint64_t) 1) | ||
| 36 | << (CHAR_BIT * sizeof (linenum_type) - column_bits))) | ||
| 37 | || range_bits < map->m_range_bits) | ||
| 38 | map = linemap_check_ordinary | ||
| 39 | (const_cast <line_map *> | ||
| 40 | (linemap_add (set, LC_RENAME, | ||
| 41 | ORDINARY_MAP_IN_SYSTEM_HEADER_P (map), | ||
| 42 | ORDINARY_MAP_FILE_NAME (map), | ||
| 43 | to_line))); | ||
| 44 | and so creates a new ordinary map on the line right after the | ||
| 45 | (problematic) #include line. | ||
| 46 | Now, in the spot that r14-11679-g8a884140c2bcb7 patched, | ||
| 47 | pfile->line_table->highest_location in all 3 tests (also | ||
| 48 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120061#c13 | ||
| 49 | ) is before the decrement the start of the line after the #include line and so | ||
| 50 | the decrement is really desirable in that case to put highest_location | ||
| 51 | somewhere on the line where the #include actually is. | ||
| 52 | But at the same time it is also undesirable, because if we do decrement it, | ||
| 53 | then linemap_add LC_ENTER called from _cpp_do_file_change will then | ||
| 54 | /* Generate a start_location above the current highest_location. | ||
| 55 | If possible, make the low range bits be zero. */ | ||
| 56 | location_t start_location = set->highest_location + 1; | ||
| 57 | unsigned range_bits = 0; | ||
| 58 | if (start_location < LINE_MAP_MAX_LOCATION_WITH_COLS) | ||
| 59 | range_bits = set->default_range_bits; | ||
| 60 | start_location += (1 << range_bits) - 1; | ||
| 61 | start_location &= ~((1 << range_bits) - 1); | ||
| 62 | |||
| 63 | linemap_assert (!LINEMAPS_ORDINARY_USED (set) | ||
| 64 | || (start_location | ||
| 65 | >= MAP_START_LOCATION (LINEMAPS_LAST_ORDINARY_MAP (set)))); | ||
| 66 | and we can end up with the new LC_ENTER ordinary map having the same | ||
| 67 | start_location as the preceding LC_RENAME one. | ||
| 68 | Next thing that happens is computation of included_from: | ||
| 69 | if (reason == LC_ENTER) | ||
| 70 | { | ||
| 71 | if (set->depth == 0) | ||
| 72 | map->included_from = 0; | ||
| 73 | else | ||
| 74 | /* The location of the end of the just-closed map. */ | ||
| 75 | map->included_from | ||
| 76 | = (((map[0].start_location - 1 - map[-1].start_location) | ||
| 77 | & ~((1 << map[-1].m_column_and_range_bits) - 1)) | ||
| 78 | + map[-1].start_location); | ||
| 79 | The normal case (e.g. with the testcase included at the start of this comment) is | ||
| 80 | that map[-1] starts somewhere earlier and so map->included_from computation above | ||
| 81 | nicely computes location_t which expands to the start of the #include line. | ||
| 82 | With r14-11679 reverted, for #c11 as well as #c12 | ||
| 83 | map[0].start_location == map[-1].start_location above, and so it is | ||
| 84 | ((location_t) -1 & ~((1 << map[-1].m_column_and_range_bits) - 1))) | ||
| 85 | + map[-1].start_location, | ||
| 86 | which happens to be start of the #include line. | ||
| 87 | For #c11 map[0].start_location is 0x500003a0 and map[-1] has | ||
| 88 | m_column_and_range_bits 7 and map[-2] has m_column_and_range_bits 12 and | ||
| 89 | map[0].included_from is set to 0x50000320. | ||
| 90 | For #c12 map[0].start_location is 0x606c0402 and map[-2].start_location is | ||
| 91 | 0x606c0400 and m_column_and_range_bits is 0 for all 3 maps. | ||
| 92 | map[0].included_from is set to 0x606c0401. | ||
| 93 | The last important part is again in linemap_add when doing LC_LEAVE: | ||
| 94 | /* (MAP - 1) points to the map we are leaving. The | ||
| 95 | map from which (MAP - 1) got included should be the map | ||
| 96 | that comes right before MAP in the same file. */ | ||
| 97 | from = linemap_included_from_linemap (set, map - 1); | ||
| 98 | |||
| 99 | /* A TO_FILE of NULL is special - we use the natural values. */ | ||
| 100 | if (to_file == NULL) | ||
| 101 | { | ||
| 102 | to_file = ORDINARY_MAP_FILE_NAME (from); | ||
| 103 | to_line = SOURCE_LINE (from, from[1].start_location); | ||
| 104 | sysp = ORDINARY_MAP_IN_SYSTEM_HEADER_P (from); | ||
| 105 | } | ||
| 106 | Here it wants to compute the right to_line which ought to be the line after | ||
| 107 | the #include directive. | ||
| 108 | On the #c11 testcase that doesn't work correctly though, because | ||
| 109 | map[-1].included_from is 0x50000320, from[0] for that is LC_ENTER with | ||
| 110 | start_location 0x4080 and m_column_and_range_bits 12 but note that we've | ||
| 111 | earlier computed map[-1].start_location + (-1 & 0xffffff80) and so only | ||
| 112 | decreased by 7 bits, so to_line is still on the line with #include and not | ||
| 113 | after it. In the #c12 that doesn't happen, all the ordinary maps involved | ||
| 114 | there had 0 m_column_and_range_bits and so this computes correct line. | ||
| 115 | |||
| 116 | Below is a fix for the trunk including testcases using the | ||
| 117 | location_overflow_plugin hack to simulate the bugs without needing huge | ||
| 118 | files (in the 14 case it is just 330KB and almost 10MB, but in the 15 | ||
| 119 | case it would need to be far bigger). | ||
| 120 | The pre- r15-9018 trunk has | ||
| 121 | FAIL: gcc.dg/plugin/location-overflow-test-pr116047.c -fplugin=./location_overflow_plugin.so scan-file static_assert[^\n\r]*6[^\n\r]*== 6 | ||
| 122 | and current trunk | ||
| 123 | FAIL: gcc.dg/plugin/location-overflow-test-pr116047.c -fplugin=./location_overflow_plugin.so scan-file static_assert[^\n\r]*6[^\n\r]*== 6 | ||
| 124 | FAIL: gcc.dg/plugin/location-overflow-test-pr120061.c -fplugin=./location_overflow_plugin.so scan-file static_assert[^\n\r]*5[^\n\r]*== 5 | ||
| 125 | and with the patch everything PASSes. | ||
| 126 | I'll post afterwards a 14 version of the patch. | ||
| 127 | |||
| 128 | The patch reverts the r15-9018 change, because it is incorrect, | ||
| 129 | we really need to decrement it even when crossing ordinary map | ||
| 130 | boundaries, so that the location is not on the line after the #include | ||
| 131 | line but somewhere on the #include line. It also patches two spots | ||
| 132 | in linemap_add mentioned above to make sure we get correct locations | ||
| 133 | both in the included_from location_t when doing LC_ENTER (second | ||
| 134 | line-map.cc hunk) and when doing LC_LEAVE to compute the right to_line | ||
| 135 | (first line-map.cc hunk), both in presence of an added LC_RENAME | ||
| 136 | with the same start_location as the following LC_ENTER (i.e. the | ||
| 137 | problematic cases). | ||
| 138 | The LC_ENTER hunk is mostly to ensure included_form location_t is | ||
| 139 | at the start of the #include line (column 0), without it we can | ||
| 140 | decrease include_from not enough and end up at some random column | ||
| 141 | in the middle of the line, because it is masking away | ||
| 142 | map[-1].m_column_and_range_bits bits even when in the end the resulting | ||
| 143 | include_from location_t will be found in map[-2] map with perhaps | ||
| 144 | different m_column_and_range_bits. That alone doesn't fix the bug | ||
| 145 | though. | ||
| 146 | The more important is the LC_LEAVE hunk and the problem there is | ||
| 147 | caused by linemap_line_start not actually doing | ||
| 148 | r = set->highest_line + (line_delta << map->m_column_and_range_bits); | ||
| 149 | when adding a new map (the LC_RENAME one because we need to switch to | ||
| 150 | different number of directly encoded ranges, or columns, etc.). | ||
| 151 | So, in the original PR108900 case that | ||
| 152 | to_line = SOURCE_LINE (from, from[1].start_location); | ||
| 153 | doesn't do the right thing, from there is the last < 0x50000000 map | ||
| 154 | with m_column_and_range_bits 12, from[1] is the first one above it | ||
| 155 | and map[-1].included_from is the correct location of column 0 on | ||
| 156 | the #include line, but as the new LC_RENAME map has been created without | ||
| 157 | actually increasing highest_location to be on the new line (we've just | ||
| 158 | set to_line of the new LC_RENAME map to the correct line), | ||
| 159 | to_line = SOURCE_LINE (from, from[1].start_location); | ||
| 160 | stays on the same source line. I've tried to just replace that with | ||
| 161 | to_line = SOURCE_LINE (from, linemap_included_from (map - 1)) + 1; | ||
| 162 | i.e. just find out the #include line from map[-1].included_from and | ||
| 163 | add 1 to it, unfortunately that breaks the | ||
| 164 | c-c++-common/cpp/line-4.c | ||
| 165 | test where we expect to stay on the same 0 line for LC_LEAVE from | ||
| 166 | <command line> and gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/builtins.c | ||
| 167 | and c-c++-common/analyzer/named-constants-via-macros-traditional.c tests | ||
| 168 | all with -traditional-cpp preprocessing where to_line is also off-by-one | ||
| 169 | from the expected one. | ||
| 170 | So, this patch instead conditionalizes it, uses the | ||
| 171 | to_line = SOURCE_LINE (from, linemap_included_from (map - 1)) + 1; | ||
| 172 | way only if from[1] is a LC_RENAME map (rather than the usual | ||
| 173 | LC_ENTER one), that should limit it to the problematic cases of when | ||
| 174 | parse_include peeked after EOL and had to create LC_RENAME map with | ||
| 175 | the same start_location as the LC_ENTER after it. | ||
| 176 | |||
| 177 | Some further justification for the LC_ENTER hunk, using the | ||
| 178 | https://gcc.gnu.org/pipermail/gcc-patches/2025-May/682774.html testcase | ||
| 179 | (old is 14 before r14-11679, vanilla current 14 and new with the 14 patch) | ||
| 180 | I get | ||
| 181 | $ /usr/src/gcc-14/obj/gcc/cc1.old -quiet -std=c23 pr116047.c -nostdinc | ||
| 182 | In file included from pr116047-1.h:327677:21, | ||
| 183 | from pr116047.c:4: | ||
| 184 | pr116047-2.h:1:1: error: unknown type name ‘a’ | ||
| 185 | 1 | a b c; | ||
| 186 | | ^ | ||
| 187 | pr116047-2.h:1:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘c’ | ||
| 188 | 1 | a b c; | ||
| 189 | | ^ | ||
| 190 | pr116047-1.h:327677:1: error: static assertion failed: "" | ||
| 191 | 327677 | #include "pr116047-2.h" | ||
| 192 | | ^~~~~~~~~~~~~ | ||
| 193 | $ /usr/src/gcc-14/obj/gcc/cc1.vanilla -quiet -std=c23 pr116047.c -nostdinc | ||
| 194 | In file included from pr116047-1.h:327678, | ||
| 195 | from pr116047.c:4: | ||
| 196 | pr116047-2.h:1:1: error: unknown type name ‘a’ | ||
| 197 | 1 | a b c; | ||
| 198 | | ^ | ||
| 199 | pr116047-2.h:1:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘c’ | ||
| 200 | 1 | a b c; | ||
| 201 | | ^ | ||
| 202 | $ /usr/src/gcc-14/obj/gcc/cc1.new -quiet -std=c23 pr116047.c -nostdinc | ||
| 203 | In file included from pr116047-1.h:327677, | ||
| 204 | from pr116047.c:4: | ||
| 205 | pr116047-2.h:1:1: error: unknown type name ‘a’ | ||
| 206 | 1 | a b c; | ||
| 207 | | ^ | ||
| 208 | pr116047-2.h:1:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘c’ | ||
| 209 | 1 | a b c; | ||
| 210 | | ^ | ||
| 211 | |||
| 212 | pr116047-1.h has on lines 327677+327678: | ||
| 213 | #include "pr116047-2.h" | ||
| 214 | static_assert (__LINE__ == 327678, ""); | ||
| 215 | so the static_assert failure is something that was dealt mainly in the | ||
| 216 | LC_LEAVE hunk and files.cc reversion, but please have a look at the | ||
| 217 | In file included from lines. | ||
| 218 | 14.2 emits correct line (#include "pr116047-2.h" is indeed on line | ||
| 219 | 327677) but some random column in there (which is not normally printed | ||
| 220 | for smaller headers; 21 is the . before extension in the filename). | ||
| 221 | Current trunk emits incorrect line (327678 instead of 327677, clearly | ||
| 222 | it didn't decrement). | ||
| 223 | And the patched compiler emits the right line with no column, as would | ||
| 224 | be printed if I remove e.g. 300000 newlines from the file. | ||
| 225 | |||
| 226 | 2025-05-07 Jakub Jelinek <jakub@redhat.com> | ||
| 227 | |||
| 228 | PR preprocessor/108900 | ||
| 229 | PR preprocessor/116047 | ||
| 230 | PR preprocessor/120061 | ||
| 231 | * files.cc (_cpp_stack_file): Revert 2025-03-28 change. | ||
| 232 | * line-map.cc (linemap_add): Use | ||
| 233 | SOURCE_LINE (from, linemap_included_from (map - 1)) + 1; instead of | ||
| 234 | SOURCE_LINE (from, from[1].start_location); to compute to_line | ||
| 235 | for LC_LEAVE. For LC_ENTER included_from computation, look at | ||
| 236 | map[-2] or even lower if map[-1] has the same start_location as | ||
| 237 | map[0]. | ||
| 238 | |||
| 239 | * gcc.dg/plugin/plugin.exp: Add location-overflow-test-pr116047.c | ||
| 240 | and location-overflow-test-pr120061.c. | ||
| 241 | * gcc.dg/plugin/location_overflow_plugin.cc (plugin_init): Don't error | ||
| 242 | on unknown values, instead just break. Handle 0x4fHHHHHH arguments | ||
| 243 | differently. | ||
| 244 | * gcc.dg/plugin/location-overflow-test-pr116047.c: New test. | ||
| 245 | * gcc.dg/plugin/location-overflow-test-pr116047-1.h: New test. | ||
| 246 | * gcc.dg/plugin/location-overflow-test-pr116047-2.h: New test. | ||
| 247 | * gcc.dg/plugin/location-overflow-test-pr120061.c: New test. | ||
| 248 | * gcc.dg/plugin/location-overflow-test-pr120061-1.h: New test. | ||
| 249 | * gcc.dg/plugin/location-overflow-test-pr120061-2.h: New test. | ||
| 250 | |||
| 251 | Upstream-Status: Backport [https://gcc.gnu.org/cgit/gcc/commit/?id=edf745dc519ddbfef127e2789bf11bfbacd300b7] | ||
| 252 | Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> | ||
| 253 | --- | ||
| 254 | .../plugin/location-overflow-test-pr116047-1.h | 6 +++ | ||
| 255 | .../plugin/location-overflow-test-pr116047-2.h | 1 + | ||
| 256 | .../plugin/location-overflow-test-pr116047.c | 5 +++ | ||
| 257 | .../plugin/location-overflow-test-pr120061-1.h | 6 +++ | ||
| 258 | .../plugin/location-overflow-test-pr120061-2.h | 1 + | ||
| 259 | .../plugin/location-overflow-test-pr120061.c | 6 +++ | ||
| 260 | .../gcc.dg/plugin/location_overflow_plugin.cc | 15 +++++-- | ||
| 261 | gcc/testsuite/gcc.dg/plugin/plugin.exp | 4 +- | ||
| 262 | libcpp/files.cc | 8 ---- | ||
| 263 | libcpp/line-map.cc | 48 ++++++++++++++++++---- | ||
| 264 | 10 files changed, 80 insertions(+), 20 deletions(-) | ||
| 265 | create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-1.h | ||
| 266 | create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-2.h | ||
| 267 | create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047.c | ||
| 268 | create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-1.h | ||
| 269 | create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-2.h | ||
| 270 | create mode 100644 gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061.c | ||
| 271 | |||
| 272 | diff --git a/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-1.h b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-1.h | ||
| 273 | new file mode 100644 | ||
| 274 | index 000000000000..3dd6434a938b | ||
| 275 | --- /dev/null | ||
| 276 | +++ b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-1.h | ||
| 277 | @@ -0,0 +1,6 @@ | ||
| 278 | + | ||
| 279 | + | ||
| 280 | + | ||
| 281 | + | ||
| 282 | +#include "location-overflow-test-pr116047-2.h" | ||
| 283 | +static_assert (__LINE__ == 6, ""); | ||
| 284 | diff --git a/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-2.h b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-2.h | ||
| 285 | new file mode 100644 | ||
| 286 | index 000000000000..048f715b4656 | ||
| 287 | --- /dev/null | ||
| 288 | +++ b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047-2.h | ||
| 289 | @@ -0,0 +1 @@ | ||
| 290 | +int i; | ||
| 291 | diff --git a/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047.c b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047.c | ||
| 292 | new file mode 100644 | ||
| 293 | index 000000000000..75161fa5f055 | ||
| 294 | --- /dev/null | ||
| 295 | +++ b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr116047.c | ||
| 296 | @@ -0,0 +1,5 @@ | ||
| 297 | +/* PR preprocessor/116047 */ | ||
| 298 | +/* { dg-do preprocess } */ | ||
| 299 | +/* { dg-options "-nostdinc -std=c23 -fplugin-arg-location_overflow_plugin-value=0x4ffe0180" } */ | ||
| 300 | +#include "location-overflow-test-pr116047-1.h" | ||
| 301 | +/* { dg-final { scan-file location-overflow-test-pr116047.i "static_assert\[^\n\r]\*6\[^\n\r]\*== 6" } } */ | ||
| 302 | diff --git a/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-1.h b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-1.h | ||
| 303 | new file mode 100644 | ||
| 304 | index 000000000000..ebf7704f568e | ||
| 305 | --- /dev/null | ||
| 306 | +++ b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-1.h | ||
| 307 | @@ -0,0 +1,6 @@ | ||
| 308 | + | ||
| 309 | + | ||
| 310 | + | ||
| 311 | + | ||
| 312 | +#include "location-overflow-test-pr120061-2.h" | ||
| 313 | + | ||
| 314 | diff --git a/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-2.h b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-2.h | ||
| 315 | new file mode 100644 | ||
| 316 | index 000000000000..048f715b4656 | ||
| 317 | --- /dev/null | ||
| 318 | +++ b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061-2.h | ||
| 319 | @@ -0,0 +1 @@ | ||
| 320 | +int i; | ||
| 321 | diff --git a/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061.c b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061.c | ||
| 322 | new file mode 100644 | ||
| 323 | index 000000000000..e8e803898da3 | ||
| 324 | --- /dev/null | ||
| 325 | +++ b/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr120061.c | ||
| 326 | @@ -0,0 +1,6 @@ | ||
| 327 | +/* PR preprocessor/120061 */ | ||
| 328 | +/* { dg-do preprocess } */ | ||
| 329 | +/* { dg-options "-nostdinc -std=c23 -fplugin-arg-location_overflow_plugin-value=0x61000000" } */ | ||
| 330 | +#include "location-overflow-test-pr120061-1.h" | ||
| 331 | +static_assert (__LINE__ == 5, ""); | ||
| 332 | +/* { dg-final { scan-file location-overflow-test-pr120061.i "static_assert\[^\n\r]\*5\[^\n\r]\*== 5" } } */ | ||
| 333 | diff --git a/gcc/testsuite/gcc.dg/plugin/location_overflow_plugin.cc b/gcc/testsuite/gcc.dg/plugin/location_overflow_plugin.cc | ||
| 334 | index f731b1421b0f..f770d35ea518 100644 | ||
| 335 | --- a/gcc/testsuite/gcc.dg/plugin/location_overflow_plugin.cc | ||
| 336 | +++ b/gcc/testsuite/gcc.dg/plugin/location_overflow_plugin.cc | ||
| 337 | @@ -85,9 +85,18 @@ plugin_init (struct plugin_name_args *plugin_info, | ||
| 338 | error_at (UNKNOWN_LOCATION, "missing plugin argument"); | ||
| 339 | |||
| 340 | /* With 64-bit locations, the thresholds are larger, so shift the base | ||
| 341 | - location argument accordingly. */ | ||
| 342 | + location argument accordingly, basically remap the GCC 14 32-bit | ||
| 343 | + location_t argument values to 64-bit location_t counterparts. There | ||
| 344 | + is one exception for values slightly before the 32-bit location_t | ||
| 345 | + LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES (0x50000000). In that case | ||
| 346 | + remap them to the same amount before the 64-bit location_t | ||
| 347 | + LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES - | ||
| 348 | + ((location_t) 0x50000000) << 31. */ | ||
| 349 | gcc_assert (sizeof (location_t) == sizeof (uint64_t)); | ||
| 350 | - base_location = 1 + ((base_location - 1) << 31); | ||
| 351 | + if (base_location >= 0x4f000000 && base_location <= 0x4fffffff) | ||
| 352 | + base_location += (((location_t) 0x50000000) << 31) - 0x50000000; | ||
| 353 | + else | ||
| 354 | + base_location = 1 + ((base_location - 1) << 31); | ||
| 355 | |||
| 356 | register_callback (plugin_info->base_name, | ||
| 357 | PLUGIN_PRAGMAS, | ||
| 358 | @@ -107,7 +116,7 @@ plugin_init (struct plugin_name_args *plugin_info, | ||
| 359 | break; | ||
| 360 | |||
| 361 | default: | ||
| 362 | - error_at (UNKNOWN_LOCATION, "unrecognized value for plugin argument"); | ||
| 363 | + break; | ||
| 364 | } | ||
| 365 | |||
| 366 | return 0; | ||
| 367 | diff --git a/gcc/testsuite/gcc.dg/plugin/plugin.exp b/gcc/testsuite/gcc.dg/plugin/plugin.exp | ||
| 368 | index 90c91621d0aa..96e76d2e0c36 100644 | ||
| 369 | --- a/gcc/testsuite/gcc.dg/plugin/plugin.exp | ||
| 370 | +++ b/gcc/testsuite/gcc.dg/plugin/plugin.exp | ||
| 371 | @@ -138,7 +138,9 @@ set plugin_test_list [list \ | ||
| 372 | { location_overflow_plugin.cc \ | ||
| 373 | location-overflow-test-1.c \ | ||
| 374 | location-overflow-test-2.c \ | ||
| 375 | - location-overflow-test-pr83173.c } \ | ||
| 376 | + location-overflow-test-pr83173.c \ | ||
| 377 | + location-overflow-test-pr116047.c \ | ||
| 378 | + location-overflow-test-pr120061.c } \ | ||
| 379 | { must_tail_call_plugin.cc \ | ||
| 380 | must-tail-call-1.c \ | ||
| 381 | must-tail-call-2.c } \ | ||
| 382 | diff --git a/libcpp/files.cc b/libcpp/files.cc | ||
| 383 | index c1abde6639fe..d80c4bfd9077 100644 | ||
| 384 | --- a/libcpp/files.cc | ||
| 385 | +++ b/libcpp/files.cc | ||
| 386 | @@ -1047,14 +1047,6 @@ _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, include_type type, | ||
| 387 | && (pfile->line_table->highest_location | ||
| 388 | != LINE_MAP_MAX_LOCATION - 1)); | ||
| 389 | |||
| 390 | - if (decrement && LINEMAPS_ORDINARY_USED (pfile->line_table)) | ||
| 391 | - { | ||
| 392 | - const line_map_ordinary *map | ||
| 393 | - = LINEMAPS_LAST_ORDINARY_MAP (pfile->line_table); | ||
| 394 | - if (map && map->start_location == pfile->line_table->highest_location) | ||
| 395 | - decrement = false; | ||
| 396 | - } | ||
| 397 | - | ||
| 398 | if (decrement) | ||
| 399 | pfile->line_table->highest_location--; | ||
| 400 | |||
| 401 | diff --git a/libcpp/line-map.cc b/libcpp/line-map.cc | ||
| 402 | index 17e7f12551c0..cf6557117c81 100644 | ||
| 403 | --- a/libcpp/line-map.cc | ||
| 404 | +++ b/libcpp/line-map.cc | ||
| 405 | @@ -621,8 +621,8 @@ linemap_add (line_maps *set, enum lc_reason reason, | ||
| 406 | #include "included", inside the same "includer" file. */ | ||
| 407 | |||
| 408 | linemap_assert (!MAIN_FILE_P (map - 1)); | ||
| 409 | - /* (MAP - 1) points to the map we are leaving. The | ||
| 410 | - map from which (MAP - 1) got included should be the map | ||
| 411 | + /* (MAP - 1) points to the map we are leaving. The | ||
| 412 | + map from which (MAP - 1) got included should be usually the map | ||
| 413 | that comes right before MAP in the same file. */ | ||
| 414 | from = linemap_included_from_linemap (set, map - 1); | ||
| 415 | |||
| 416 | @@ -630,7 +630,24 @@ linemap_add (line_maps *set, enum lc_reason reason, | ||
| 417 | if (to_file == NULL) | ||
| 418 | { | ||
| 419 | to_file = ORDINARY_MAP_FILE_NAME (from); | ||
| 420 | - to_line = SOURCE_LINE (from, from[1].start_location); | ||
| 421 | + /* Compute the line on which the map resumes, for #include this | ||
| 422 | + should be the line after the #include line. Usually FROM is | ||
| 423 | + the map right before LC_ENTER map - the first map of the included | ||
| 424 | + file, and in that case SOURCE_LINE (from, from[1].start_location); | ||
| 425 | + computes the right line (and does handle even some special cases | ||
| 426 | + (e.g. where for returning from <command line> we still want to | ||
| 427 | + be at line 0 or some -traditional-cpp cases). In rare cases | ||
| 428 | + FROM can be followed by LC_RENAME created by linemap_line_start | ||
| 429 | + for line right after #include line. If that happens, | ||
| 430 | + start_location of the FROM[1] map will be the same as | ||
| 431 | + start_location of FROM[2] LC_ENTER, but FROM[1] start_location | ||
| 432 | + might not have advance enough for moving to a full next line. | ||
| 433 | + In that case compute the line of #include line and add 1 to it | ||
| 434 | + to advance to the next line. See PR120061. */ | ||
| 435 | + if (from[1].reason == LC_RENAME) | ||
| 436 | + to_line = SOURCE_LINE (from, linemap_included_from (map - 1)) + 1; | ||
| 437 | + else | ||
| 438 | + to_line = SOURCE_LINE (from, from[1].start_location); | ||
| 439 | sysp = ORDINARY_MAP_IN_SYSTEM_HEADER_P (from); | ||
| 440 | } | ||
| 441 | else | ||
| 442 | @@ -660,11 +677,26 @@ linemap_add (line_maps *set, enum lc_reason reason, | ||
| 443 | if (set->depth == 0) | ||
| 444 | map->included_from = 0; | ||
| 445 | else | ||
| 446 | - /* The location of the end of the just-closed map. */ | ||
| 447 | - map->included_from | ||
| 448 | - = (((map[0].start_location - 1 - map[-1].start_location) | ||
| 449 | - & ~((loc_one << map[-1].m_column_and_range_bits) - 1)) | ||
| 450 | - + map[-1].start_location); | ||
| 451 | + { | ||
| 452 | + /* Compute location from whence this line map was included. | ||
| 453 | + For #include this should be preferrably column 0 of the | ||
| 454 | + line on which #include directive appears. | ||
| 455 | + map[-1] is the just closed map and usually included_from | ||
| 456 | + falls within that map. In rare cases linemap_line_start | ||
| 457 | + can insert a new LC_RENAME map for the line immediately | ||
| 458 | + after #include line, in that case map[-1] will have the | ||
| 459 | + same start_location as the new one and so included_from | ||
| 460 | + would not be from map[-1] but likely map[-2]. If that | ||
| 461 | + happens, mask off map[-2] m_column_and_range_bits bits | ||
| 462 | + instead of map[-1]. See PR120061. */ | ||
| 463 | + int i = -1; | ||
| 464 | + while (map[i].start_location == map[0].start_location) | ||
| 465 | + --i; | ||
| 466 | + map->included_from | ||
| 467 | + = (((map[0].start_location - 1 - map[i].start_location) | ||
| 468 | + & ~((loc_one << map[i].m_column_and_range_bits) - 1)) | ||
| 469 | + + map[i].start_location); | ||
| 470 | + } | ||
| 471 | set->depth++; | ||
| 472 | if (set->trace_includes) | ||
| 473 | trace_include (set, map); | ||
| 474 | -- | ||
| 475 | |||
diff --git a/meta/recipes-devtools/gcc/gcc/0027-aarch64-Fix-fma-steering-when-rename-fails-PR120119.patch b/meta/recipes-devtools/gcc/gcc/0027-aarch64-Fix-fma-steering-when-rename-fails-PR120119.patch deleted file mode 100644 index a59cb45524..0000000000 --- a/meta/recipes-devtools/gcc/gcc/0027-aarch64-Fix-fma-steering-when-rename-fails-PR120119.patch +++ /dev/null | |||
| @@ -1,69 +0,0 @@ | |||
| 1 | From b28d5f51e1ec75f6878593ef084e9cfb836b9db4 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andrew Pinski <quic_apinski@quicinc.com> | ||
| 3 | Date: Tue, 22 Jul 2025 10:32:42 -0700 | ||
| 4 | Subject: [PATCH] aarch64: Fix fma steering when rename fails [PR120119] | ||
| 5 | |||
| 6 | Regrename can fail in some case and `insn_rr[INSN_UID (insn)].op_info` | ||
| 7 | will be null. The FMA steering code was not expecting the failure to happen. | ||
| 8 | This started to happen after early RA was added but it has been a latent bug | ||
| 9 | before that. | ||
| 10 | |||
| 11 | Build and tested for aarch64-linux-gnu. | ||
| 12 | |||
| 13 | PR target/120119 | ||
| 14 | |||
| 15 | gcc/ChangeLog: | ||
| 16 | |||
| 17 | * config/aarch64/cortex-a57-fma-steering.cc (func_fma_steering::analyze): | ||
| 18 | Skip if renaming fails. | ||
| 19 | |||
| 20 | gcc/testsuite/ChangeLog: | ||
| 21 | |||
| 22 | * g++.dg/torture/pr120119-1.C: New test. | ||
| 23 | |||
| 24 | Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2025-July/690239.html] | ||
| 25 | Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com> | ||
| 26 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 27 | --- | ||
| 28 | gcc/config/aarch64/cortex-a57-fma-steering.cc | 5 +++++ | ||
| 29 | gcc/testsuite/g++.dg/torture/pr120119-1.C | 15 +++++++++++++++ | ||
| 30 | 2 files changed, 20 insertions(+) | ||
| 31 | create mode 100644 gcc/testsuite/g++.dg/torture/pr120119-1.C | ||
| 32 | |||
| 33 | diff --git a/gcc/config/aarch64/cortex-a57-fma-steering.cc b/gcc/config/aarch64/cortex-a57-fma-steering.cc | ||
| 34 | index fd6da66d855..f7675bed13d 100644 | ||
| 35 | --- a/gcc/config/aarch64/cortex-a57-fma-steering.cc | ||
| 36 | +++ b/gcc/config/aarch64/cortex-a57-fma-steering.cc | ||
| 37 | @@ -948,6 +948,11 @@ func_fma_steering::analyze () | ||
| 38 | |||
| 39 | /* Search the chain where this instruction is (one of) the root. */ | ||
| 40 | dest_op_info = insn_rr[INSN_UID (insn)].op_info; | ||
| 41 | + | ||
| 42 | + /* Register rename could fail. */ | ||
| 43 | + if (!dest_op_info) | ||
| 44 | + continue; | ||
| 45 | + | ||
| 46 | dest_regno = REGNO (SET_DEST (PATTERN (insn))); | ||
| 47 | for (i = 0; i < dest_op_info->n_chains; i++) | ||
| 48 | { | ||
| 49 | diff --git a/gcc/testsuite/g++.dg/torture/pr120119-1.C b/gcc/testsuite/g++.dg/torture/pr120119-1.C | ||
| 50 | new file mode 100644 | ||
| 51 | index 00000000000..1206feb310b | ||
| 52 | --- /dev/null | ||
| 53 | +++ b/gcc/testsuite/g++.dg/torture/pr120119-1.C | ||
| 54 | @@ -0,0 +1,15 @@ | ||
| 55 | +// { dg-do compile } | ||
| 56 | +// { dg-additional-options "-mcpu=cortex-a57" { target aarch64*-*-* } } | ||
| 57 | + | ||
| 58 | +// PR target/120119 | ||
| 59 | + | ||
| 60 | +struct a { | ||
| 61 | + float operator()(int b, int c) { return d[c * 4 + b]; } | ||
| 62 | + float *d; | ||
| 63 | +}; | ||
| 64 | +float e(float *); | ||
| 65 | +auto f(a b) { | ||
| 66 | + float g[]{b(1, 1), b(2, 1), b(3, 1), b(1, 2), b(2, 2), b(3, 2), b(1, 3), | ||
| 67 | + b(2, 3), b(3, 3), b(3, 2), b(1, 3), b(2, 3), b(3, 3)}; | ||
| 68 | + return b.d[0] * e(g); | ||
| 69 | +} | ||
diff --git a/meta/recipes-devtools/gcc/gcc/0028-libsanitizer-Fix-build-with-glibc-2.42.patch b/meta/recipes-devtools/gcc/gcc/0028-libsanitizer-Fix-build-with-glibc-2.42.patch deleted file mode 100644 index 58b186ee37..0000000000 --- a/meta/recipes-devtools/gcc/gcc/0028-libsanitizer-Fix-build-with-glibc-2.42.patch +++ /dev/null | |||
| @@ -1,77 +0,0 @@ | |||
| 1 | From d32ece49d32b00448d967e7dbc6900fb25cbc775 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Florian Weimer <fweimer@redhat.com> | ||
| 3 | Date: Fri, 2 May 2025 17:41:43 +0200 | ||
| 4 | Subject: [PATCH] libsanitizer: Fix build with glibc 2.42 | ||
| 5 | |||
| 6 | The termio structure will be removed from glibc 2.42. It has | ||
| 7 | been deprecated since the late 80s/early 90s. | ||
| 8 | |||
| 9 | Cherry-picked from LLVM commit 59978b21ad9c65276ee8e14f26759691b8a65763 | ||
| 10 | ("[sanitizer_common] Remove interceptors for deprecated struct termio | ||
| 11 | (#137403)"). | ||
| 12 | |||
| 13 | Co-Authored-By: Tom Stellard <tstellar@redhat.com> | ||
| 14 | |||
| 15 | libsanitizer/ | ||
| 16 | |||
| 17 | * sanitizer_common/sanitizer_common_interceptors_ioctl.inc: Cherry | ||
| 18 | picked from LLVM commit 59978b21ad9c65276ee8e14f26759691b8a65763. | ||
| 19 | * sanitizer_common/sanitizer_platform_limits_posix.cpp: Likewise. | ||
| 20 | * sanitizer_common/sanitizer_platform_limits_posix.h: Likewise. | ||
| 21 | |||
| 22 | Upstream-Status: Backport [https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d32ece49d32b00448d967e7dbc6900fb25cbc775] | ||
| 23 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 24 | --- | ||
| 25 | .../sanitizer_common_interceptors_ioctl.inc | 8 -------- | ||
| 26 | .../sanitizer_common/sanitizer_platform_limits_posix.cpp | 3 --- | ||
| 27 | .../sanitizer_common/sanitizer_platform_limits_posix.h | 1 - | ||
| 28 | 3 files changed, 12 deletions(-) | ||
| 29 | |||
| 30 | diff --git a/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc b/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc | ||
| 31 | index 49ec4097c90..dda11daa77f 100644 | ||
| 32 | --- a/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc | ||
| 33 | +++ b/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc | ||
| 34 | @@ -338,17 +338,9 @@ static void ioctl_table_fill() { | ||
| 35 | _(SOUND_PCM_WRITE_CHANNELS, WRITE, sizeof(int)); | ||
| 36 | _(SOUND_PCM_WRITE_FILTER, WRITE, sizeof(int)); | ||
| 37 | _(TCFLSH, NONE, 0); | ||
| 38 | -#if SANITIZER_GLIBC | ||
| 39 | - _(TCGETA, WRITE, struct_termio_sz); | ||
| 40 | -#endif | ||
| 41 | _(TCGETS, WRITE, struct_termios_sz); | ||
| 42 | _(TCSBRK, NONE, 0); | ||
| 43 | _(TCSBRKP, NONE, 0); | ||
| 44 | -#if SANITIZER_GLIBC | ||
| 45 | - _(TCSETA, READ, struct_termio_sz); | ||
| 46 | - _(TCSETAF, READ, struct_termio_sz); | ||
| 47 | - _(TCSETAW, READ, struct_termio_sz); | ||
| 48 | -#endif | ||
| 49 | _(TCSETS, READ, struct_termios_sz); | ||
| 50 | _(TCSETSF, READ, struct_termios_sz); | ||
| 51 | _(TCSETSW, READ, struct_termios_sz); | ||
| 52 | diff --git a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp | ||
| 53 | index c87d5ef42c9..7bbc6f2edac 100644 | ||
| 54 | --- a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp | ||
| 55 | +++ b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp | ||
| 56 | @@ -485,9 +485,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr); | ||
| 57 | unsigned struct_input_id_sz = sizeof(struct input_id); | ||
| 58 | unsigned struct_mtpos_sz = sizeof(struct mtpos); | ||
| 59 | unsigned struct_rtentry_sz = sizeof(struct rtentry); | ||
| 60 | -#if SANITIZER_GLIBC || SANITIZER_ANDROID | ||
| 61 | - unsigned struct_termio_sz = sizeof(struct termio); | ||
| 62 | -#endif | ||
| 63 | unsigned struct_vt_consize_sz = sizeof(struct vt_consize); | ||
| 64 | unsigned struct_vt_sizes_sz = sizeof(struct vt_sizes); | ||
| 65 | unsigned struct_vt_stat_sz = sizeof(struct vt_stat); | ||
| 66 | diff --git a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h | ||
| 67 | index c07f7cd0b0d..a80df656826 100644 | ||
| 68 | --- a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h | ||
| 69 | +++ b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h | ||
| 70 | @@ -1029,7 +1029,6 @@ extern unsigned struct_hd_geometry_sz; | ||
| 71 | extern unsigned struct_input_absinfo_sz; | ||
| 72 | extern unsigned struct_input_id_sz; | ||
| 73 | extern unsigned struct_mtpos_sz; | ||
| 74 | -extern unsigned struct_termio_sz; | ||
| 75 | extern unsigned struct_vt_consize_sz; | ||
| 76 | extern unsigned struct_vt_sizes_sz; | ||
| 77 | extern unsigned struct_vt_stat_sz; | ||
diff --git a/meta/recipes-devtools/gcc/gcc_15.1.bb b/meta/recipes-devtools/gcc/gcc_15.2.bb index 255fe552bd..255fe552bd 100644 --- a/meta/recipes-devtools/gcc/gcc_15.1.bb +++ b/meta/recipes-devtools/gcc/gcc_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_15.1.bb b/meta/recipes-devtools/gcc/libgcc-initial_15.2.bb index a259082b47..a259082b47 100644 --- a/meta/recipes-devtools/gcc/libgcc-initial_15.1.bb +++ b/meta/recipes-devtools/gcc/libgcc-initial_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/libgcc_15.1.bb b/meta/recipes-devtools/gcc/libgcc_15.2.bb index fdcd6cc0da..fdcd6cc0da 100644 --- a/meta/recipes-devtools/gcc/libgcc_15.1.bb +++ b/meta/recipes-devtools/gcc/libgcc_15.2.bb | |||
diff --git a/meta/recipes-devtools/gcc/libgfortran_15.1.bb b/meta/recipes-devtools/gcc/libgfortran_15.2.bb index 71dd8b4bdc..71dd8b4bdc 100644 --- a/meta/recipes-devtools/gcc/libgfortran_15.1.bb +++ b/meta/recipes-devtools/gcc/libgfortran_15.2.bb | |||
