I'd be happy to dig this. could someone run the following commands on hppa and send me the output please ?
$ cat >null.c <<EOF const unsigned int len = 1; const unsigned char buf[1] = { 0x00 }; EOF $ cc -S -o - null.c Roberto
I'd be happy to dig this. could someone run the following commands on hppa and send me the output please ?
$ cat >null.c <<EOF const unsigned int len = 1; const unsigned char buf[1] = { 0x00 }; EOF $ cc -S -o - null.c Roberto