aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2/implptr.S
blob: 8ea793ccc1d86dd0077240ac4f3156f9b60f7852 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
	.file	"implptr.c"
	.text
.Ltext0:
	.p2align 4,,15
	.globl	foo
	.type	foo, @function
foo:
.LFB1:
	.file 1 "implptr.c"
	.loc 1 45 0
	.cfi_startproc
.LVL0:
	.loc 1 45 0
	movl	4(%esp), %eax
.LVL1:
.LBB6:
.LBB7:
	.loc 1 36 0
	addl	$1, u
.LVL2:
	.loc 1 38 0
	addl	$1, u+4
.LVL3:
	.loc 1 40 0
	addl	$1, u+8
.LVL4:
.LBE7:
.LBE6:
.LBB8:
.LBB9:
	.loc 1 36 0
	addl	$1, u+12
.LVL5:
	.loc 1 38 0
	addl	$1, u+16
.LVL6:
	.loc 1 40 0
	addl	$1, u+20
.LBE9:
.LBE8:
	.loc 1 52 0
	leal	(%eax,%eax,4), %eax
	.loc 1 53 0
	ret
	.cfi_endproc
.LFE1:
	.size	foo, .-foo
	.p2align 4,,15
	.globl	bar
	.type	bar, @function
bar:
.LFB2:
	.loc 1 57 0
	.cfi_startproc
.LVL7:
	.loc 1 61 0
	movl	4(%esp), %eax
	addl	$1, %eax
	.loc 1 63 0
	ret
	.cfi_endproc
.LFE2:
	.size	bar, .-bar
	.p2align 4,,15
	.globl	main
	.type	main, @function
main:
.LFB3:
	.loc 1 66 0
	.cfi_startproc
	pushl	%ebx
	.cfi_def_cfa_offset 8
	.cfi_offset 3, -8
	subl	$4, %esp
	.cfi_def_cfa_offset 12
	.loc 1 67 0
	movl	$5, (%esp)
	call	bar
	movl	$23, (%esp)
	movl	%eax, %ebx
	call	foo
	.loc 1 68 0
	addl	$4, %esp
	.cfi_def_cfa_offset 8
	.loc 1 67 0
	addl	%ebx, %eax
	.loc 1 68 0
	popl	%ebx
	.cfi_def_cfa_offset 4
	.cfi_restore 3
	ret
	.cfi_endproc
.LFE3:
	.size	main, .-main
	.comm	u,24,4
.Letext0:
	.section	.debug_types,"G",@progbits,wt.ade46b36db7edab6,comdat
	.long	0x46
	.value	0x4
	.long	.Ldebug_abbrev0
	.byte	0x4
	.byte	0xad
	.byte	0xe4
	.byte	0x6b
	.byte	0x36
	.byte	0xdb
	.byte	0x7e
	.byte	0xda
	.byte	0xb6
	.long	0x1d
	.uleb128 0x1
	.byte	0x1
	.long	.Ldebug_line0
	.uleb128 0x2
	.string	"S"
	.byte	0x8
	.byte	0x1
	.byte	0x18
	.long	0x3c
	.uleb128 0x3
	.string	"x"
	.byte	0x1
	.byte	0x1a
	.long	0x3c
	.byte	0
	.uleb128 0x3
	.string	"y"
	.byte	0x1
	.byte	0x1a
	.long	0x42
	.byte	0x4
	.byte	0
	.uleb128 0x4
	.byte	0x4
	.long	0x42
	.uleb128 0x5
	.byte	0x4
	.byte	0x5
	.string	"int"
	.byte	0
	.section	.debug_info,"",@progbits
