aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2022-11-06 12:12:47 +0100
committerJakub Jelinek <jakub@redhat.com>2022-11-06 12:12:47 +0100
commit89d0a14a1fdf89d38d9db1156ffde8c1b276823c (patch)
tree93c4f1851f9df95237a003020371fdf2b59ff1c4 /libgomp
parent05788e9b951199e0947cf70d62feaf9d051a4b46 (diff)
downloadgcc-89d0a14a1fdf89d38d9db1156ffde8c1b276823c.zip
gcc-89d0a14a1fdf89d38d9db1156ffde8c1b276823c.tar.gz
gcc-89d0a14a1fdf89d38d9db1156ffde8c1b276823c.tar.bz2
Manually add ChangeLog entries from r13-3652-ge4cba49413ca429dc82f6aa2e88129ecb3fdd943
This commit caused failure of update_version_git due to the removal of liboffloadmic with ChangeLog in it, so I had to blacklist that commit and here I'm adding ChangeLog entries manually.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 35e2100..b39144e 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,24 @@
+2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
+
+ * libgomp-plugin.h (OFFLOAD_TARGET_TYPE_INTEL_MIC): Remove.
+ * libgomp.texi (OpenMP Context Selectors): Remove Intel MIC
+ documentation.
+ * plugin/configfrag.ac <enable_offload_targets>
+ [*-intelmic-* | *-intelmicemul-*]: Remove.
+ * configure: Regenerate.
+ * testsuite/lib/libgomp.exp (libgomp_init): Remove 'liboffloadmic'
+ handling.
+ (offload_target_to_openacc_device_type)
+ [$offload_target = *-intelmic*]: Remove.
+ (check_effective_target_offload_device_intel_mic)
+ (check_effective_target_offload_device_any_intel_mic): Remove.
+ * testsuite/libgomp.c-c++-common/on_device_arch.h
+ (device_arch_intel_mic, on_device_arch_intel_mic, any_device_arch)
+ (any_device_arch_intel_mic): Remove.
+ * testsuite/libgomp.c-c++-common/target-45.c: Remove
+ 'offload_device_any_intel_mic' XFAIL.
+ * testsuite/libgomp.fortran/target10.f90: Likewise.
+
2022-11-03 Tobias Burnus <tobias@codesourcery.com>
* testsuite/libgomp.fortran/target-11.f90: New test.