public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* RE: [PATCH] x86: suppress emission of zero displacements in memoryoperands
@ 2005-05-06 16:40 Jan Beulich
  2005-05-06 16:44 ` DJ Delorie
  2005-05-06 16:50 ` [PATCH] x86: suppress emission of zero displacements in memoryoperands H. J. Lu
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Beulich @ 2005-05-06 16:40 UTC (permalink / raw)
  To: dave.korn, binutils

This stripping is intentional; I'm running into this in many cases where structure offsets are generated (i.e. through a C translation), and the zero offset gets needlessly retained. The point is that you anyway can't force the assembler to everything, like use a 32-bit displacement when an 8-bit one (or even none) suffices. If that's already impossible, then adding this additional thing is no issue at all in my opinion. Jan

>>> "Dave Korn" <dave.korn@artimi.com> 06.05.05 15:56:52 >>>
----Original Message----
>From: Jan Beulich
>Sent: 06 May 2005 13:04

> When explicitly specified, gas encoded a pointless zero displacement in
> memory addressing forms. Since this is not normally desired and was most
> likely just an oversight, this patch adds an adjustment to eliminate the
> displacement in that case.

  I'm not sure if I've fully understood the intent of this patch, but I
think you're saying that if someone writes

        mov %eax,0(%edi)

the assembler will emit

   4 0003 8907          mov %eax,(%edi)

and not

   2 0000 894700        mov %eax,0(%edi)

yes?  Nothing the user _explicitly_ specifies should ever be discarded IMO.
What if someone wants to write self-modifying code that stores varying
offsets into that field?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-05-06 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-06 16:40 [PATCH] x86: suppress emission of zero displacements in memoryoperands Jan Beulich
2005-05-06 16:44 ` DJ Delorie
2005-05-06 16:50   ` [PATCH] x86: suppress emission of zero displacements inmemoryoperands Dave Korn
2005-05-06 16:55     ` DJ Delorie
2005-05-06 16:50 ` [PATCH] x86: suppress emission of zero displacements in memoryoperands H. J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).