Export quad symbols. They were previously commented out. These symbols

really shouldn't be exported since they should be pulled from libgcc, but
the build of some applications is broken and they expect to see them in
libc.  glibc exports these symbols, although Solaris doesn't appear to,
so export them for compatibility's sake.

After discussion with:	kan
This commit is contained in:
Daniel Eischen 2007-05-31 13:07:37 +00:00
parent 2665faf497
commit 2a43680e9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170155

View File

@ -3,11 +3,12 @@
*/
FBSD_1.0 {
};
/* XXX - Do these really need to be exported??? */
FBSDprivate_1.0 {
#if 0
/*
* These symbols really shouldn't be exported since they should
* be pulled from libgcc, but the build of some applications is
* broken and they expect to see them in libc. glibc exports
* them, but they do not appear to be exported in Solaris.
*/
__adddi3;
__anddi3;
__ashldi3;
@ -34,5 +35,4 @@ FBSDprivate_1.0 {
__udivdi3;
__umoddi3;
__xordi3;
#endif
};