From 9a64aafebc6793d6bc7f16e8cd1352cd6970bdd152511fdc9f375c4c460fadef Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 21 Jul 2023 12:03:12 +0000 Subject: [PATCH] - Update to version 1.0+git.20230718.bbb6fe6: * Document "Program Instrumentation: Sanitizers" in 'README-development' * run: Move 'cuModuleGetFunction' for '__main' out of 'compile_file' * run: Plug 'compile_file' memory leaks * run: Localize 'cuda_lib' * as: Localize 'collect_wait' * as: Don't 'unlink (NULL)' * as: Don't use an obstack for 'ptxas' invocation [#1] * ld: Remove unused '#include "obstack.h"' [#1] * ld, nm: Stop 'using namespace std;' * run: For auto '--stack-size', consider free instead of total device memory [#8] * ld: Support archives appearing as input files * ld: Don't reject empty archives * ld: Make resolving of '-l'ibraries a separate step * ld: Verify no NUL-separated parts for 'process_refs_defs' * ld: Fix undefined behavior reading objects from archives * ld: Document padding of objects in archives * as: Plug 'alloc_stmt' memory leak * as: Plug 'read_file' memory leak * as: Plug 'tokenize' memory leak * as: Conceptually simplify capture of preamble '.target' directive's argument * 'test/GLOBAL_FUNCTION_DECL_f.s': 'f' is '.extern', not '.visible' [#38] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=17 --- _servicedata | 2 +- nvptx-tools-1.0+git.20230122.93e0090.tar.xz | 3 --- nvptx-tools-1.0+git.20230718.bbb6fe6.tar.xz | 3 +++ nvptx-tools.changes | 26 +++++++++++++++++++++ nvptx-tools.spec | 2 +- 5 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 nvptx-tools-1.0+git.20230122.93e0090.tar.xz create mode 100644 nvptx-tools-1.0+git.20230718.bbb6fe6.tar.xz diff --git a/_servicedata b/_servicedata index 447df99..d10d9dd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/MentorEmbedded/nvptx-tools - 93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b \ No newline at end of file + bbb6fe642c6c50422e2886b3f488fcb776336c46 \ No newline at end of file diff --git a/nvptx-tools-1.0+git.20230122.93e0090.tar.xz b/nvptx-tools-1.0+git.20230122.93e0090.tar.xz deleted file mode 100644 index 940ce15..0000000 --- a/nvptx-tools-1.0+git.20230122.93e0090.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c6ef5dd16d22da04f4d176d2860c56ac3f5066deff84ccd84c880e803d060c7 -size 539056 diff --git a/nvptx-tools-1.0+git.20230718.bbb6fe6.tar.xz b/nvptx-tools-1.0+git.20230718.bbb6fe6.tar.xz new file mode 100644 index 0000000..c98abe3 --- /dev/null +++ b/nvptx-tools-1.0+git.20230718.bbb6fe6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c67265442b5e38b9fdc329049c665689e31debd730d861337a44b1f38cea8a +size 540196 diff --git a/nvptx-tools.changes b/nvptx-tools.changes index 42eaacb..6f4a28f 100644 --- a/nvptx-tools.changes +++ b/nvptx-tools.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jul 21 12:00:05 UTC 2023 - rguenther@suse.com + +- Update to version 1.0+git.20230718.bbb6fe6: + * Document "Program Instrumentation: Sanitizers" in 'README-development' + * run: Move 'cuModuleGetFunction' for '__main' out of 'compile_file' + * run: Plug 'compile_file' memory leaks + * run: Localize 'cuda_lib' + * as: Localize 'collect_wait' + * as: Don't 'unlink (NULL)' + * as: Don't use an obstack for 'ptxas' invocation [#1] + * ld: Remove unused '#include "obstack.h"' [#1] + * ld, nm: Stop 'using namespace std;' + * run: For auto '--stack-size', consider free instead of total device memory [#8] + * ld: Support archives appearing as input files + * ld: Don't reject empty archives + * ld: Make resolving of '-l'ibraries a separate step + * ld: Verify no NUL-separated parts for 'process_refs_defs' + * ld: Fix undefined behavior reading objects from archives + * ld: Document padding of objects in archives + * as: Plug 'alloc_stmt' memory leak + * as: Plug 'read_file' memory leak + * as: Plug 'tokenize' memory leak + * as: Conceptually simplify capture of preamble '.target' directive's argument + * 'test/GLOBAL_FUNCTION_DECL_f.s': 'f' is '.extern', not '.visible' [#38] + ------------------------------------------------------------------- Tue Mar 21 21:44:49 UTC 2023 - mliska@suse.cz diff --git a/nvptx-tools.spec b/nvptx-tools.spec index cc0d08a..1288b7a 100644 --- a/nvptx-tools.spec +++ b/nvptx-tools.spec @@ -17,7 +17,7 @@ Name: nvptx-tools -Version: 1.0+git.20230122.93e0090 +Version: 1.0+git.20230718.bbb6fe6 Release: 0 Summary: PTX language tools License: GPL-3.0-or-later