[PATCH] Updated baseline_symbols.txt

Matthias Klose doko@cs.tu-berlin.de
Sun Mar 30 14:10:00 GMT 2008


Benjamin Kosnik writes:
> 
> > > > Has hppa-linux also changed the long double size, or why those
> > > > has been not found by configure before and now they are?  You
> > > > could ressurrect the math exports as *l@GLIBCXX_* instead of
> > > > *l@@GLIBCXX_* by tweaking the #ifdef above _GLIBCXX_MATHL_WRAPPER
> > > > definition in compatibility.cc - change that #ifdef
> > > > _GLIBCXX_LONG_DOUBLE_COMPAT to
> > > > #if defined (_GLIBCXX_LONG_DOUBLE_COMPAT) || (defined (__hppa__)
> > > > && defined (__linux__)) or whatever Benjamin prefers (of course
> > > > the primary thing is to find out what changed).  No idea why
> > > > __signbitl is popping up, it shouldn't be exported.
> > 
> > The size of long double has not changed on hppa-linux.  It is the same
> > size as double.  I believe what has changed is glibc.  Version 2.6
> > introduced long double math routines and maybe some other new
> > functions.
> 
> I can't find the hppa baseline symbol diffs. Can somebody re-send?

Attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: baseline_symbols.txt.gz
Type: application/octet-stream
Size: 17125 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080330/5b22e567/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hppa-symbols.diff.gz
Type: application/octet-stream
Size: 3322 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080330/5b22e567/attachment-0001.obj>


More information about the Libstdc++ mailing list