Re: different systat -vmstat output when using egcs to compile kernel

1999-04-05 Thread Peter Jeremy
Matthew Dillon wrote: >:The problem is that cpp (from gcc 2.8.1) _does_not_ remove >:backslash-newline sequences from string constants (and maybe elsewhere >:as well). This causes problems with the DEVICE_NAMES macro defined in >:vector.h and used in vector.s. ... >I suggest using ANSI string

Re: different systat -vmstat output when using egcs to compile kernel

1999-04-04 Thread Matthew Dillon
:> 1 1 22 4072 2533 456 2641 13908 wire243 \nclk0 irq :> ^^ !!! : :I recognize that from gcc-2.8.1: The cpp behaviour changed and resulted :in the DEVICE_NAMES macro in vector.h being incorrectly expanded.

Re: different systat -vmstat output when using egcs to compile kernel

1999-04-04 Thread Peter Jeremy
Andreas Klemm wrote: >See the leading \n's in the Interrupts column (see !!!) >1st is ok using our cc >2nd is using egcs with different compile options. >But error remains the same even with no optimitation ... > 1 1 22 4072 2533 456 2641 13908 wire243 \nclk0 irq >

Re: different systat -vmstat output when using egcs to compile kernel

1999-04-04 Thread Brian Feldman
On Sun, 4 Apr 1999, Andreas Klemm wrote: > See the leading \n's in the Interrupts column (see !!!) > 1st is ok using our cc > 2nd is using egcs with different compile options. > But error remains the same even with no optimitation Very strange. It could have something to do with the following, th