.Ldebug_info0:
	.long	0x1b6
	.value	0x4
	.long	.Ldebug_abbrev0
	.byte	0x4
	.uleb128 0x6
	.long	.LASF1
	.byte	0x1
	.long	.LASF2
	.long	.LASF3
	.long	.Ltext0
	.long	.Letext0
	.long	.Ldebug_line0
	.uleb128 0x4
	.byte	0x4
	.long	0x2b
	.uleb128 0x5
	.byte	0x4
	.byte	0x5
	.string	"int"
	.uleb128 0x7
	.string	"add"
	.byte	0x1
	.byte	0x20
	.byte	0x3
	.long	0x5a
	.uleb128 0x8
	.string	"a"
	.byte	0x1
	.byte	0x20
	.long	0x5a
	.uleb128 0x8
	.string	"b"
	.byte	0x1
	.byte	0x20
	.long	0x5a
	.uleb128 0x8
	.string	"c"
	.byte	0x1
	.byte	0x20
	.long	0x2b
	.byte	0
	.uleb128 0x9
	.byte	0x4
	.byte	0xad
	.byte	0xe4
	.byte	0x6b
	.byte	0x36
	.byte	0xdb
	.byte	0x7e
	.byte	0xda
	.byte	0xb6
	.uleb128 0xa
	.string	"foo"
	.byte	0x1
	.byte	0x2c
	.long	0x2b
	.long	.LFB1
	.long	.LFE1
	.uleb128 0x1
	.byte	0x9c
	.long	0xff
	.uleb128 0xb
	.string	"i"
	.byte	0x1
	.byte	0x2c
	.long	0x2b
	.long	.LLST0
	.uleb128 0xc
	.string	"j"
	.byte	0x1
	.byte	0x2e
	.long	0x2b
	.long	.LLST1
	.uleb128 0xc
	.string	"p"
	.byte	0x1
	.byte	0x2f
	.long	0xff
	.long	.LLST2
	.uleb128 0xd
	.long	0x32
	.long	.LBB6
	.long	.LBE6
	.byte	0x1
	.byte	0x30
	.long	0xd3
	.uleb128 0xe
	.long	0x50
	.byte	0
	.uleb128 0xf
	.long	0x47
	.uleb128 0x6
	.byte	0xf2
	.long	.Ldebug_info0+151
	.sleb128 8
	.uleb128 0x10
	.long	0x3e
	.long	.LLST3
	.byte	0
	.uleb128 0x11
	.long	0x32
	.long	.LBB8
	.long	.LBE8
	.byte	0x1
	.byte	0x33
	.uleb128 0xe
	.long	0x50
	.byte	0x3
	.uleb128 0xf
	.long	0x47
	.uleb128 0x6
	.byte	0xf2
	.long	.Ldebug_info0+151
	.sleb128 8
	.uleb128 0x10
	.long	0x3e
	.long	.LLST4
	.byte	0
	.byte	0
	.uleb128 0x12
	.byte	0xad
	.byte	0xe4
	.byte	0x6b
	.byte	0x36
	.byte	0xdb
	.byte	0x7e
	.byte	0xda
	.byte	0xb6
	.long	0x113
	.uleb128 0x13
	.long	0x113
	.byte	0x1
	.byte	0
	.uleb128 0x14
	.byte	0x4
	.byte	0x7
	.long	.LASF0
	.uleb128 0xa
	.string	"bar"
	.byte	0x1
	.byte	0x38
	.long	0x2b
	.long	.LFB2
	.long	.LFE2
	.uleb128 0x1
	.byte	0x9c
	.long	0x170
	.uleb128 0x15
	.string	"i"
	.byte	0x1
	.byte	0x38
	.long	0x2b
	.uleb128 0x2
	.byte	0x91
	.sleb128 0
	.uleb128 0x16
	.string	"j"
	.byte	0x1
	.byte	0x3a
	.long	0x25
	.uleb128 0x6
	.byte	0xf2
	.long	.Ldebug_info0+307
	.sleb128 0
	.uleb128 0x16
	.string	"k"
	.byte	0x1
	.byte	0x3b
	.long	0x170
	.uleb128 0x6
	.byte	0xf2
	.long	.Ldebug_info0+319
	.sleb128 0
	.uleb128 0x16
	.string	"l"
	.byte	0x1
	.byte	0x3c
	.long	0x176
	.uleb128 0x6
	.byte	0xf2
	.long	.Ldebug_info0+335
	.sleb128 0
	.byte	0
	.uleb128 0x4
	.byte	0x4
	.long	0x25
	.uleb128 0x4
	.byte	0x4
	.long	0x170
	.uleb128 0x17
	.long	.LASF4
	.byte	0x1
	.byte	0x41
	.long	0x2b
	.long	.LFB3
	.long	.LFE3
	.uleb128 0x1
	.byte	0x9c
	.uleb128 0x18
	.long	0x2b
	.long	0x1a1
	.uleb128 0x13
	.long	0x113
	.byte	0x5
	.byte	0
	.uleb128 0x19
	.string	"u"
	.byte	0x1
	.byte	0x1d
	.long	0x191
	.uleb128 0x1a
	.string	"u"
	.byte	0x1
	.byte	0x1d
	.long	0x191
	.uleb128 0x5
	.byte	0x3
	.long	u
	.byte	0
	.section	.debug_abbrev,"",@progbits
