summaryrefslogtreecommitdiff
path: root/libcuda/cuobjdump.y
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-06-07 16:22:45 -0700
committersspenst <[email protected]>2016-06-07 16:22:45 -0700
commit587853a81f6fa6088b7f3d93fc8862a8b2610da7 (patch)
treea29948b33b8e44543747744430ae0e0e57cd5b59 /libcuda/cuobjdump.y
parent7aeadc95cc50d266f93cdb3ada1c192d9b5a1046 (diff)
The ptx parser now recognizes the NC option for ld.global, however this option is not actually implemented
Diffstat (limited to 'libcuda/cuobjdump.y')
-rw-r--r--libcuda/cuobjdump.y3
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");