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.
This commit is contained in:
parent
05788e9b95
commit
89d0a14a1f
5 changed files with 56 additions and 0 deletions
|
@ -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>
|
2022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||||||
|
|
||||||
* MAINTAINERS: Update email address.
|
* MAINTAINERS: Update email address.
|
||||||
|
|
|
@ -3,6 +3,15 @@
|
||||||
* gcc-changelog/git_update_version.py: Add
|
* gcc-changelog/git_update_version.py: Add
|
||||||
e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
|
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>
|
2022-10-20 Jonathan Wakely <jwakely@redhat.com>
|
||||||
Ulrich Drepper <drepper@redhat.com>
|
Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,20 @@
|
||||||
* config/aarch64/aarch64-sve2.md: Fix typo in Cryptographic
|
* config/aarch64/aarch64-sve2.md: Fix typo in Cryptographic
|
||||||
extensions comment.
|
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>
|
2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (OBJS): Remove 'dbxout.o'.
|
* Makefile.in (OBJS): Remove 'dbxout.o'.
|
||||||
|
|
|
@ -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>
|
2022-10-31 Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
|
||||||
|
|
||||||
* btf.h (btf_enum64): Add new definition and new symbolic
|
* btf.h (btf_enum64): Add new definition and new symbolic
|
||||||
|
|
|
@ -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>
|
2022-11-03 Tobias Burnus <tobias@codesourcery.com>
|
||||||
|
|
||||||
* testsuite/libgomp.fortran/target-11.f90: New test.
|
* testsuite/libgomp.fortran/target-11.f90: New test.
|
||||||
|
|
Loading…
Add table
Reference in a new issue