diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-01-23 22:15:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-01-23 22:15:01 +0000 |
commit | 43ad3147a9b5ee39b23c6291e5c805e16890db77 (patch) | |
tree | 5e2f5369cd8e97380e47b52b9028d2c4a461be8a /gas/symbols.c | |
parent | 0007625f8feb55101b057b611d495edf81c0259a (diff) | |
download | gdb-43ad3147a9b5ee39b23c6291e5c805e16890db77.zip gdb-43ad3147a9b5ee39b23c6291e5c805e16890db77.tar.gz gdb-43ad3147a9b5ee39b23c6291e5c805e16890db77.tar.bz2 |
2001-01-23 Kazu Hirata <kazu@hxi.com>
* as.c: Fix formatting.
* ehopt.c: Likewise.
* messages.c: Likewise.
* stabs.c: Likewise.
* symbols.c: Likewise.
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |