testsuite/
* gcc.target/mips/near-far-3.c: Allow the call to near_func to use
the jals instruction.
From-SVN: r225457
+2015-07-06 Andrew Bennett <andrew.bennett@imgtec.com>
+
+ * gcc.target/mips/near-far-3.c: Allow the call to near_func to use
+ the jals instruction.
+
2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
PR target/53383
/* { dg-final { scan-assembler-not "\tj\tlong_call_func\n" } } */
/* { dg-final { scan-assembler-not "\tj\tfar_func\n" } } */
-/* { dg-final { scan-assembler "\tj(|al)\tnear_func\n" } } */
+/* { dg-final { scan-assembler "\tj(|al|als)\tnear_func\n" } } */
/* { dg-final { scan-assembler-not "\tj\tnormal_func\n" } } */