Re: [PATCH, MIPS] Fix a couple of target tests for microMIPS

2014-05-12 Thread Richard Sandiford
"Moore, Catherine" writes: > 2014-05-12 Catherine Moore > > gcc/testsuite/ > * gcc.target/mips/near-far-1.c: Adjust expected output to allow > the JALS instruction. > * gcc.target/mips/near-far-2.c: Likewise. > * gcc.target/mips/near-far-4.c: Likewise. OK, thanks. Rich

[PATCH, MIPS] Fix a couple of target tests for microMIPS

2014-05-12 Thread Moore, Catherine
Hi Richard, This fixes a few of the near-far MIPS target tests to allow the JALS instruction for microMIPS. Okay? Thanks, Catherine 2014-05-12 Catherine Moore gcc/testsuite/ * gcc.target/mips/near-far-1.c: Adjust expected output to allow the JALS instruction. * gcc.