From ffa660121526da86900176b97caa8e1a1c5cc607 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 11 Jun 2013 17:15:52 +0000 Subject: [PATCH] final.c (debug_prefix_maps): Make static. * final.c (debug_prefix_maps): Make static. From-SVN: r199963 --- gcc/ChangeLog | 4 ++++ gcc/final.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31b9e4016ae..e1b7ce9bd32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-06-11 David Malcolm + + * final.c (debug_prefix_maps): Make static. + 2013-06-11 David Malcolm * function.c (initial_trampoline): Remove stray copy. diff --git a/gcc/final.c b/gcc/final.c index c836e5dc842..d9b4408aadf 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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 -- 2.30.2