aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-pdp11.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-11 09:53:52 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-11 09:53:52 +0000
commit5d6255fea654e42fc10353d52f60cf56970744d5 (patch)
tree55b11d0a3f39b168aea588c3399ede5da1069eaf /gas/config/tc-pdp11.c
parent690cc98be923a111371d20301574c840d628a634 (diff)
downloadbinutils-5d6255fea654e42fc10353d52f60cf56970744d5.zip
binutils-5d6255fea654e42fc10353d52f60cf56970744d5.tar.gz
binutils-5d6255fea654e42fc10353d52f60cf56970744d5.tar.bz2
* config/obj-coff.h: Fix formatting.
* config/tc-mcore.c: Likewise. * config/tc-mn10300.c: Likewise. * config/tc-openrisc.c: Likewise. * config/tc-or32.c: Likewise. * config/tc-pdp11.c: Likewise. * config/tc-ppc.c: Likewise. * config/tc-ppc.h: Likewise. * config/tc-sh64.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-tic54x.c: Likewise. * config/tc-xstormy16.c: Likewise. * config/tc-xstormy16.h: Likewise.
Diffstat (limited to 'gas/config/tc-pdp11.c')
-rw-r--r--gas/config/tc-pdp11.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-pdp11.c b/gas/config/tc-pdp11.c
index 0b59554..f79c1d5 100644
--- a/gas/config/tc-pdp11.c
+++ b/gas/config/tc-pdp11.c
@@ -368,7 +368,7 @@ parse_expression (char *str, struct pdp11_code *operand)
#if 0
/* FIXME: what follows is broken badly. You can't deal with differences
in radix conventions this way, because of symbolic constants, constant
- expressions made up of pieces of differing radix, etc. The only
+ expressions made up of pieces of differing radix, etc. The only
choices are to change ../expr.c to know about pdp11 conventions, or
to accept the fact that gas will use consistent conventions that differ
from those of traditional pdp11 assemblers. For now, I've
@@ -446,7 +446,7 @@ parse_op_no_deferred (char *str, struct pdp11_code *operand)
operand->error = "Error in expression";
break;
}
- /* it's a floating literal... */
+ /* it's a floating literal... */
know (operand->reloc.exp.X_add_number < 0);
flonum_gen2vax ('f', &generic_floating_point_number, literal_float);
operand->word = literal_float[0];
@@ -579,7 +579,7 @@ parse_op (char *str, struct pdp11_code *operand)
operand->error = "Float AC not legal as integer operand";
return str;
}
-
+
return parse_op_noreg (str, operand);
}