Closed
Bug 927428
Opened 11 years ago
Closed 11 years ago
use __LP64__ instead of HAVE_64BIT_OS in the linker
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: froydnj, Unassigned)
References
Details
Attachments
(1 file)
1.41 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
I think we could dispense with the __SIZEOF_POINTER__ check, too?
Attachment #817863 -
Flags: review?(mh+mozilla)
Comment 2•11 years ago
|
||
Comment on attachment 817863 [details] [diff] [review]
use __LP64__ instead of HAVE_64BIT_OS in the linker
Review of attachment 817863 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozglue/linker/Logging.h
@@ +67,5 @@
> LOG(__VA_ARGS__); \
> } \
> } while(0)
>
> +#if defined(__LP64__) || __SIZEOF_POINTER__ == 8
You can remove the __SIZEOF_POINTER__ check, yes.
Attachment #817863 -
Flags: review?(mh+mozilla) → review+
Reporter | ||
Comment 3•11 years ago
|
||
Flags: in-testsuite-
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•