* gas/i386/x86-64-relax-1.s: Use .balign. not .align.
* gas/i386/x86-64-relax-1.d: Remove label match, match pe output.
This commit is contained in:
parent
927837fd55
commit
5a5936adef
3 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
2010-10-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* gas/i386/x86-64-relax-1.s: Use .balign. not .align.
|
||||
* gas/i386/x86-64-relax-1.d: Remove label match, match pe output.
|
||||
|
||||
* gas/i386/relax-1.s: Use .p2align, not .align.
|
||||
* gas/i386/relax-2.s: Likewise.
|
||||
* gas/i386/relax-1.d: Remove label match.
|
||||
|
|
|
@ -6,9 +6,8 @@
|
|||
|
||||
Disassembly of section .text:
|
||||
|
||||
0+ <.text>:
|
||||
#...
|
||||
358: 74 06 je 0x360
|
||||
358: 74 06 je (0x)?360( .*)?
|
||||
35a: 66 0f 1f 44 00 00 nopw 0x0\(%rax,%rax,1\)
|
||||
360: 90 nop
|
||||
#pass
|
||||
|
|
|
@ -50,11 +50,11 @@
|
|||
je .LBB0_46
|
||||
.zero 131, 0x90
|
||||
.LBB0_46:
|
||||
.align 16, 0x90
|
||||
.balign 16, 0x90
|
||||
movq 168(%rsp), %rax
|
||||
.zero 3, 0x90
|
||||
je .LBB1_35
|
||||
.align 16, 0x90
|
||||
.balign 16, 0x90
|
||||
.zero 2, 0x90
|
||||
je .LBB1_35
|
||||
.zero 37, 0x90
|
||||
|
@ -63,7 +63,7 @@
|
|||
je .LBB1_35
|
||||
.zero 68, 0x90
|
||||
je .LBB1_17
|
||||
.align 16, 0x90
|
||||
.balign 16, 0x90
|
||||
.LBB1_17:
|
||||
.zero 85, 0x90
|
||||
.LBB1_35:
|
||||
|
|
Loading…
Reference in a new issue