Closed
Bug 681203
Opened 11 years ago
Closed 11 years ago
Fallback to bind all symbols when dynamic symbol lookup is not supported
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla9
People
(Reporter: glandium, Assigned: glandium)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file)
2.66 KB,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
Dynamic symbol lookup in our android linker (currently) only works on ARM. More than that, it will fail to build on other architectures. We should fall back on non dynamic symbol lookup code when dynamic symbol lookup is not implemented.
Assignee | ||
Comment 1•11 years ago
|
||
This effectively restores the old code when no runtime_reloc function is defined. This will avoid failing to build on x86 android.
Attachment #555050 -
Flags: review?(mwu)
Updated•11 years ago
|
Attachment #555050 -
Flags: review?(mwu) → review+
Assignee | ||
Comment 2•11 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/93e859044536
Whiteboard: [inbound]
Comment 3•11 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/93e859044536
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
Updated•8 months ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•