* config/tc-sparc.c (last_insn): New static variable.
authorIan Lance Taylor <ian@airs.com>
Thu, 11 Apr 1996 21:35:01 +0000 (21:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 11 Apr 1996 21:35:01 +0000 (21:35 +0000)
commited94c2b89d871e593a561ea67c24e6170c7df6ab
treecd62336df7d9ce4b23094b3363fb43c10eae3d7e
parent1dd37c48859631db32e010de469e9af93f0a647e
* config/tc-sparc.c (last_insn): New static variable.
(md_assemble): Warn about putting floating point branches in a
delay slot.  If architecture is less than v9, insert NOP
instructions between floating point instructions and floating
point branches.  (The SunOS assembler does both these operations.)
Save the last instruction opcode.
(sparc_ip): Add pinsn parameter.  Change caller.
PR 355.
gas/ChangeLog
gas/config/tc-sparc.c