Kay Ramme - Sun Germany - Hamburg wrote:
Hi Stephan,

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.
OK, I do so. We should probably remove that from the cppuhelper map files as well ...

Yes, pvs -s libuno_cppuhelperC52.so.3 shows that those lines in cppuhelper/source/cc5_solaris_psarc.map:1.15 are ignored and bogus.

2 Do we want that GetVersionInfo stuff? (It appears some mapfiles export it, others don't.) What was it good for again?
Actually I think, this is kind of useless anyway (->MH: any comments on this?). Can also be found in cppuhelper, but removing it would probably be incompatible, wouldn't it?!

Removing it from an existing mapfile would strictly speaking be incompatible, yes. However, not adding it to a (new) mapfile is another story, of course.

-Stephan

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

Reply via email to