This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

i386 lcall without *


  Hi,

  There is a new warning in binutils-2.9.5.0.27 (gas) for i386
 on a line like:
    lcall (memory)
 It says something like "lcall without *".

 I am using it in such a code:
      asm volatile (
	" lcallw (%a4) # _VESA_setwin"
	: "=a" (status), "=d" (dummydx)
	: "b" (UI.parameter.winNo & 0x00FF), /* %bh = 0 */
	  "d" (param),
	  "p" (&UI.parameter.addrpositionfarfct),
	  "a" (0x4F05)
	);

  Shall I convert to a form like:
    lcall *memory
  Or the warning will disappear when the argument is in
 between parenthesis ?

  Thanks,
  Etienne.
___________________________________________________________
Do You Yahoo!?
Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]