Sources Bugzilla – Bug 2981
elf/tst-audit* fail on MIPS
Last modified: 2012-02-15 17:52:11 UTC
The tests elf/tst-audit* fail on MIPS. Patch: http://sourceware.org/ml/libc-alpha/2006-07/msg00121.html Note, while I've entered this as a ports bug as being MIPS-specific, I think the proper fix is to core libc code conditional on the macro ELF_MACHINE_NO_PLT defined by the MIPS port (only).
FWIW, MIPS no longer defines ELF_MACHINE_NO_PLT after the non-PIC ABI support was added, but still doesn't pass these tests; more investigation will be needed.