From 43ad3147a9b5ee39b23c6291e5c805e16890db77 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 23 Jan 2001 22:15:01 +0000 Subject: 2001-01-23 Kazu Hirata * as.c: Fix formatting. * ehopt.c: Likewise. * messages.c: Likewise. * stabs.c: Likewise. * symbols.c: Likewise. --- gas/symbols.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/symbols.c') diff --git a/gas/symbols.c b/gas/symbols.c index a9bd222..fba40cf 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -1532,12 +1532,12 @@ decode_local_label_name (s) char *type; const char *message_format = _("\"%d\" (instance number %d of a %s label)"); int index = 0; - + #ifdef LOCAL_LABEL_PREFIX if (s[index] == LOCAL_LABEL_PREFIX) ++index; #endif - + if (s[index] != 'L') return s; -- cgit v1.1