OSDN Git Service

* tc-pdp11.c: Use VAX float format support for PDP-11 target.
authoramodra <amodra>
Tue, 5 Mar 2002 03:10:32 +0000 (03:10 +0000)
committeramodra <amodra>
Tue, 5 Mar 2002 03:10:32 +0000 (03:10 +0000)
commitad0ec390bfb81e61748eeaeb49fc800b110bc96a
treeb1d2b615e6b3d000fef62da52fb3d059b7ecc9ed
parent87f651f742ec0b67130a80fe45c52e0d04cdaad8
* 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