Closed
Bug 892366
Opened 12 years ago
Closed 12 years ago
Unsupported relocation type when building Fennec for armv6 with elfhack
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox24 fixed, firefox25 fixed)
RESOLVED
FIXED
mozilla25
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(2 files)
1.58 KB,
patch
|
froydnj
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1.58 KB,
patch
|
froydnj
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
R_ARM_PLT32 and R_ARM_JUMP24 both use the same operation according to "ELF for the ARM® Architecture".
It turns out gcc 4.7 uses R_ARM_JUMP24 relocations when gcc 4.6 was using R_ARM_PLT32 (which according to the same document is deprecated, thus the change)
Attachment #773822 -
Flags: review?(nfroyd)
![]() |
||
Updated•12 years ago
|
Attachment #773822 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Assignee | ||
Comment 4•12 years ago
|
||
Some other toolchains are using R_ARM_CALL (the debian armel toolchain), which essentially is the same.
Attachment #776031 -
Flags: review?(nfroyd)
![]() |
||
Updated•12 years ago
|
Attachment #776031 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 773822 [details] [diff] [review]
Support R_ARM_JUMP24 relocations in elfhack
[Approval Request Comment]
Required for bug 892355.
Testing completed (on m-c, etc.): Landed on m-c some time ago.
Risk to taking this patch (and alternatives if risky): Low, and backout is trivial.
String or IDL/UUID changes made by this patch: None
Attachment #773822 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 776031 [details] [diff] [review]
Support R_ARM_CALL relocations in elfhack
[Approval Request Comment]
Required for bug 892355.
Testing completed (on m-c, etc.): Essentially the same as the other patch from this bug, but for a different variable.
Risk to taking this patch (and alternatives if risky): Low, and backout is trivial.
String or IDL/UUID changes made by this patch: None
Attachment #776031 -
Flags: approval-mozilla-aurora?
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Comment on attachment 773822 [details] [diff] [review]
Support R_ARM_JUMP24 relocations in elfhack
Approving given this is needed for bug 892355.
Glandium, can you please help keep an eye on fallout's in case a backout is needed here.
Attachment #773822 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•12 years ago
|
Attachment #776031 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 10•12 years ago
|
||
Updated•12 years ago
|
status-firefox24:
--- → fixed
status-firefox25:
--- → fixed
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•