Commit Graph

13 Commits

Author SHA256 Message Date
Richard Biener
614b42dbe9 - Update to version 1.0+git.20240419.9962793:
* as: Document current handling of '//:IND_FUNC_MAP' [#45]
  * Handle ":IND_FUNC_MAP" in nvptx-as to ensure map-directive order is kept
  * Handle --hash-style argument in nvptx-ld

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=21
2024-05-07 12:49:21 +00:00
Richard Biener
4914913b72 - 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
2023-09-26 07:20:06 +00:00
Richard Biener
9a64aafebc - 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
2023-07-21 12:03:12 +00:00
Richard Biener
29004aa2fc Accepting request 1073654 from home:marxin:branches:devel:gcc
- Start using tar_scm OBS server for a tarball.
- Update to version 1.0+git.20230122.93e0090:
  * nm: '#define __STDC_FORMAT_MACROS' for '#include <inttypes.h>' [#40]
  * 'nm'
  * ld: Clean up the 'symbol_table' when we're done
  * as: Clean up the 'symbol_table' when we're done
  * ld: Clean up 'file_hash_entry' instances when we're done with the 'symbol_table'
  * as: Always 'free' the 'tok_preamble_target_arg'-deduced 'target_arg' string after 'ptxas' verification
  * as: 'obstack_free' after 'ptxas' verification
  * run: Close files after use

OBS-URL: https://build.opensuse.org/request/show/1073654
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=15
2023-03-22 09:27:09 +00:00
Richard Biener
ebe6b510e0 - Remove nvptx-tools.patch as it is included in the above tarball update
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=13
2022-10-18 07:18:10 +00:00
Richard Biener
b24c86c028 * deals with CUDA 11 dropping support for NVIDIA Kepler sm_30 and sm_32
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=11
2022-10-13 09:57:52 +00:00
Richard Biener
2548865b5f - Update nvptx-tools tarball from git
* includes changes in nvptx-tools.patch
- Package nvptx-none-run and nvptx-none-run-single tools

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=10
2022-10-13 09:42:44 +00:00
Martin Liška
5d30949f35 Accepting request 811856 from home:Guillaume_G:branches:devel:gcc
- Enable build on aarch64

OBS-URL: https://build.opensuse.org/request/show/811856
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=8
2020-06-08 14:01:22 +00:00
Richard Biener
43e0ebd05c - Update nvptx-tools.patch to check for getopt to avoid providing
an incompatible declaration.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=6
2017-09-05 07:04:58 +00:00
Richard Biener
dd2629e6b1 Accepting request 455021 from home:jengelh:branches:devel:gcc
- Update description

OBS-URL: https://build.opensuse.org/request/show/455021
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=4
2017-02-14 08:20:52 +00:00
Richard Biener
328a275829 - Package COPYING3.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=3
2017-02-06 11:18:38 +00:00
Richard Biener
c8ab071fd4 - Initial version.
- Add nvptx-tools.patch to avoid errors when ptxas is not available.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=2
2017-01-26 13:00:17 +00:00
Richard Biener
e8afe1d3bb - Initial version.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=1
2017-01-26 11:39:58 +00:00