Re: show stopper for EGCS import

1999-04-05 Thread Wilko Bulte
As David O'Brien wrote ... Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o from the EGCS source rather than our home-grown ones. ..snip.. I've made the same fix to lib/csu as I did libgcc, but now am getting the same weird install problem Poul-Henning was getting.

Re: show stopper for EGCS import

1999-04-05 Thread The Hermit Hacker
What does 'cc -v' show on your system? I just finished a 'make world' on mine, and it still says 2.7.2.1 ... am I missing something here? :( On Sun, 4 Apr 1999, Wilko Bulte wrote: As David O'Brien wrote ... Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o from the

Re: show stopper for EGCS import

1999-04-05 Thread Thomas T. Veldhouse
...@nuxi.com obr...@nuxi.com; curr...@freebsd.org curr...@freebsd.org Date: Monday, April 05, 1999 6:52 AM Subject: Re: show stopper for EGCS import What does 'cc -v' show on your system? I just finished a 'make world' on mine, and it still says 2.7.2.1 ... am I missing something here

Re: show stopper for EGCS import

1999-04-05 Thread The Hermit Hacker
: show stopper for EGCS import What does 'cc -v' show on your system? I just finished a 'make world' on mine, and it still says 2.7.2.1 ... am I missing something here? :( Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org

Re: show stopper for EGCS import

1999-04-04 Thread David O'Brien
Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o from the EGCS source rather than our home-grown ones. ..snip.. I've made the same fix to lib/csu as I did libgcc, but now am getting the same weird install problem Poul-Henning was getting. Well FMH! I found a typo I made

Re: show stopper for EGCS import

1999-04-04 Thread John Polstra
In article 19990403222515.a75...@nuxi.com, David O'Brien obr...@nuxi.com wrote: Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o from the EGCS source rather than our home-grown ones. This afternoon I switch my EGCS development machine back to a purely stock 4.0 SNAPSHOT and

Re: show stopper for EGCS import

1999-04-04 Thread Amancio Hasty
Cool, What do you mean by: we are going to have to use sjlj-exceptions type exception machanism for a while? Tnks, Amancio Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o from the EGCS source rather than our home-grown ones. ..snip.. I've made the

Re: show stopper for EGCS import

1999-04-04 Thread David O'Brien
On Sun, Apr 04, 1999 at 10:39:15AM -0700, Amancio Hasty wrote: What do you mean by: we are going to have to use sjlj-exceptions type exception machanism for a while? -fsjlj-exceptions is on by default. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail

Re: show stopper for EGCS import

1999-04-04 Thread Alex Zepeda
On Sun, 4 Apr 1999, David O'Brien wrote: Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o from the EGCS source rather than our home-grown ones. ..snip.. I've made the same fix to lib/csu as I did libgcc, but now am getting the same weird install problem Poul-Henning

Re: show stopper for EGCS import

1999-04-04 Thread Amancio Hasty
Why are exceptions handling on by default better yet do we know why exception handling is not needed by default with gcc-2.8? and has anyone spent time reading the egcs requirements for exception handling? Amancio On Sun, Apr 04, 1999 at 10:39:15AM -0700, Amancio Hasty wrote:

Re: show stopper for EGCS import

1999-04-04 Thread David O'Brien
sjlj-exceptions type exception machanism for a while. Is there any way to tell gcc not to do this by default, Yes, -fno-sjlj-exceptions, but you will proably get core dumps when you throw an exception. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail

Re: show stopper for EGCS import

1999-04-04 Thread Jordan K. Hubbard
YAY!! David, consider yourself signed up for a six pack of anything you like to drink come the next USENIX. First 6 beers are on me (assuming you don't mind if I pound a 7-up for each beer you drink, that is). :-) - Jordan Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o

show stopper for EGCS import

1999-04-03 Thread David O'Brien
Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o from the EGCS source rather than our home-grown ones. This afternoon I switch my EGCS development machine back to a purely stock 4.0 SNAPSHOT and found that GCC 2.7.2 cannot compile the new sources. This is the same problem I had