On Fri, 22 Oct 2004, Matthew Wilcox wrote: > On Thu, Oct 21, 2004 at 06:08:03PM +0200, Joel Soete wrote: > > I don't have any pb here to build it for my c110 so I presume that's another > > compiler pb. > > Here I use a debian unstable :) with > > # gcc -v > > Reading specs from /usr/lib/gcc-lib/hppa-linux/3.3.5/specs > > I'm pretty sure Martin's using 3.4 which is noticably pickier about > inlining. I had a quick look at the parport_gsc stuff and it looks like > a bit of a mess. I'd start by moving everything from parport_gsc.h > into parport_gsc.c or at least moving asm-parisc/parport_gs.h to > drivers/parport/.
I indeed use 3.4: hppa-linux-gcc -v Reading specs from /usr/lib/gcc/hppa-linux/3.4.1/specs Configured with: ../src/configure -v --enable-languages=c,c++ --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --with-gxx-include-dir=/usr/hppa-linux/include/g++ --enable-shared --with-as=/usr/hppa-linux/bin/as --with-gnu-as --with-ld=/usr/hppa-linux/bin/ld --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --build=powerpc-linux --host=powerpc-linux --target=hppa-linux Thread model: posix gcc version 3.4.1 (Debian 3.4.1-1) -- Martin-�ric Racine, ICT Consultant http://www.iki.fi/q-funk/

