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: `make bootstrap' fails for 980315 on FreeBSD 2.2-980105-SNAP



  In message <Pine.GSO.3.96.980320121047.17684E-100000@alcyone.dbai.tuwien.ac.au write:
  > c-lang.c:184: warning: implicit declaration of function
  > `assemble_destructor'
  > stage1/xgcc -Bstage1/ -c  -DIN_GCC   -W -Wall -O2 -g -O2   -DHAVE_CONFIG_H
  > -I. -I. -I./config ./gengenrtl.c
  > stage1/xgcc -Bstage1/  -DIN_GCC   -W -Wall -O2 -g -O2   -DHAVE_CONFIG_H
  > -o gengenrtl  gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac
  > ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `   
  > ./gengenrtl tmp-genrtl.h tmp-genrtl.c
  > *** Signal 11
Sounds like freebsd is also using an old/broken assembler that 
doesn't know how to handle .align statements in code correctly.

That's an educated guess based on the symptoms which look a lot
like a NetBSD problem that we're working on.

jeff


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