Closed Bug 506663 Opened 16 years ago Closed 14 years ago

add import/export declare for XPCOM

Categories

(Core :: XPCOM, defect)

All
Symbian
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: m_kato, Assigned: m_kato)

References

Details

Attachments

(1 file)

Symbian code needs import/export declare in XPCOM.
correct OS type
OS: Linux → Symbian
Hardware: x86 → All
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?
Attached patch patch v1Splinter Review
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.
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.

Attachment

General

Created:
Updated:
Size: