mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 08:11:08 +00:00
f7f7931e58
In a microMIPS compilation of `.init' code use the R_MICROMIPS_JALR relocation intended for PIC call relaxation in microMIPS code rather than the corresponding R_MIPS_JALR relocation meant for regular MIPS code only. * sysdeps/mips/mips32/crti.S (JALR_RELOC): New macro. (_init): Use it in place of hardcoded R_MIPS_JALR. * sysdeps/mips/mips64/n32/crti.S (JALR_RELOC): New macro. (_init): Use it in place of hardcoded R_MIPS_JALR. * sysdeps/mips/mips64/n64/crti.S (JALR_RELOC): New macro. (_init): Use it in place of hardcoded R_MIPS_JALR. |
||
---|---|---|
.. | ||
fpu | ||
mips16 | ||
crti.S | ||
crtn.S | ||
Implies | ||
libm-test-ulps | ||
libm-test-ulps-name | ||
Makefile | ||
sfp-machine.h |