aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-04-11 00:13:41 +0000
committerK. Richard Pixley <rich@cygnus>1991-04-11 00:13:41 +0000
commit8fb360783f973a479705e3098121e5b136b6aa71 (patch)
tree83aee2976f2f5bf028d4553e1efcdb1b2dbd75ca /gas
parentf2e91404e7f0f821448493cb48c0aa0499f81c42 (diff)
downloadgdb-8fb360783f973a479705e3098121e5b136b6aa71.zip
gdb-8fb360783f973a479705e3098121e5b136b6aa71.tar.gz
gdb-8fb360783f973a479705e3098121e5b136b6aa71.tar.bz2
Fixed LOCAL_LABELS_FB bug.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-sparc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c
index bd71fa8..9d86323 100644
--- a/gas/config/tc-sparc.c
+++ b/gas/config/tc-sparc.c
@@ -814,9 +814,9 @@ char *str;
default:
abort();
- }
+ } /* switch on arg code */
break;
- }
+ } /* for each arg that we expect */
error:
if (match == 0) {
/* Args don't match. */