Commit ffa66012 by David Malcolm Committed by David Malcolm

final.c (debug_prefix_maps): Make static.

	* final.c (debug_prefix_maps): Make static.

From-SVN: r199963
parent 783f2d35
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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment