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: [gfortran,ping] support for large kinds in front-end and library


On Sat, Aug 20, 2005 at 04:32:59PM -0700, Steve Kargl wrote:
> 
> I'm stumped.  I think the frontend changes are fine once you fix
> the 4 comments I had.  But, I can't run "gmake check-gfortran"
> because of the library problems.
> 

Upon further investigation, it appears that Makefile that is
generated with you changes is fubar.   If I use nm on 
libgfortran.a before I applied your patch, I see for example

select.o:
00000000 T _gfortran_select_string
         U _gfortrani_compare_string

all_l4.o:
00000000 T _gfortran_all_l4
         U _gfortrani_internal_malloc_size
         U _gfortrani_runtime_error

After I apply your patch, use autoconf, automake, and aclocal, 
and build with --enable-maintainer-mode, "nm libgfortran.a" 
shows

select.o:
00000000 T _gfortran_select_string
         U _gfortrani_compare_string

all_l4.o:

all_l8.o:

There are no symbols in the object files!  I don't know
how this happened. :(

-- 
Steve


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