]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Manually add ChangeLog entries from r13-3652-ge4cba49413ca429dc82f6aa2e88129ecb3fdd943
authorJakub Jelinek <jakub@redhat.com>
Sun, 6 Nov 2022 11:12:47 +0000 (12:12 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sun, 6 Nov 2022 11:12:47 +0000 (12:12 +0100)
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.

ChangeLog
contrib/ChangeLog
gcc/ChangeLog
include/ChangeLog
libgomp/ChangeLog

index f99789e016dac7bed638a797c7f2f27a04a84eac..612319ffa13c70492ab983bfdba5f80a16ac3e6b 100644 (file)
--- 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.
index 7222e2bd9484f1e5e5aaef499f39dae60cb171a5..da85fa83a937f270dd5195bbe1412bac8535c6e3 100644 (file)
@@ -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>
 
index 9f89f46c8887a8a422f441606ac86a96ac6d0e4c..0549cdddda34570ce166ac433b3197beddbc2c0b 100644 (file)
        * config/aarch64/aarch64-sve2.md: Fix typo in Cryptographic
        extensions comment.
 
+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'.
index 64b158a4e547d5e61f8265e31e5aaaac8456a5e7..51d58a64b8b65174fb1c87de8012668afdb11b32 100644 (file)
@@ -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
index 35e21000451a0e35c97d4b00193d146a02b9e67a..b39144ec7a3b2da887caed260f3dbe86d4467c2f 100644 (file)
@@ -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.