diff options
| author | sspenst <[email protected]> | 2016-06-07 16:22:45 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-06-07 16:22:45 -0700 |
| commit | 587853a81f6fa6088b7f3d93fc8862a8b2610da7 (patch) | |
| tree | a29948b33b8e44543747744430ae0e0e57cd5b59 /libcuda | |
| parent | 7aeadc95cc50d266f93cdb3ada1c192d9b5a1046 (diff) | |
The ptx parser now recognizes the NC option for ld.global, however this option is not actually implemented
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuobjdump.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcuda/cuobjdump.y b/libcuda/cuobjdump.y index 9d61f25..31760f7 100644 --- a/libcuda/cuobjdump.y +++ b/libcuda/cuobjdump.y @@ -82,8 +82,7 @@ section : PTXHEADER { snprintf(filename, 1024, "_cuobjdump_%d.elf", elfserial); elffile = fopen(filename, "w"); setCuobjdumpelffilename(filename); - } headerinfo identifier{ - } elfcode { + } headerinfo compressedkeyword identifier elfcode { fclose(elffile); snprintf(filename, 1024, "_cuobjdump_%d.sass", elfserial++); sassfile = fopen(filename, "w"); |
