mirror of git://gcc.gnu.org/git/gcc.git
final.c (debug_prefix_maps): Make static.
* final.c (debug_prefix_maps): Make static. From-SVN: r199963
This commit is contained in:
parent
783f2d35d4
commit
ffa6601215
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-06-11 David Malcolm <dmalcolm@redhat.com>
|
||||||
|
|
||||||
|
* final.c (debug_prefix_maps): Make static.
|
||||||
|
|
||||||
2013-06-11 David Malcolm <dmalcolm@redhat.com>
|
2013-06-11 David Malcolm <dmalcolm@redhat.com>
|
||||||
|
|
||||||
* function.c (initial_trampoline): Remove stray copy.
|
* function.c (initial_trampoline): Remove stray copy.
|
||||||
|
|
|
||||||
|
|
@ -1471,7 +1471,7 @@ typedef struct debug_prefix_map
|
||||||
} debug_prefix_map;
|
} debug_prefix_map;
|
||||||
|
|
||||||
/* Linked list of such structures. */
|
/* 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
|
/* Record a debug file prefix mapping. ARG is the argument to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue