Hi Stephan,
Stephan Bergmann wrote:
> kr openoffice.org wrote:
>> File [added]: uno_purpenvhelpergcc3.map
>> Url:
>> http://udk.openoffice.org/source/browse/
udk/cppu/util/uno_purpenvhelpergcc3.map?rev=1.1.2.1&cont
ent-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/u
dk/cppu/util/uno_purpenvhelperC52.map?rev=1.1.2.1&conten
t-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 ...
>
> 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?!
>
> -Stephan
Kay
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe udk.openoffice.org
For additional commands, e-mail: dev-help udk.openoffice.org
|