Bug 2981 - elf/tst-audit* fail on MIPS
elf/tst-audit* fail on MIPS
Status: NEW
Product: glibc
Classification: Unclassified
Component: ports
2.4
: P2 normal
: ---
Assigned To: Not yet assigned to anyone
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-30 15:06 UTC by Joseph Myers
Modified: 2012-02-15 17:52 UTC (History)
1 user (show)

See Also:
Host: mips*-*-*
Target: mips*-*-*
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Myers 2006-07-30 15:06:48 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).
Comment 1 Joseph Myers 2012-02-15 17:52:11 UTC
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.