GDB on SCO Unix SysV v3.2 ?

Kevin Paul Herbert kph at dustbin.cisco.com
Thu Mar 22 07:30:46 AEST 1990


asm() is not really a function; it instructs the C compiler to place
literal text in the intermediate file which is fed to the assembler. It
is a way to place assembly language within C source files.

If your build is complaining about asm() being undefined, then I would
assuyme that you C compiler doesn't support asm() so it treats it as an
external function. Perhaps there is some compiler switch to allow asm.

Kevin



More information about the Comp.unix.i386 mailing list