This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC patch: Add libquadmath - and use it in gfortran (round two)


On Mon, Nov 08, 2010 at 07:50:35PM -0500, Jack Howarth wrote:
> On Mon, Nov 08, 2010 at 04:19:21PM -0800, Steve Kargl wrote:
> > On Mon, Nov 08, 2010 at 06:33:15PM -0500, Jack Howarth wrote:
> > > 
> > > [MacPro:~/gcc-4.6-20101108/libgfortran] howarth% grep gfortran_transfer_real_write128 *
> > > gfortran.map:    _gfortran_transfer_real_write128;
> > > 
> > 
> > Try 'grep real_write128'.
> > 
> > The _gfortran_ prefix comes from a C macro with
> > the clever name PREFIX.
> > 
> > -- 
> > Steve
> 
> Steve,
>    The current patches on x86_64-apple-darwin10 don't seem to be applying
> the prefix. I have...
> 
> [MacPro:x86_64-apple-darwin10.5.0/libgfortran/.libs] howarth% nm libgfortran.a | grep write128
> 0000000000000dd0 T _transfer_complex_write128
> 0000000000000c10 T _transfer_real_write128
> 

Grep for _write128 in the patched libgfortran source code.
I suspect Tobias may have forgotten to write, e.g.,
PREFIX(transfer_real_write128).  I haven't has time to
look over the newest patches.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]