aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog7
-rw-r--r--contrib/ChangeLog9
-rw-r--r--gcc/ChangeLog14
-rw-r--r--include/ChangeLog5
-rw-r--r--libgomp/ChangeLog21
5 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f99789e..612319f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
+
+ * Makefile.def: Remove module 'liboffloadmic'.
+ * Makefile.in: Regenerate.
+ * configure.ac: Remove 'liboffloadmic' handling.
+ * configure: Regenerate.
+
2022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* MAINTAINERS: Update email address.
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 7222e2b..da85fa8 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -3,6 +3,15 @@
* gcc-changelog/git_update_version.py: Add
e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
+2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
+
+ * gcc-changelog/git_commit.py (default_changelog_locations):
+ Remove 'liboffloadmic'.
+ * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
+ files.
+ * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
+ comment.
+
2022-10-20 Jonathan Wakely <jwakely@redhat.com>
Ulrich Drepper <drepper@redhat.com>
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9f89f46..0549cdd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -55,6 +55,20 @@
2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
+ * config.gcc [target *-intelmic-* | *-intelmicemul-*]: Remove.
+ * config/i386/i386-options.cc (ix86_omp_device_kind_arch_isa)
+ [ACCEL_COMPILER]: Remove.
+ * config/i386/intelmic-mkoffload.cc: Remove.
+ * config/i386/intelmic-offload.h: Likewise.
+ * config/i386/t-intelmic: Likewise.
+ * config/i386/t-omp-device: Likewise.
+ * configure.ac [target *-intelmic-* | *-intelmicemul-*]: Remove.
+ * configure: Regenerate.
+ * doc/install.texi (--enable-offload-targets=[...]): Update.
+ * doc/sourcebuild.texi: Remove 'liboffloadmic' documentation.
+
+2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
+
* Makefile.in (OBJS): Remove 'dbxout.o'.
* config/nvptx/nvptx.cc: Don't '#include "dbxout.h"'.
* dbxout.cc: Remove.
diff --git a/include/ChangeLog b/include/ChangeLog
index 64b158a..51d58a6 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
+
+ * gomp-constants.h (GOMP_DEVICE_INTEL_MIC): Comment out.
+ (GOMP_VERSION_INTEL_MIC): Remove.
+
2022-10-31 Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
* btf.h (btf_enum64): Add new definition and new symbolic
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.