[PATCH] Updated baseline_symbols.txt

Benjamin Kosnik bkoz@redhat.com
Thu Mar 27 20:16:00 GMT 2008


> > > 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?

-benjamin



More information about the Libstdc++ mailing list