This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: `make bootstrap' fails for 980315 on FreeBSD 2.2-980105-SNAP
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: `make bootstrap' fails for 980315 on FreeBSD 2.2-980105-SNAP
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 20 Mar 1998 09:08:52 -0700
- cc: egcs-bugs at cygnus dot com, amylaar at cygnus dot com
- Reply-To: law at cygnus dot com
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