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]

Re: patch for gcc/config/netbsd.h


Egcs still fails to build on NetBSD without this patch: between stage1 and
stage2 the following:


./xgcc -B./ -O2   -DIN_GCC    -W -Wall -O2  -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I./config \
  -c ./cp/tinfo2.cc
/tmp/cc0wxyna.s: Assembler messages:
/tmp/cc0wxyna.s:3899: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:3911: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:3923: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:3935: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:3947: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:3959: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:3971: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:3987: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:4010: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:4034: Error: Rest of line ignored. First ignored character is `.'.
/tmp/cc0wxyna.s:4057: Error: Rest of line ignored. First ignored character is `.'.

etc.


   Alasdair.


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