1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Test for push being relaxed.

llvm-svn: 122124
This commit is contained in:
Rafael Espindola 2010-12-18 01:16:59 +00:00
parent a2f2eab8d4
commit dff6c18a5e

View File

@ -173,6 +173,12 @@
// CHECK-NEXT: (('r_offset', 0x00000083)
// CHECK-NEXT: ('r_sym', 0x00000004)
// CHECK-NEXT: ('r_type', 0x00000020)
// CHECK-NEXT: ),
// Relocation 23 ($bar) is of type R_386_32 and uses the section
// CHECK-NEXT: Relocation 0x00000017
// CHECK-NEXT: (('r_offset',
// CHECK-NEXT: ('r_sym',
// CHECK-NEXT: ('r_type', 0x00000001)
// CHECK-NEXT: ),
.text
@ -209,6 +215,7 @@ bar2:
movl zed@TLSLDM(%eax), %eax
movl zed@TPOFF(%eax), %eax
movl zed@DTPOFF(%eax), %eax
pushl $bar
.section zedsec,"awT",@progbits
zed: