* config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a
authorIan Lance Taylor <ian@airs.com>
Mon, 16 Jun 1997 20:09:35 +0000 (20:09 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 16 Jun 1997 20:09:35 +0000 (20:09 +0000)
commit3a0358617e728a72df65d755062d3d9154067663
treead86a1985fcfa57bd459ea0752cc6192bc814fad
parente2e4466adb69852406ad1f77a6e380cf025ca4f4
* config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with a
signed operand, sign extend a 32 bit value to the host size.
Permits dubious usage like
addi  %r6,%r6,0xfffffeff
to assemble on a 64 bit host as it does on a 32 bit host.
gas/ChangeLog
gas/config/tc-ppc.c