Subject: cxref vs. __asm __volatile
To: None <tech-toolchain@netbsd.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-toolchain
Date: 03/09/2000 22:07:31
Hello,

is there any known magic to tell cxref to at least ignore anything inside
__asm __volatile ( .... ) ?

Or do I need to set #ifndef __CXREF_CALLED__ around each such invocation
and add that definition to the cxref call?

(background: I desperately need a call graph for sys/arch/amiga/dev/fd.c)

Regards,
	-is