Xref: utzoo gnu.gdb.bug:573 comp.unix.i386:3653 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!brutus.cs.uiuc.edu!apple!hercules!dustbin.cisco.com!kph From: kph@dustbin.cisco.com (Kevin Paul Herbert) Newsgroups: gnu.gdb.bug,comp.unix.i386 Subject: Re: GDB on SCO Unix SysV v3.2 ? Keywords: gdb,sco,unix,sysv,sys5,v3.2,readline Message-ID: <16806@hercules.csl.sri.com> Date: 21 Mar 90 21:30:46 GMT References: <8532@pt.cs.cmu.edu> <8468@pt.cs.cmu.edu> Sender: usenet@csl.sri.com Reply-To: kph@dustbin.cisco.com (Kevin Paul Herbert) Followup-To: gnu.gdb.bug Distribution: usa Organization: cisco Systems Lines: 9 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