- 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
This commit is contained in:
Richard Biener 2023-07-21 12:03:12 +00:00 committed by Git OBS Bridge
parent 29004aa2fc
commit 9a64aafebc
5 changed files with 31 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/MentorEmbedded/nvptx-tools</param>
<param name="changesrevision">93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b</param></service></servicedata>
<param name="changesrevision">bbb6fe642c6c50422e2886b3f488fcb776336c46</param></service></servicedata>

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11c67265442b5e38b9fdc329049c665689e31debd730d861337a44b1f38cea8a
size 540196

View File

@ -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

View File

@ -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