re: GCC generating invalid assembly

2005-03-07 Thread Sam Lauber
> > I compiled unexec.c from Emacs 21.3 with -O2, and I got the error > > from GNU as on line 1498: > > > > Fatal error: C_EFCN symbol out of scope > > > > I'm on the x86. This only happens if all three of the following > > are satisfied > > > > 1) -gcoff debugging information is being generate

Re: GCC generating invalid assembly

2005-03-06 Thread Andrew Pinski
On Mar 6, 2005, at 6:39 PM, Dan Kegel wrote: [EMAIL PROTECTED] wrote: I compiled unexec.c from Emacs 21.3 with -O2, and I got the error from GNU as on line 1498: Fatal error: C_EFCN symbol out of scope I'm on the x86. This only happens if all three of the following are satisfied 1) -gcoff debug

re: GCC generating invalid assembly

2005-03-06 Thread Dan Kegel
[EMAIL PROTECTED] wrote: I compiled unexec.c from Emacs 21.3 with -O2, and I got the error from GNU as on line 1498: Fatal error: C_EFCN symbol out of scope I'm on the x86. This only happens if all three of the following are satisfied 1) -gcoff debugging information is being generated 2) -fu

GCC generating invalid assembly

2005-03-06 Thread Sam Lauber
I compiled unexec.c from Emacs 21.3 with -O2, and I got the error from GNU as on line 1498: Fatal error: C_EFCN symbol out of scope I'm on the x86. This only happens if all three of the following are satisfied 1) -gcoff debugging information is being generated 2) -funit-at-a-time is on 3)