public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3705] Manually add ChangeLog entries from r13-3652-ge4cba49413ca429dc82f6aa2e88129ecb3fdd943
Date: Sun,  6 Nov 2022 11:15:12 +0000 (GMT)	[thread overview]
Message-ID: <20221106111529.6D6AC3858C53@sourceware.org> (raw)

https://gcc.gnu.org/g:89d0a14a1fdf89d38d9db1156ffde8c1b276823c

commit r13-3705-g89d0a14a1fdf89d38d9db1156ffde8c1b276823c
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sun Nov 6 12:12:47 2022 +0100

    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.

Diff:
---
 ChangeLog         |  7 +++++++
 contrib/ChangeLog |  9 +++++++++
 gcc/ChangeLog     | 14 ++++++++++++++
 include/ChangeLog |  5 +++++
 libgomp/ChangeLog | 21 +++++++++++++++++++++
 5 files changed, 56 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index f99789e016d..612319ffa13 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 7222e2bd948..da85fa83a93 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 9f89f46c888..0549cdddda3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -53,6 +53,20 @@
 	* 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'.
diff --git a/include/ChangeLog b/include/ChangeLog
index 64b158a4e54..51d58a64b8b 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 35e21000451..b39144ec7a3 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.

                 reply	other threads:[~2022-11-06 11:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221106111529.6D6AC3858C53@sourceware.org \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).