This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 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

and

[MacPro:x86_64-apple-darwin10.5.0/libgfortran/.libs] howarth% nm libgfortran.dylib | grep write128
00000000000c0870 T _transfer_complex_write128
00000000000c06b0 T _transfer_real_write128

whereas the other symbols are properly prefixed...

[MacPro:x86_64-apple-darwin10.5.0/libgfortran/.libs] howarth% nm libgfortran.dylib | grep eoshift2_8
00000000000cfdc0 T __gfortran_eoshift2_8
00000000000cfdf0 T __gfortran_eoshift2_8_char
00000000000cfe20 T __gfortran_eoshift2_8_char4

           Jack


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