[PATCH] mips: Do not use jal to reach __libc_start_main
Joseph Myers
joseph@codesourcery.com
Tue Nov 18 22:54:00 GMT 2014
On Tue, 18 Nov 2014, Petar Jovanovic wrote:
> In short, the failing test program (reported in #17601) has been tested
> in the following combinations (given to gcc):
>
> 1. -EL
> 2. -EL -fPIC
> 3. -EL -fPIC -pie
> 4. -EL -mabi=32 -mips16
> 5. -EL -mabi=32 -mips16 -fPIC
> 6. -EL -mabi=32 -mips16 -fPIC -pie
>
> To execute it correctly for options 1, 2, 4 and 5, additional change
> (described in the bug tracker) was added in gcc/config/mips/mips.h.
>
> Further, a subset (1500 tests) from DejaGnu GCC test suite has been
> executed and has shown no regressions.
I think you need to run the glibc testsuite for at least one MIPS16 case,
at least one non-MIPS16 case; at least one case with GCC configured
--with-mips-plt, at least one case with GCC configured --without-mips-plt
(so at least two glibc testsuite runs, depending on how you combine those
cases).
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list