.Ldebug_abbrev0:
	.uleb128 0x1
	.uleb128 0x41
	.byte	0x1
	.uleb128 0x13
	.uleb128 0xb
	.uleb128 0x10
	.uleb128 0x17
	.byte	0
	.byte	0
	.uleb128 0x2
	.uleb128 0x13
	.byte	0x1
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x1
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0x3
	.uleb128 0xd
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x38
	.uleb128 0xb
	.byte	0
	.byte	0
	.uleb128 0x4
	.uleb128 0xf
	.byte	0
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0x5
	.uleb128 0x24
	.byte	0
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x3e
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0x8
	.byte	0
	.byte	0
	.uleb128 0x6
	.uleb128 0x11
	.byte	0x1
	.uleb128 0x25
	.uleb128 0xe
	.uleb128 0x13
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x1b
	.uleb128 0xe
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x10
	.uleb128 0x17
	.byte	0
	.byte	0
	.uleb128 0x7
	.uleb128 0x2e
	.byte	0x1
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x27
	.uleb128 0x19
	.uleb128 0x20
	.uleb128 0xb
	.uleb128 0x1
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0x8
	.uleb128 0x5
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0x9
	.uleb128 0xf
	.byte	0
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x20
	.byte	0
	.byte	0
	.uleb128 0xa
	.uleb128 0x2e
	.byte	0x1
	.uleb128 0x3f
	.uleb128 0x19
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x27
	.uleb128 0x19
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0x18
	.uleb128 0x1
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0xb
	.uleb128 0x5
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x17
	.byte	0
	.byte	0
	.uleb128 0xc
	.uleb128 0x34
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x17
	.byte	0
	.byte	0
	.uleb128 0xd
	.uleb128 0x1d
	.byte	0x1
	.uleb128 0x31
	.uleb128 0x13
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x58
	.uleb128 0xb
	.uleb128 0x59
	.uleb128 0xb
	.uleb128 0x1
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0xe
	.uleb128 0x5
	.byte	0
	.uleb128 0x31
	.uleb128 0x13
	.uleb128 0x1c
	.uleb128 0xb
	.byte	0
	.byte	0
	.uleb128 0xf
	.uleb128 0x5
	.byte	0
	.uleb128 0x31
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x18
	.byte	0
	.byte	0
	.uleb128 0x10
	.uleb128 0x5
	.byte	0
	.uleb128 0x31
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x17
	.byte	0
	.byte	0
	.uleb128 0x11
	.uleb128 0x1d
	.byte	0x1
	.uleb128 0x31
	.uleb128 0x13
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x58
	.uleb128 0xb
	.uleb128 0x59
	.uleb128 0xb
	.byte	0
	.byte	0
	.uleb128 0x12
	.uleb128 0x1
	.byte	0x1
	.uleb128 0x49
	.uleb128 0x20
	.uleb128 0x1
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0x13
	.uleb128 0x21
	.byte	0
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2f
	.uleb128 0xb
	.byte	0
	.byte	0
	.uleb128 0x14
	.uleb128 0x24
	.byte	0
	.uleb128 0xb
	.uleb128 0xb
	.uleb128 0x3e
	.uleb128 0xb
	.uleb128 0x3
	.uleb128 0xe
	.byte	0
	.byte	0
	.uleb128 0x15
	.uleb128 0x5
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x18
	.byte	0
	.byte	0
	.uleb128 0x16
	.uleb128 0x34
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x2
	.uleb128 0x18
	.byte	0
	.byte	0
	.uleb128 0x17
	.uleb128 0x2e
	.byte	0
	.uleb128 0x3f
	.uleb128 0x19
	.uleb128 0x3
	.uleb128 0xe
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x11
	.uleb128 0x1
	.uleb128 0x12
	.uleb128 0x1
	.uleb128 0x40
	.uleb128 0x18
	.byte	0
	.byte	0
	.uleb128 0x18
	.uleb128 0x1
	.byte	0x1
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x1
	.uleb128 0x13
	.byte	0
	.byte	0
	.uleb128 0x19
	.uleb128 0x34
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0x19
	.uleb128 0x3c
	.uleb128 0x19
	.byte	0
	.byte	0
	.uleb128 0x1a
	.uleb128 0x34
	.byte	0
	.uleb128 0x3
	.uleb128 0x8
	.uleb128 0x3a
	.uleb128 0xb
	.uleb128 0x3b
	.uleb128 0xb
	.uleb128 0x49
	.uleb128 0x13
	.uleb128 0x3f
	.uleb128 0x19
	.uleb128 0x2
	.uleb128 0x18
	.byte	0
	.byte	0
	.byte	0
	.section	.debug_loc,"",@progbits
