Re: [MIPS, committed] Fix handling of small-data asm operands

2012-01-25 Thread Richard Sandiford
Richard Sandiford writes: > The testcase for PR 51933 was failing on mipsisa64-elf because md_reorg > changed a symbolic small-data asm operand into a LO_SUM. > > Tested on mipsisa64-elf and applied. > > Richard > > > gcc/ > * config/mips/mips.c: Don't process ASM_OPERANDS. ...now with adde

[MIPS, committed] Fix handling of small-data asm operands

2012-01-25 Thread Richard Sandiford
The testcase for PR 51933 was failing on mipsisa64-elf because md_reorg changed a symbolic small-data asm operand into a LO_SUM. Tested on mipsisa64-elf and applied. Richard gcc/ * config/mips/mips.c: Don't process ASM_OPERANDS. Index: gcc/config/mips/mips.c ===