Closed
Bug 659632
Opened 14 years ago
Closed 14 years ago
Add MOZ_MEMORY_ELF and refactor memalign visibility on ELF
Categories
(Core :: Memory Allocator, defect)
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: paul.biggar, Assigned: paul.biggar)
References
Details
Attachments
(2 files)
2.50 KB,
patch
|
espindola
:
review+
|
Details | Diff | Splinter Review |
2.57 KB,
patch
|
Details | Diff | Splinter Review |
A minor refactoring of bug 635790. __GNUC__ does not imply ELF on Darwin systems.
Attachment #535051 -
Flags: review?(respindola)
Comment on attachment 535051 [details] [diff] [review]
Add MOZ_MEMORY_ELF
Review of attachment 535051 [details] [diff] [review]:
-----------------------------------------------------------------
I think this is OK. I had no idea this file was built on OS X at all.
Attachment #535051 -
Flags: review?(respindola) → review+
Assignee | ||
Comment 2•14 years ago
|
||
It's not, but it will be after bug 4141946.
Assignee | ||
Comment 3•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Assignee: nobody → pbiggar
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Updated•14 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 5•14 years ago
|
||
Thanks Ehsan!
You need to log in
before you can comment on or make changes to this bug.
Description
•