.Ldebug_loc0:
.LLST0:
	.long	.LVL0-.Ltext0
	.long	.LVL1-.Ltext0
	.value	0x2
	.byte	0x91
	.sleb128 0
	.long	.LVL1-.Ltext0
	.long	.LFE1-.Ltext0
	.value	0x6
	.byte	0x91
	.sleb128 0
	.byte	0x6
	.byte	0x31
	.byte	0x24
	.byte	0x9f
	.long	0
	.long	0
.LLST1:
	.long	.LVL1-.Ltext0
	.long	.LVL4-.Ltext0
	.value	0x2
	.byte	0x91
	.sleb128 0
	.long	.LVL4-.Ltext0
	.long	.LFE1-.Ltext0
	.value	0x6
	.byte	0x91
	.sleb128 0
	.byte	0x6
	.byte	0x33
	.byte	0x1e
	.byte	0x9f
	.long	0
	.long	0
.LLST2:
	.long	.LVL1-.Ltext0
	.long	.LVL4-.Ltext0
	.value	0x20
	.byte	0xf2
	.long	.Ldebug_info0+125
	.sleb128 0
	.byte	0x93
	.uleb128 0x4
	.byte	0x91
	.sleb128 0
	.byte	0x6
	.byte	0x32
	.byte	0x24
	.byte	0x9f
	.byte	0x93
	.uleb128 0x4
	.byte	0xf2
	.long	.Ldebug_info0+138
	.sleb128 0
	.byte	0x93
	.uleb128 0x4
	.byte	0x91
	.sleb128 0
	.byte	0x6
	.byte	0x31
	.byte	0x24
	.byte	0x9f
	.byte	0x93
	.uleb128 0x4
	.long	.LVL4-.Ltext0
	.long	.LFE1-.Ltext0
	.value	0x20
	.byte	0xf2
	.long	.Ldebug_info0+138
	.sleb128 0
	.byte	0x93
	.uleb128 0x4
	.byte	0x91
	.sleb128 0
	.byte	0x6
	.byte	0x36
	.byte	0x1e
	.byte	0x9f
	.byte	0x93
	.uleb128 0x4
	.byte	0xf2
	.long	.Ldebug_info0+125
	.sleb128 0
	.byte	0x93
	.uleb128 0x4
	.byte	0x91
	.sleb128 0
	.byte	0x6
	.byte	0x31
	.byte	0x24
	.byte	0x9f
	.byte	0x93
	.uleb128 0x4
	.long	0
	.long	0
.LLST3:
	.long	.LVL1-.Ltext0
	.long	.LVL2-.Ltext0
	.value	0x6
	.byte	0xf2
	.long	.Ldebug_info0+151
	.sleb128 0
	.long	.LVL2-.Ltext0
	.long	.LVL3-.Ltext0
	.value	0x2
	.byte	0x30
	.byte	0x9f
	.long	.LVL3-.Ltext0
	.long	.LFE1-.Ltext0
	.value	0x6
	.byte	0xf2
	.long	.Ldebug_info0+151
	.sleb128 8
	.long	0
	.long	0
.LLST4:
	.long	.LVL4-.Ltext0
	.long	.LVL5-.Ltext0
	.value	0x6
	.byte	0xf2
	.long	.Ldebug_info0+151
	.sleb128 0
	.long	.LVL5-.Ltext0
	.long	.LVL6-.Ltext0
	.value	0x2
	.byte	0x30
	.byte	0x9f
	.long	.LVL6-.Ltext0
	.long	.LFE1-.Ltext0
	.value	0x6
	.byte	0xf2
	.long	.Ldebug_info0+151
	.sleb128 8
	.long	0
	.long	0
	.section	.debug_aranges,"",@progbits
	.long	0x1c
	.value	0x2
	.long	.Ldebug_info0
	.byte	0x4
	.byte	0
	.value	0
	.value	0
	.long	.Ltext0
	.long	.Letext0-.Ltext0
	.long	0
	.long	0
	.section	.debug_line,"",@progbits
.Ldebug_line0:
	.section	.debug_str,"MS",@progbits,1
.LASF0:
	.string	"unsigned int"
.LASF3:
	.string	"/home/tromey/gnu/archer/archer/gdb/testsuite/gdb.dwarf2"
.LASF4:
	.string	"main"
.LASF2:
	.string	"implptr.c"
.LASF1:
	.string	"GNU C 4.6.0 20101116 (experimental) [trunk revision 166803]"
	.ident	"GCC: (GNU) 4.6.0 20101116 (experimental) [trunk revision 166803]"
	.section	.note.GNU-stack,"",@progbits