Closed
Bug 1480688
Opened 7 years ago
Closed 7 years ago
Don't try to move eh_frame in case it's not necessary
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8997345 [details]
Bug 1480688 - Don't try to move .eh_frame in case it's not necessary.
https://reviewboard.mozilla.org/r/261154/#review268226
Attachment #8997345 -
Flags: review?(nfroyd) → review+
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/6bfba6f64e7b
Don't try to move .eh_frame in case it's not necessary. r=froydnj
Comment 4•7 years ago
|
||
Backed out for android build bustages
Push that caused the failrues: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=6bfba6f64e7bf6548a4f03146b14a47c48b56791
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=191950324&repo=autoland&lineNumber=34218
Backout: https://hg.mozilla.org/integration/autoland/rev/3b34dfce3ce4acdca4a0e906b8c8373b4d868874
Flags: needinfo?(mh+mozilla)
| Assignee | ||
Comment 5•7 years ago
|
||
Huh, on android, eh_frame appears before eh_frame_hdr.
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8997345 [details]
Bug 1480688 - Don't try to move .eh_frame in case it's not necessary.
There are enough changes that this requires another review.
Flags: needinfo?(mh+mozilla)
Attachment #8997345 -
Flags: review+ → review?(nfroyd)
Comment 8•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8997345 [details]
Bug 1480688 - Don't try to move .eh_frame in case it's not necessary.
https://reviewboard.mozilla.org/r/261154/#review268860
One wonders if somebody made the decision to put `.eh_frame` before `.eh_frame_hdr` on some targets just because.
Attachment #8997345 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 9•7 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8997345 [details]
Bug 1480688 - Don't try to move .eh_frame in case it's not necessary.
https://reviewboard.mozilla.org/r/261154/#review268860
It could be a linker thing. It's before on android x86, and it's linked with gold. It's after on non-android linux, and it's linked with ld.bfd.
Comment 10•7 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/77bb267e83a4
Don't try to move .eh_frame in case it's not necessary. r=froydnj
Comment 11•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•