diff options
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 56656b5..1e9cbf7 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,35 @@ +2022-05-11 Thomas Schwinge <thomas@codesourcery.com> + + * plugin/configfrag.ac: Remove '--with-hsa-runtime', + '--with-hsa-runtime-include', '--with-hsa-runtime-lib' processing. + * Makefile.in: Regenerate. + * configure: Likewise. + * testsuite/Makefile.in: Likewise. + +2022-05-11 Thomas Schwinge <thomas@codesourcery.com> + + * plugin/Makefrag.am (libgomp_plugin_gcn_la_CPPFLAGS): Don't + consider 'PLUGIN_GCN_CPPFLAGS'. + (libgomp_plugin_gcn_la_LDFLAGS): Don't consider + 'PLUGIN_GCN_LDFLAGS'. + * plugin/configfrag.ac (PLUGIN_GCN_CPPFLAGS, PLUGIN_GCN_LDFLAGS): + Remove. + * Makefile.in: Regenerate. + * configure: Likewise. + * testsuite/Makefile.in: Likewise. + +2022-05-11 Thomas Schwinge <thomas@codesourcery.com> + + * plugin/configfrag.ac (HSA_RUNTIME_CPPFLAGS) + (HSA_RUNTIME_LDFLAGS): Remove. + * configure: Regenerate. + +2022-05-11 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/lib/libgomp.exp (libgomp_init): Don't + 'append always_ld_library_path ":$hsa_runtime_lib"'. + * testsuite/libgomp-test-support.exp.in (hsa_runtime_lib): Don't set. + 2022-05-10 Thomas Schwinge <thomas@codesourcery.com> * testsuite/libgomp.fortran/use_device_addr-5.f90: Fix up |