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
ffa66012
Commit
ffa66012
authored
Jun 11, 2013
by
David Malcolm
Committed by
David Malcolm
Jun 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final.c (debug_prefix_maps): Make static.
* final.c (debug_prefix_maps): Make static. From-SVN: r199963
parent
783f2d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/final.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ffa66012
2013-06-11 David Malcolm <dmalcolm@redhat.com>
* final.c (debug_prefix_maps): Make static.
2013-06-11 David Malcolm <dmalcolm@redhat.com>
* function.c (initial_trampoline): Remove stray copy.
2013-06-11 Sofiane Naci <sofiane.naci@arm.com>
...
...
gcc/final.c
View file @
ffa66012
...
...
@@ -1471,7 +1471,7 @@ typedef struct debug_prefix_map
}
debug_prefix_map
;
/* Linked list of such structures. */
debug_prefix_map
*
debug_prefix_maps
;
static
debug_prefix_map
*
debug_prefix_maps
;
/* Record a debug file prefix mapping. ARG is the argument to
...
...
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