This is the mail archive of the egcs-testresults@egcs.cygnus.com mailing list for the EGCS project.


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

Re: Results for gcc-2.95 19990618 (prerelease) testsuite on i686-pc-sco3.2v5.0.5


  In message <19990701102431.N17422@rjlhome.sco.com>you write:
  > > eeprof1.c compilation (-fPIC, -melf)
  > 
  > /usr/tmp/ccQmYq1b.s:212:name already bound as global: __cyg_profile_func_en
  > ter^M/usr/tmp/ccQmYq1b.s:226:name already bound as global: __cyg_profile_fu
  > nc_exit^M
Losing assembler does not like ".globl" to appear more than once for
a symbol.   Note, we are _not_ changing the scope or type of the symbol,
so I really think the assembler is barking unnecessarily in this case.

This happens when you reference a libcall & define the libcall in the
same compilation unit due to the ASM_OUTPUT_EXTERNAL_LIBCALL definition
in sco5.h

jeff





  > 
  > 
  > > The coff tests for g77 seem to have several unexpected failures.
  > 
  > These are making the dynamic linker abort.
  > 
  > That thread is in
  > 	http://egcs.cygnus.com/ml/egcs/1999-06/msg00143.html
  > read through the thread as things did start to unfold somewhat near
  > the end.
  > 
  > > I didn't look at the g++ problems.  I think we should analyze the problem
  > s
  > > above first before diving into g++ stuff.
  > 
  > Agreed.
  > 
  > 
  > Thanx,
  > RJL
  > 



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