[parisc-linux] Re: [parisc-linux-cvs] Re: 2.6.0-test4-pa12 __fls()

Randolph Chung Randolph Chung <tausq@debian.org>
Sat, 6 Sep 2003 23:11:35 -0700


> btw: is somebody knows how to compile with _hppa64-gcc_ shuch trivial loop
> #include <stdio.h>
> 
> main()
> {
> 	unsigned long long i;
> 
> 	for (i=0; i<0xffffffffffffffffUL; i++) {
> 		printf ("i = %#010x (%ll)\n", i);
> 	}
> }
> 
> (afair the problem if the call to printf() )

we don't have 64-bit glibc/userspace yet, so you can't do this.

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/