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
0e0a19c5
Commit
0e0a19c5
authored
May 10, 2017
by
Nathan Sidwell
Committed by
Nathan Sidwell
May 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dumpfile.h: Tabify.
From-SVN: r247832
parent
33e2d6f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+4
-0
gcc/dumpfile.h
+4
-3
No files found.
gcc/ChangeLog
View file @
0e0a19c5
2017-05-10 Nathan Sidwell <nathan@acm.org>
* dumpfile.h: Tabify.
2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
PR target/80671
PR target/80671
...
...
gcc/dumpfile.h
View file @
0e0a19c5
...
@@ -124,9 +124,10 @@ struct dump_file_info
...
@@ -124,9 +124,10 @@ struct dump_file_info
bool
owns_strings
;
/* fields "suffix", "swtch", "glob" can be
bool
owns_strings
;
/* fields "suffix", "swtch", "glob" can be
const strings, or can be dynamically
const strings, or can be dynamically
allocated, needing free. */
allocated, needing free. */
bool
graph_dump_initialized
;
/* When a given dump file is being initialized,
bool
graph_dump_initialized
;
/* When a given dump file is being
this flag is set to true if the corresponding
initialized, this flag is set to
TDF_graph dump file has also been
true if the corresponding TDF_graph
dump file has also been
initialized. */
initialized. */
};
};
...
...
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