On Tue, 25 Jul 2000, Veksler Michael wrote:

> The latest CVS version of dpmi.c does not compile on gcc-2.95.2 and
> gas-2.9.1.
> The line with 'lcall *(%eax)' does not compile:
> /tmp/ccbxcAug.s: Assembler messages:
> /tmp/ccbxcAug.s:2644: Error: operands given don't match any known 386 instruction
> 
> Should it not be 'lcall (%eax)' ?

Not really. It is required by the AT&T syntax, so a more recent version of
gas (like my 2.10.90) becomes angry if you leave out the asterisk. Better
ideas?

Reply via email to