]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-pdp11.c
* tc-pdp11.c: Use VAX float format support for PDP-11 target.
authorAlan Modra <amodra@gmail.com>
Tue, 5 Mar 2002 03:10:34 +0000 (03:10 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 5 Mar 2002 03:10:34 +0000 (03:10 +0000)
commitcd3cde86315f5c46e5e828fee1fdda35fd2841f8
tree03c4021974c48d228bf8f6af99fd19c8f8ce6198
parent84dd1cffbfb45e0c053a481bc94ddebe1adb3c04
* 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