OSDN Git Service

* tc-pdp11.c: Use VAX float format support for PDP-11 target.
authorAlan Modra <amodra@bigpond.net.au>
Tue, 5 Mar 2002 03:10:34 +0000 (03:10 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Tue, 5 Mar 2002 03:10:34 +0000 (03:10 +0000)
commit611a2434b121624e39546c58ee56abce844c70b0
tree355c1ab0d6d6537bdb786499a07069f3251f77ef
parent05c518b8d68db8f7737d3097fd1ee6ac4d8ab02f
* tc-pdp11.c: Use VAX float format support for PDP-11 target.
(parse_ac5): New function for parsing float regs in float operand.
(parse_expression): Remove attempt to make literals be octal.
(parse_op_no_deferred): Support float literals.
(parse_op): Reject attempts to refer to float regs.
(parse_fop): New function, like parse_op but for float operand.
(md_assemble): Add cases to parse float operands.  Also fix
IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
gas/ChangeLog
gas/config/tc-pdp11.c