From 0ef76c43d739e436ad7f1cccd253cc5713d2d63d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 24 May 2014 22:40:11 +0930 Subject: Localize varible to avoid warning * ldlang.c (base): Move variable to.. * mri.c: ..here, and make static. * ldlang.h (base): Delete declaration. --- ld/ldlang.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ld/ldlang.c') diff --git a/ld/ldlang.c b/ld/ldlang.c index 7c076a2..b48a9b3 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -112,8 +112,6 @@ struct asneeded_minfo **asneeded_list_tail; DEFINED() need to increment this at the start of the traversal. */ int lang_statement_iteration = 0; -etree_type *base; /* Relocation base - or null */ - /* Return TRUE if the PATTERN argument is a wildcard pattern. Although backslashes are treated specially if a pattern contains wildcards, we do not consider the mere presence of a backslash to -- cgit v1.1