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, > "

Re: show stopper for Gcc 2.95.2 conversion

1999-11-08 Thread Luoqi Chen
> 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 also test this one? > > > Index: bus.h > === > RCS file: /home/ncvs/

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 >

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 /usr/s

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Daniel C. Sobral
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? -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] What y'all wanna do? Wanna

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 th

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 -

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread David O'Brien
On Sat, Nov 06, 1999 at 04:07:06PM +1100, Bruce Evans wrote: > > The message is misleading, as the problematic header is > > /sys/i386/include/bus.h not, /usr/include/machine/bus.h. > > It's actually machine/bus.h, where "machine" is the symlink to > ../../i386/include in the compile directory.

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread Bruce Evans
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 > -Wcast-qual

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 -W

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../..