Closed
Bug 1987288
Opened 6 months ago
Closed 16 days ago
Detect CPU features on OpenBSD using elf_aux_info
Categories
(NSS :: Libraries, enhancement)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brad, Unassigned)
Details
Attachments
(1 file, 3 obsolete files)
Steps to reproduce:
Build NSS on various archs
Actual results:
NSS does not understand how to use API for CPU detection.
Expected results:
NSS utilizing API for CPU detection.
| Reporter | ||
Comment 1•6 months ago
|
||
| Reporter | ||
Comment 2•6 months ago
|
||
Attachment #9511853 -
Attachment is obsolete: true
| Reporter | ||
Comment 3•6 months ago
|
||
Attachment #9511854 -
Attachment is obsolete: true
| Reporter | ||
Comment 4•5 months ago
|
||
Also some fixes for the FreeBSD support. Simplify checking, as if
the header exists the API exists. FreeBSD 11.4 has elf_aux_info().
Updated•5 months ago
|
Attachment #9516389 -
Attachment description: [PATCH] Bug 1987288 - Detect CPU features on OpenBSD using elf_aux_info → Bug 1987288 - Detect CPU features on OpenBSD using elf_aux_info
| Reporter | ||
Comment 5•3 months ago
|
||
Ping.
Updated•18 days ago
|
Attachment #9516389 -
Attachment description: Bug 1987288 - Detect CPU features on OpenBSD using elf_aux_info → Bug 1987288 - Detect CPU features on OpenBSD using elf_aux_info. r=nss-reviewers
Updated•17 days ago
|
Attachment #9511862 -
Attachment is obsolete: true
Updated•16 days ago
|
Attachment #9516389 -
Attachment description: Bug 1987288 - Detect CPU features on OpenBSD using elf_aux_info. r=nss-reviewers → Bug 1987288 - Detect CPU features on OpenBSD using elf_aux_info. r=nss-reviewers
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/projects/nss/rev/39da32e065a7
Detect CPU features on OpenBSD using elf_aux_info. r=nss-reviewers,keeler
Status: UNCONFIRMED → RESOLVED
Closed: 16 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•