2004-11-05 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/general.s: Add movzb. * gas/i386/general.l: Updated.
This commit is contained in:
parent
f059bf6fd2
commit
3b645373bf
3 changed files with 17 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-11-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/i386/general.s: Add movzb.
|
||||
* gas/i386/general.l: Updated.
|
||||
|
||||
2004-11-04 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gas/all/gas.exp: Exclude float.s for crisv32-*-*.
|
||||
|
|
|
@ -285,6 +285,10 @@
|
|||
212 021d 67668984 248C0000 movl %eax,140\(%esp\)
|
||||
212 00
|
||||
213
|
||||
214 # Force a good alignment.
|
||||
215 0226 00000000 00000000 .p2align 4,0
|
||||
215 0000
|
||||
214 .code32
|
||||
215 # Make sure that we won't remove movzb by accident.
|
||||
216 0226 660FB6F8 movzb %al,%di
|
||||
217 022a 0FB6C8 movzb %al,%ecx
|
||||
218
|
||||
219 # Force a good alignment.
|
||||
220 022d 000000 .p2align 4,0
|
||||
|
|
|
@ -211,5 +211,10 @@
|
|||
leal -1760(%ebp),%ebx
|
||||
movl %eax,140(%esp)
|
||||
|
||||
.code32
|
||||
# Make sure that we won't remove movzb by accident.
|
||||
movzb %al,%di
|
||||
movzb %al,%ecx
|
||||
|
||||
# Force a good alignment.
|
||||
.p2align 4,0
|
||||
|
|
Loading…
Reference in a new issue