Re: ["Michael N. Lipp" ] Can't compile linus 2.2.17 with latest gcc due to checksum.S

2000-09-26 Thread Jakub Jelinek
On Tue, Sep 26, 2000 at 08:20:49AM +0200, Michael N. Lipp wrote: > Hi, > > I can't compile the latest linux kernel with the latest gcc due to a > strange define in checksum.S. The gcc preprocessor complains about > the usage of elipses in the macros > > #define SRC(y...) \ >

["Michael N. Lipp" ] Can't compile linus 2.2.17 with latest gcc due to checksum.S

2000-09-25 Thread Michael N. Lipp
Hi, I can't compile the latest linux kernel with the latest gcc due to a strange define in checksum.S. The gcc preprocessor complains about the usage of elipses in the macros #define SRC(y...) \ : y;\ .section __ex_table, "a";