|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-16 09:01:07 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
Issue #|80735
Summary|cppu: make the gcc3 map generic for
64bit as well
Component|udk
Version|current
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|cmc
Reported by|cmc
------- Additional comments from cmc openoffice.org Thu Aug 16
14:01:07 +0000 2007 -------
i.e. on my ppc64 build I got
_ZN4cppu6helper7purpenv13createMappingEPP12_uno_MappingP16_u
no_EnvironmentS6_PFvbPvS7_P33_typelib_TypeDescriptionReferen
ceP24_typelib_MethodParameteriPK24_typelib_TypeDescriptionS7
_PS7_PP8_uno_AnyES7_
which the x86_64,map has, but sounds better to wildcard the
i/l with ? and merge
the x86_64 and 32bit ones into one that works for all gcc's
including the ppc64 port
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-16 09:01:36 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
User cmc changed the following:
What ld value
|New value
============================================================
====================
Attachment is patch| |Created
an attachment (id=
| |47572)
merge 32bit and 64b
| |it maps
------------------------------------------------------------
--------------------
------- Additional comments from cmc openoffice.org Thu Aug 16
14:01:36 +0000 2007 -------
Created an attachment (id=47572)
merge 32bit and 64bit maps
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-16 09:06:34 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
User cmc changed the following:
What ld value
|New value
============================================================
====================
Status|NEW |STARTED
------------------------------------------------------------
--------------------
Target milestone|--- Oo 2.4
------------------------------------------------------------
--------------------
------- Additional comments from cmc openoffice.org Thu Aug 16
14:06:34 +0000 2007 -------
I'll look after this after I confirm that
ppc64/ppc/x86_64/i386 all build and work.
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-16 17:13:24 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
User ericb changed the following:
What ld value
|New value
============================================================
====================
CC|'' |'ericb'
------------------------------------------------------------
--------------------
------- Additional comments from ericb openoffice.org Thu Aug 16
22:13:24 +0000 2007 -------
+ me on CC
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-20 10:36:32 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
User vq changed the following:
What ld value
|New value
============================================================
====================
CC|'ericb,vq'
|'ericb,tono,vq'
------------------------------------------------------------
--------------------
------- Additional comments from vq openoffice.org Mon Aug 20
15:36:31 +0000 2007 -------
> cmc->vq: Does the cygwin/mygwin windows gcc port
really need a different .map
> file or would the proposed map file attached below be
sufficient so as to merge
> all the gcc .map files together
cmc:
I don't know, but tono does. I added him to the cc list.
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-20 16:33:47 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
------- Additional comments from tono openoffice.org Mon Aug 20
21:33:46 +0000 2007 -------
cmc: Mingw port is handling version map file to export
symbols by converting
it to .def file as MSVC build does.
So the version map file cannot include wild-card characters
in its symbol
expressions although the mangled names are very similar to
those in version
map files for other gcc platforms.
tono (Takashi Ono)
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-21 02:39:05 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
User sb changed the following:
What ld value
|New value
============================================================
====================
CC|'ericb,tono,vq'
|'ericb,sb,tono,vq'
------------------------------------------------------------
--------------------
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-21 02:46:21 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
------- Additional comments from sb openoffice.org Tue Aug 21
07:46:20 +0000 2007 -------
tono: Would it be OK for the generated def file to
contain extra symbol names
that are not present in the object? If yes, we could devise
some scheme by
which we expand wildcards in the generic map file into
multiple entries in the
generated def file, of which one would represent an actual
symbol and the others
would be ignored.
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-21 05:41:30 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
User kr changed the following:
What ld value
|New value
============================================================
====================
CC|'ericb,sb,tono,vq'
|'ericb,sb,tono,tra,vq'
------------------------------------------------------------
--------------------
------- Additional comments from kr openoffice.org Tue Aug 21
10:41:29 +0000 2007 -------
AFAIK, we are doing what SB suggested for Mac OS X as well,
if I remember
correctly Tino did implement this -> adding Tino to CC:.
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|
| cppu: make the gcc3 map generic for
64bit as well |

|
2007-08-21 08:12:42 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80735
------- Additional comments from sb openoffice.org Tue Aug 21
13:12:40 +0000 2007 -------
kr:
No, for Mac OS X we deliberately introduce wildcards into
the map files so
that the linker does not complain about missing symbols.
See for example
jvmaccess/util/gcc3_linux_intel.map:1.14 l. 64--66:
"We prefix the next two
symbols with a wildcard sign because they will only be
generated by gcj. The
Mac OS X linker doesn't support 'Treat not existing symbols
as warning' under
certain circumstances and thus ends with an error when
trying to find these
symbols (see man ld on Mac OS X). For further details see
also #i69351#. By
using the wildcard the symbols will be filtered out
before."
------------------------------------------------------------
---------
Please do not reply to this automatically generated
notification from
Issue Tracker. Please log onto the website and enter your
comments.
http://qa.openoffice.org/issue_handling/
project_issues.html#notification
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe udk.openoffice.org
For additional commands, e-mail: issues-help udk.openoffice.org
|
|