Re: Broken world in rtld-elf...

2002-06-14 Thread Alex Zepeda
On Fri, Jun 14, 2002 at 07:09:06PM +1000, Bruce Evans wrote: > Not really. It is a transient bug that is almost as easy to fix as > warn about. So when can I expect the fix to be committed? :-D - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the bod

Re: Broken world in rtld-elf...

2002-06-14 Thread Bruce Evans
On Thu, 13 Jun 2002, Alex Zepeda wrote: > On Thu, Jun 13, 2002 at 12:26:05PM +1000, Bruce Evans wrote: > > > rtld still uses asms with the old, broken/fragile "0" constraint. This > > constraint is especially broken/fragile if things are pessimized by > > compiling without optimizations. > > D'o

Re: Broken world in rtld-elf...

2002-06-13 Thread Juli Mallett
* Terry Lambert <[EMAIL PROTECTED]> escriurères > Juli Mallett wrote: > > Errr, it was with 0 level optimisation that is the problem, not a real > > level. Read carefully what bde said, and look at hte warnings and how > > GCC deals with the code in question. > > > > Also, your example is very w

Re: Broken world in rtld-elf...

2002-06-13 Thread Terry Lambert
Juli Mallett wrote: > Errr, it was with 0 level optimisation that is the problem, not a real > level. Read carefully what bde said, and look at hte warnings and how > GCC deals with the code in question. > > Also, your example is very wrong, read make(1)'s section on dealing with > variables.

Re: Broken world in rtld-elf...

2002-06-13 Thread Juli Mallett
* Terry Lambert <[EMAIL PROTECTED]> escriurères > Alex Zepeda wrote: > > On Thu, Jun 13, 2002 at 12:26:05PM +1000, Bruce Evans wrote: > > > rtld still uses asms with the old, broken/fragile "0" constraint. This > > > constraint is especially broken/fragile if things are pessimized by > > > compil

Re: Broken world in rtld-elf...

2002-06-13 Thread Terry Lambert
Alex Zepeda wrote: > On Thu, Jun 13, 2002 at 12:26:05PM +1000, Bruce Evans wrote: > > rtld still uses asms with the old, broken/fragile "0" constraint. This > > constraint is especially broken/fragile if things are pessimized by > > compiling without optimizations. > > D'oh! > > Is there any ch

Re: Broken world in rtld-elf...

2002-06-13 Thread Alex Zepeda
On Thu, Jun 13, 2002 at 12:26:05PM +1000, Bruce Evans wrote: > rtld still uses asms with the old, broken/fragile "0" constraint. This > constraint is especially broken/fragile if things are pessimized by > compiling without optimizations. D'oh! Is there any chance of sticking a warning in the

Re: Broken world in rtld-elf...

2002-06-12 Thread Bruce Evans
On Wed, 12 Jun 2002, Alex Zepeda wrote: > So what's up with -current? > > I had to install gawk to get the kernel to build (and world too for that > matter).. I haven't had the balls to put the "one true awk" back in place. > > But now whether in world mode or not I get: > > blarf:/usr/src/libexe

Broken world in rtld-elf...

2002-06-12 Thread Alex Zepeda
So what's up with -current? I had to install gawk to get the kernel to build (and world too for that matter).. I haven't had the balls to put the "one true awk" back in place. But now whether in world mode or not I get: blarf:/usr/src/libexec/rtld-elf#make cc -O0 -Wall -DFREEBSD_ELF -I/usr/src/