Re: show stopper for Gcc 2.95.2 conversion

1999-11-08 Thread Peter Jeremy
On 1999-Nov-09 05:01:43 +1100, Luoqi Chen wrote: + "=D" (addr), "=c" (count) : + "r" (bsh + offset), "0" (addr), "1" (count) : + "%eax", "memory"); You may use "+D" and "+c" for the in-out operands, "+D"

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Gary Jennejohn
"David O'Brien" writes: On Sat, Nov 06, 1999 at 10:34:18AM +0100, Gary Jennejohn wrote: Here's a patch to bus.h which works for both EGCS and GCC 2.95.2. I have Here is the patch I've been working on (before I 1st got BDE's reply). The changes are mostly from OpenBSD + style changes for the way

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Gary Jennejohn
"Daniel C. Sobral" writes: Gary Jennejohn wrote: Any idea why GCC 2.95.2 produces so much more code ? Mmmm... O'Brien, could you make sure the space-critical code in sys/boot compiles ok? I still have GCC 2.95.2 installed. This is what I get in /sys/boot: === i386/boot2 (cd

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Daniel C. Sobral
Gary Jennejohn wrote: Mmmm... O'Brien, could you make sure the space-critical code in sys/boot compiles ok? I still have GCC 2.95.2 installed. This is what I get in /sys/boot: === i386/boot2 (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) | as -o boot1.o ld

Re: show stopper for Gcc 2.95.2 conversion

1999-11-06 Thread David O'Brien
On Sat, Nov 06, 1999 at 10:34:18AM +0100, Gary Jennejohn wrote: Here's a patch to bus.h which works for both EGCS and GCC 2.95.2. I have Here is the patch I've been working on (before I 1st got BDE's reply). The changes are mostly from OpenBSD + style changes for the way we do things. Can you

Re: show stopper for Gcc 2.95.2 conversion

1999-01-04 Thread Gary Jennejohn
Bruce Evans writes: On Fri, 5 Nov 1999, David O'Brien wrote: The current show stopper for switching over to GCC 2.95.2 is a problem compiling the `ahc' driver: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline

show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread David O'Brien
The current show stopper for switching over to GCC 2.95.2 is a problem compiling the `ahc' driver: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../..

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread Greg Lehey
On Friday, 5 November 1999 at 14:04:15 -0800, David O'Brien wrote: The current show stopper for switching over to GCC 2.95.2 is a problem compiling the `ahc' driver: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith