This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Change i386 assembler/disassembler for SIB with INDEX==4
- From: "H. J. Lu" <hjl at lucon dot org>
- To: "Allan B. Cruse" <cruse at cs dot usfca dot edu>,binutils at sources dot redhat dot com
- Cc: gcc at gcc dot gnu dot org, GNU C Library <libc-alpha at sources dot redhat dot com>,linux kernel <linux-kernel at vger dot kernel dot org>
- Date: Thu, 13 Jan 2005 11:35:16 -0800
- Subject: Change i386 assembler/disassembler for SIB with INDEX==4
I am proposing to change i386 assembler/disassembler for SIB with
INDEX==4
http://sources.redhat.com/bugzilla/show_bug.cgi?id=658
It will change the assembler output for (%ebx,[1248]). I am not too
worried about the disassembler output since assembler can't generate
SIB with INDEX==4 directly today. Any comments?
H.J.