Stephan Bergmann wrote:
[EMAIL PROTECTED] wrote:
File [added]: uno_purpenvhelpergcc3.map
Url: http://udk.openoffice.org/source/browse/udk/cppu/util/uno_purpenvhelpergcc3.map?rev=1.1.2.1&content-type=text/vnd.viewcvs-markup
Added lines: 32
---------------
UDK_3_0_0 {
    global:
        GetVersionInfo;
[...]
File [added]: uno_purpenvhelperC52.map
Url: http://udk.openoffice.org/source/browse/udk/cppu/util/uno_purpenvhelperC52.map?rev=1.1.2.1&content-type=text/vnd.viewcvs-markup
Added lines: 35
---------------
UDK_3_0_0 {
    global:
        GetVersionInfo;
        _DYNAMIC;
        _GLOBAL_OFFSET_TABLE_;
        _PROCEDURE_LINKAGE_TABLE_;

1 You should not include _DYNAMIC, _GLOBAL_OFFSET_TABLE_, _PROCEDURE_LINKAGE_TABLE_ in the Solaris mapfile; the linker treats them specially, anyway.

2 Do we want that GetVersionInfo stuff? (It appears some mapfiles export it, others don't.) What was it good for again?

3 See <http://udk.openoffice.org/common/man/apicppclasses.html>: if your classes are designed properly, it should never be necessary to export vtable symbols (like _ZTVN4cppu6helper7purpenv4BaseE and __1cEcppuGhelperHpurpenvEBaseG__vtbl_).

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to