+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.
* 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>
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.
+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
+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.