This is the mail archive of the gcc-bugs@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]

Re: Several bugs in egcs-2.91.29



  In message <199805211614.MAA05406@hiauly1.hia.nrc.ca>you write:
  > Hello,
  > 
  > I have found several problems with egcs-2.91.29:
  > 
  > 1)	Under hppa1.1-hp-hpux9.01, the program libiberty/getpagesize.c
  > 	fails to build because _SC_PAGESIZE is not defined.  The correct
  > 	definition for hpux 9.01 is _C_PAGE_SIZE.  I made this change:
I believe this has been fixed for the next snapshot.

  > 2) The snapshot does build under vax-dec-ultrix4.3:
[ ... ]
  > toplev.o(.text+0x3a1f): undefined reference to `output_lang_identify'
  > gmake[1]: *** [cc1] Error 1
  > 
  > The output_lang_identify capability appears to have been deleted.  However,
  > this capability is used by gas to distinguish between D_float and G_float.
  > See config/vax/vax.h.
This has definitely been fixed.

jeff


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