- Update to version 1.0+git.20230913.c321f1a:
* as: Allow for arbitrary number of tokens in a 'stmt' * Ensure :VAR_MAP and :FUNC_MAP are output in order, part II [#29] * Ensure :VAR_MAP and :FUNC_MAP are output in order: add more test cases [#29] * as: Pass 'Vis' into 'parse_line_nosemi' * as: Inline 'alloc_comment' * as: When tokenizing a block comment, don't lose a preceding end of line marker * as: Add 'test/as/block_comment-1.test' * Bump architecture baseline from sm_35 to sm_50 [#30] * as: Remove unused 'FUNC_MAP', 'VAR_MAP' scanning * as: Clean up 'symbol's via C++ destructor * Enable 'test/as/ptxas/missing-1.test' also if 'ptxas' is available * Adjust for 'pex_run' error message change in "Update imported files: GCC, 2018-10-29 [#1, #42]" * Update imported files: GCC, 2023-06-16 [#1, #42] * Update imported files: GCC, 2022-05-18, II [#1, #42] * Update imported files: GCC, 2022-05-18 [#1, #42] * Update imported files: GCC, 2022-04-06 [#1, #42] * Update imported files: GCC, 2022-03-20 [#1, #42] * Switch to Autoconf 2.69, Automake 1.15.1 [#42] * Update imported files: GCC, 2018-10-31 [#1, #42] * Update imported files: GCC, 2018-10-29 [#1, #42] * Update imported files: GCC, 2016-07-29 [#1, #42] * Update imported files: GCC, 2014-05-01 [#1, #42] * Note "Imported Files" in 'README-development' [#1] * Add 'move-if-change' [#1] * Remove 'acinclude.m4' * Don't use 'gcc_AC_PROG_INSTALL'; use standard 'AC_PROG_INSTALL' * Don't use 'gcc_AC_PROG_LN_S'; assume that 'ln -s' does work * Have 'aclocal.m4' be "generated automatically by aclocal" * Move 'ACX_PKGVERSION', 'ACX_BUGURL' into 'config/acx.m4' OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=19
This commit is contained in:
parent
9a64aafebc
commit
4914913b72
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/MentorEmbedded/nvptx-tools</param>
|
||||
<param name="changesrevision">bbb6fe642c6c50422e2886b3f488fcb776336c46</param></service></servicedata>
|
||||
<param name="changesrevision">c321f1a3573dd89a12e3291d690207685a34df6e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11c67265442b5e38b9fdc329049c665689e31debd730d861337a44b1f38cea8a
|
||||
size 540196
|
3
nvptx-tools-1.0+git.20230913.c321f1a.tar.xz
Normal file
3
nvptx-tools-1.0+git.20230913.c321f1a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cd64f5cc19b046b2c029408c2c93682341df7c572e59d47b9e7f4826dbe9f3d
|
||||
size 661064
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 07:13:08 UTC 2023 - rguenther@suse.com
|
||||
|
||||
- Update to version 1.0+git.20230913.c321f1a:
|
||||
* as: Allow for arbitrary number of tokens in a 'stmt'
|
||||
* Ensure :VAR_MAP and :FUNC_MAP are output in order, part II [#29]
|
||||
* Ensure :VAR_MAP and :FUNC_MAP are output in order: add more test cases [#29]
|
||||
* as: Pass 'Vis' into 'parse_line_nosemi'
|
||||
* as: Inline 'alloc_comment'
|
||||
* as: When tokenizing a block comment, don't lose a preceding end of line marker
|
||||
* as: Add 'test/as/block_comment-1.test'
|
||||
* Bump architecture baseline from sm_35 to sm_50 [#30]
|
||||
* as: Remove unused 'FUNC_MAP', 'VAR_MAP' scanning
|
||||
* as: Clean up 'symbol's via C++ destructor
|
||||
* Enable 'test/as/ptxas/missing-1.test' also if 'ptxas' is available
|
||||
* Adjust for 'pex_run' error message change in "Update imported files: GCC, 2018-10-29 [#1, #42]"
|
||||
* Update imported files: GCC, 2023-06-16 [#1, #42]
|
||||
* Update imported files: GCC, 2022-05-18, II [#1, #42]
|
||||
* Update imported files: GCC, 2022-05-18 [#1, #42]
|
||||
* Update imported files: GCC, 2022-04-06 [#1, #42]
|
||||
* Update imported files: GCC, 2022-03-20 [#1, #42]
|
||||
* Switch to Autoconf 2.69, Automake 1.15.1 [#42]
|
||||
* Update imported files: GCC, 2018-10-31 [#1, #42]
|
||||
* Update imported files: GCC, 2018-10-29 [#1, #42]
|
||||
* Update imported files: GCC, 2016-07-29 [#1, #42]
|
||||
* Update imported files: GCC, 2014-05-01 [#1, #42]
|
||||
* Note "Imported Files" in 'README-development' [#1]
|
||||
* Add 'move-if-change' [#1]
|
||||
* Remove 'acinclude.m4'
|
||||
* Don't use 'gcc_AC_PROG_INSTALL'; use standard 'AC_PROG_INSTALL'
|
||||
* Don't use 'gcc_AC_PROG_LN_S'; assume that 'ln -s' does work
|
||||
* Have 'aclocal.m4' be "generated automatically by aclocal"
|
||||
* Move 'ACX_PKGVERSION', 'ACX_BUGURL' into 'config/acx.m4'
|
||||
* Regenerate 'configure'
|
||||
* Ensure :VAR_MAP and :FUNC_MAP are output in order
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 21 12:00:05 UTC 2023 - rguenther@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nvptx-tools
|
||||
Version: 1.0+git.20230718.bbb6fe6
|
||||
Version: 1.0+git.20230913.c321f1a
|
||||
Release: 0
|
||||
Summary: PTX language tools
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user