Closed
Bug 506663
Opened 16 years ago
Closed 14 years ago
add import/export declare for XPCOM
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
1.41 KB,
patch
|
Details | Diff | Splinter Review |
Symbian code needs import/export declare in XPCOM.
Comment 2•16 years ago
|
||
How does symbian do linkage? Are symbols exported by default and have to be explicitly hidden (as on Linux) or are they hidden by default and have to be explicitly exported (as on Windows)?
What syntax is used?
Assignee | ||
Comment 3•16 years ago
|
||
Assignee | ||
Comment 4•16 years ago
|
||
Symbian ARM is same as Linux and Symbian emulator (WINSCW) is same as Windows.
Generally, standard Symbian build system uses DEF file for this difference. And, the binary format of Symbian ARM is E32 format, not ELF32. So ELF2E32 command generates export symbols from ELF binary and DEF file then converts it to E32 format image.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•