Re: Update on libio with gcc-3

2001-12-23 Thread Roland McGrath
> So I decided to try something crazy: From Linux I ran: CC=gcc-3.0 ../libc/configure >--disable-profile --enable-add-ons --prefix=/usr --enable-oldest-abi=2.2.5 That's not crazy, I think that's what I suggested you try. Please report this to libc-alpha. The fix that works for that should wor

Update on libio with gcc-3

2001-12-23 Thread Jeff Bailey
I've been exploring a few thoughts on the whole glibc thing. And made a few observations. Framestate (in sysdeps/generic) calls size_of_encoded_value and read_encoded_value_with_base. Those functions are only defined in glibc if unwind-pe.h is linked in with NO_BASE_OF_ENCODED_VALUE defined. N