New user self-registration is disabled due to spam. For an account please email bugs-admin@lists.llvm.org with your e-mail address and full name.

Bug 20572 - PowerPC backend does not support secure PLT
Summary: PowerPC backend does not support secure PLT
Status: NEW
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: PowerPC (show other bugs)
Version: trunk
Hardware: Other All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-07 00:33 PDT by Justin Hibbits
Modified: 2015-12-10 21:03 PST (History)
4 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits 2014-08-07 00:33:05 PDT
When I implemented PIC support for ELF, I only implemented BSS-PLT, since this is what FreeBSD uses.  Linux and NetBSD both use secure-PLT (see PPC32 ABI spec).
Comment 1 Brad Smith 2015-09-19 13:31:40 PDT
OpenBSD now uses Secure-PLT as well.