Closed
Bug 673921
Opened 14 years ago
Closed 14 years ago
Non buggy GNU ld wrt debugging symbols when using --gc-sections not properly detected
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
There is a mistake in the python script from bug 670659 that makes the detection fail to work for e.g. android, because the script fails when converting "00000038", which is not proper octal.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #548183 -
Flags: review?(ted.mielczarek)
Comment 2•14 years ago
|
||
Comment on attachment 548183 [details] [diff] [review]
Make build/unix/check_debug_ranges.py properly handle objdump addresses output
Review of attachment 548183 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #548183 -
Flags: review?(ted.mielczarek) → review+
Updated•14 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 3•14 years ago
|
||
Whiteboard: [inbound]
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
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
•