Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8e80c4d4
Commit
8e80c4d4
authored
Mar 09, 2016
by
Nathan Sidwell
Committed by
Nathan Sidwell
Mar 09, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
From-SVN: r234083
parent
5828a501
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/ChangeLog
+4
-0
gcc/config/nvptx/nvptx.c
+0
-5
No files found.
gcc/ChangeLog
View file @
8e80c4d4
2016-03-09 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
* config/i386/i386.c (processor_target_table): Fix cost table
...
...
gcc/config/nvptx/nvptx.c
View file @
8e80c4d4
...
...
@@ -164,11 +164,6 @@ nvptx_option_override (void)
/* The stabs testcases want to know stabs isn't supported. */
sorry
(
"stabs debug format not supported"
);
/* Actually we don't have any debug format, but don't be
unneccesarily noisy. */
write_symbols
=
NO_DEBUG
;
debug_info_level
=
DINFO_LEVEL_NONE
;
if
(
nvptx_optimize
<
0
)
nvptx_optimize
=
optimize
>
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment