[parisc-linux] __FUNCTION__ work?

Grant Grundler grundler@cup.hp.com
Sat, 21 Oct 2000 10:37:08 -0700 (PDT)


Hi all,
Can anyone tell me if __FUNCTION__ works for the 32-bit tool chain?


I'm quite certain it's not working for the 64-bit toolchain.
Alan (Modra), can you fix that?

The output I get from:
	printk(__FUNCTION__ "() starts\n");

is
	() starts

It's not a disaster, just slightly annoying when debug code
doesn't tell me everything I expect. And I know this worked
before in the 32-bit toolchain (and probably still does).

thanks,
grant