aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr20244-1a.d
blob: a2d6c3f094da06be868a1db7016178f51f2bcadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#source: pr20244-1.s
#as: --32
#ld: -m elf_i386 -z noseparate-code
#objdump: --sym -dw

.*: +file format .*

SYMBOL TABLE:
#...
0+80490a0 l     O .data	00000001 bar
#...
0+8048074 g     F .text	00000000 _start
#...
0+80490a1 g     O .data	00000001 foo
#...



Disassembly of section .text:

0+8048074 <_start>:
 +[a-f0-9]+:	c7 05 8c 90 04 08 00 00 00 00 	movl   \$0x0,0x804908c
 +[a-f0-9]+:	83 3d 90 90 04 08 00 	cmpl   \$0x0,0x8049090
 +[a-f0-9]+:	b9 f8 ff ff ff       	mov    \$0xfffffff8,%ecx
#pass