Home | History | Annotate | Line # | Download | only in gdb.btrace
      1      1.1  christos /* This testcase is part of GDB, the GNU debugger.
      2      1.1  christos 
      3  1.1.1.6  christos    Copyright 2016-2024 Free Software Foundation, Inc.
      4      1.1  christos 
      5      1.1  christos    This program is free software; you can redistribute it and/or modify
      6      1.1  christos    it under the terms of the GNU General Public License as published by
      7      1.1  christos    the Free Software Foundation; either version 3 of the License, or
      8      1.1  christos    (at your option) any later version.
      9      1.1  christos 
     10      1.1  christos    This program is distributed in the hope that it will be useful,
     11      1.1  christos    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12      1.1  christos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13      1.1  christos    GNU General Public License for more details.
     14      1.1  christos 
     15      1.1  christos    You should have received a copy of the GNU General Public License
     16      1.1  christos    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17      1.1  christos 
     18      1.1  christos 
     19      1.1  christos    This file has been generated using:
     20      1.1  christos    gcc -S -O2 -dA -g tailcall-only.c -o x86_64-tailcall-only.S  */
     21      1.1  christos 
     22      1.1  christos 	.file	"tailcall-only.c"
     23      1.1  christos 	.text
     24      1.1  christos .Ltext0:
     25      1.1  christos 	.p2align 4,,15
     26      1.1  christos 	.type	bar_1, @function
     27      1.1  christos bar_1:
     28      1.1  christos .LFB0:
     29      1.1  christos 	.file 1 "tailcall-only.c"
     30      1.1  christos 	# tailcall-only.c:22
     31      1.1  christos 	.loc 1 22 0
     32      1.1  christos 	.cfi_startproc
     33      1.1  christos # BLOCK 2 freq:10000 seq:0
     34      1.1  christos # PRED: ENTRY [100.0%]  (FALLTHRU)
     35      1.1  christos 	# tailcall-only.c:24
     36      1.1  christos 	.loc 1 24 0
     37      1.1  christos 	movl	$42, %eax
     38      1.1  christos # SUCC: EXIT [100.0%]
     39      1.1  christos 	ret
     40      1.1  christos 	.cfi_endproc
     41      1.1  christos .LFE0:
     42      1.1  christos 	.size	bar_1, .-bar_1
     43      1.1  christos 	.p2align 4,,15
     44      1.1  christos 	.type	bar, @function
     45      1.1  christos bar:
     46      1.1  christos .LFB1:
     47      1.1  christos 	# tailcall-only.c:28
     48      1.1  christos 	.loc 1 28 0
     49      1.1  christos 	.cfi_startproc
     50      1.1  christos # BLOCK 2 freq:10000 seq:0
     51      1.1  christos # PRED: ENTRY [100.0%]  (FALLTHRU)
     52      1.1  christos 	# tailcall-only.c:29
     53      1.1  christos 	.loc 1 29 0
     54      1.1  christos 	jmp	bar_1
     55      1.1  christos # SUCC: EXIT [100.0%]  (ABNORMAL,SIBCALL)
     56      1.1  christos .LVL0:
     57      1.1  christos 	.cfi_endproc
     58      1.1  christos .LFE1:
     59      1.1  christos 	.size	bar, .-bar
     60      1.1  christos 	.p2align 4,,15
     61      1.1  christos 	.type	foo_1, @function
     62      1.1  christos foo_1:
     63      1.1  christos .LFB2:
     64      1.1  christos 	# tailcall-only.c:34
     65      1.1  christos 	.loc 1 34 0
     66      1.1  christos 	.cfi_startproc
     67      1.1  christos # BLOCK 2 freq:10000 seq:0
     68      1.1  christos # PRED: ENTRY [100.0%]  (FALLTHRU)
     69      1.1  christos 	# tailcall-only.c:35
     70      1.1  christos 	.loc 1 35 0
     71      1.1  christos 	jmp	bar
     72      1.1  christos # SUCC: EXIT [100.0%]  (ABNORMAL,SIBCALL)
     73      1.1  christos .LVL1:
     74      1.1  christos 	.cfi_endproc
     75      1.1  christos .LFE2:
     76      1.1  christos 	.size	foo_1, .-foo_1
     77      1.1  christos 	.p2align 4,,15
     78      1.1  christos 	.type	foo, @function
     79      1.1  christos foo:
     80      1.1  christos .LFB3:
     81      1.1  christos 	# tailcall-only.c:40
     82      1.1  christos 	.loc 1 40 0
     83      1.1  christos 	.cfi_startproc
     84      1.1  christos # BLOCK 2 freq:10000 seq:0
     85      1.1  christos # PRED: ENTRY [100.0%]  (FALLTHRU)
     86      1.1  christos 	# tailcall-only.c:41
     87      1.1  christos 	.loc 1 41 0
     88      1.1  christos 	jmp	foo_1
     89      1.1  christos # SUCC: EXIT [100.0%]  (ABNORMAL,SIBCALL)
     90      1.1  christos .LVL2:
     91      1.1  christos 	.cfi_endproc
     92      1.1  christos .LFE3:
     93      1.1  christos 	.size	foo, .-foo
     94      1.1  christos 	.section	.text.startup,"ax",@progbits
     95      1.1  christos 	.p2align 4,,15
     96      1.1  christos 	.globl	main
     97      1.1  christos 	.type	main, @function
     98      1.1  christos main:
     99      1.1  christos .LFB4:
    100      1.1  christos 	# tailcall-only.c:46
    101      1.1  christos 	.loc 1 46 0
    102      1.1  christos 	.cfi_startproc
    103      1.1  christos # BLOCK 2 freq:10000 seq:0
    104      1.1  christos # PRED: ENTRY [100.0%]  (FALLTHRU)
    105      1.1  christos 	# tailcall-only.c:49
    106      1.1  christos 	.loc 1 49 0
    107      1.1  christos 	call	foo
    108      1.1  christos .LVL3:
    109      1.1  christos 	# tailcall-only.c:50
    110      1.1  christos 	.loc 1 50 0
    111      1.1  christos 	addl	$1, %eax
    112      1.1  christos .LVL4:
    113      1.1  christos # SUCC: EXIT [100.0%]
    114      1.1  christos 	# tailcall-only.c:53
    115      1.1  christos 	.loc 1 53 0
    116      1.1  christos 	ret
    117      1.1  christos 	.cfi_endproc
    118      1.1  christos .LFE4:
    119      1.1  christos 	.size	main, .-main
    120      1.1  christos 	.text
    121      1.1  christos .Letext0:
    122      1.1  christos 	.section	.debug_info,"",@progbits
    123      1.1  christos .Ldebug_info0:
    124      1.1  christos 	.long	0x111	# Length of Compilation Unit Info
    125      1.1  christos 	.value	0x4	# DWARF version number
    126      1.1  christos 	.long	.Ldebug_abbrev0	# Offset Into Abbrev. Section
    127      1.1  christos 	.byte	0x8	# Pointer Size (in bytes)
    128      1.1  christos 	.uleb128 0x1	# (DIE (0xb) DW_TAG_compile_unit)
    129      1.1  christos 	.long	.LASF1	# DW_AT_producer: "GNU C 4.8.3 20140911 (Red Hat 4.8.3-9) -mtune=generic -march=x86-64 -g -O2"
    130      1.1  christos 	.byte	0x1	# DW_AT_language
    131      1.1  christos 	.long	.LASF2	# DW_AT_name: "tailcall-only.c"
    132      1.1  christos 	.long	.LASF3	# DW_AT_comp_dir: ""
    133      1.1  christos 	.long	.Ldebug_ranges0+0	# DW_AT_ranges
    134      1.1  christos 	.quad	0	# DW_AT_low_pc
    135      1.1  christos 	.long	.Ldebug_line0	# DW_AT_stmt_list
    136      1.1  christos 	.uleb128 0x2	# (DIE (0x29) DW_TAG_subprogram)
    137      1.1  christos 	.long	.LASF4	# DW_AT_name: "bar_1"
    138      1.1  christos 	.byte	0x1	# DW_AT_decl_file (tailcall-only.c)
    139      1.1  christos 	.byte	0x15	# DW_AT_decl_line
    140      1.1  christos 			# DW_AT_prototyped
    141      1.1  christos 	.long	0x46	# DW_AT_type
    142      1.1  christos 	.quad	.LFB0	# DW_AT_low_pc
    143      1.1  christos 	.quad	.LFE0-.LFB0	# DW_AT_high_pc
    144      1.1  christos 	.uleb128 0x1	# DW_AT_frame_base
    145      1.1  christos 	.byte	0x9c	# DW_OP_call_frame_cfa
    146      1.1  christos 			# DW_AT_GNU_all_call_sites
    147      1.1  christos 	.uleb128 0x3	# (DIE (0x46) DW_TAG_base_type)
    148      1.1  christos 	.byte	0x4	# DW_AT_byte_size
    149      1.1  christos 	.byte	0x5	# DW_AT_encoding
    150      1.1  christos 	.ascii "int\0"	# DW_AT_name
    151      1.1  christos 	.uleb128 0x4	# (DIE (0x4d) DW_TAG_subprogram)
    152      1.1  christos 	.ascii "bar\0"	# DW_AT_name
    153      1.1  christos 	.byte	0x1	# DW_AT_decl_file (tailcall-only.c)
    154      1.1  christos 	.byte	0x1b	# DW_AT_decl_line
    155      1.1  christos 			# DW_AT_prototyped
    156      1.1  christos 	.long	0x46	# DW_AT_type
    157      1.1  christos 	.quad	.LFB1	# DW_AT_low_pc
    158      1.1  christos 	.quad	.LFE1-.LFB1	# DW_AT_high_pc
    159      1.1  christos 	.uleb128 0x1	# DW_AT_frame_base
    160      1.1  christos 	.byte	0x9c	# DW_OP_call_frame_cfa
    161      1.1  christos 			# DW_AT_GNU_all_call_sites
    162      1.1  christos 	.long	0x7c	# DW_AT_sibling
    163      1.1  christos 	.uleb128 0x5	# (DIE (0x6e) DW_TAG_GNU_call_site)
    164      1.1  christos 	.quad	.LVL0	# DW_AT_low_pc
    165      1.1  christos 			# DW_AT_GNU_tail_call
    166      1.1  christos 	.long	0x29	# DW_AT_abstract_origin
    167      1.1  christos 	.byte	0	# end of children of DIE 0x4d
    168      1.1  christos 	.uleb128 0x6	# (DIE (0x7c) DW_TAG_subprogram)
    169      1.1  christos 	.long	.LASF0	# DW_AT_name: "foo_1"
    170      1.1  christos 	.byte	0x1	# DW_AT_decl_file (tailcall-only.c)
    171      1.1  christos 	.byte	0x21	# DW_AT_decl_line
    172      1.1  christos 			# DW_AT_prototyped
    173      1.1  christos 	.long	0x46	# DW_AT_type
    174      1.1  christos 	.quad	.LFB2	# DW_AT_low_pc
    175      1.1  christos 	.quad	.LFE2-.LFB2	# DW_AT_high_pc
    176      1.1  christos 	.uleb128 0x1	# DW_AT_frame_base
    177      1.1  christos 	.byte	0x9c	# DW_OP_call_frame_cfa
    178      1.1  christos 			# DW_AT_GNU_all_call_sites
    179      1.1  christos 	.long	0xab	# DW_AT_sibling
    180      1.1  christos 	.uleb128 0x5	# (DIE (0x9d) DW_TAG_GNU_call_site)
    181      1.1  christos 	.quad	.LVL1	# DW_AT_low_pc
    182      1.1  christos 			# DW_AT_GNU_tail_call
    183      1.1  christos 	.long	0x4d	# DW_AT_abstract_origin
    184      1.1  christos 	.byte	0	# end of children of DIE 0x7c
    185      1.1  christos 	.uleb128 0x4	# (DIE (0xab) DW_TAG_subprogram)
    186      1.1  christos 	.ascii "foo\0"	# DW_AT_name
    187      1.1  christos 	.byte	0x1	# DW_AT_decl_file (tailcall-only.c)
    188      1.1  christos 	.byte	0x27	# DW_AT_decl_line
    189      1.1  christos 			# DW_AT_prototyped
    190      1.1  christos 	.long	0x46	# DW_AT_type
    191      1.1  christos 	.quad	.LFB3	# DW_AT_low_pc
    192      1.1  christos 	.quad	.LFE3-.LFB3	# DW_AT_high_pc
    193      1.1  christos 	.uleb128 0x1	# DW_AT_frame_base
    194      1.1  christos 	.byte	0x9c	# DW_OP_call_frame_cfa
    195      1.1  christos 			# DW_AT_GNU_all_call_sites
    196      1.1  christos 	.long	0xda	# DW_AT_sibling
    197      1.1  christos 	.uleb128 0x5	# (DIE (0xcc) DW_TAG_GNU_call_site)
    198      1.1  christos 	.quad	.LVL2	# DW_AT_low_pc
    199      1.1  christos 			# DW_AT_GNU_tail_call
    200      1.1  christos 	.long	0x7c	# DW_AT_abstract_origin
    201      1.1  christos 	.byte	0	# end of children of DIE 0xab
    202      1.1  christos 	.uleb128 0x7	# (DIE (0xda) DW_TAG_subprogram)
    203      1.1  christos 			# DW_AT_external
    204      1.1  christos 	.long	.LASF5	# DW_AT_name: "main"
    205      1.1  christos 	.byte	0x1	# DW_AT_decl_file (tailcall-only.c)
    206      1.1  christos 	.byte	0x2d	# DW_AT_decl_line
    207      1.1  christos 			# DW_AT_prototyped
    208      1.1  christos 	.long	0x46	# DW_AT_type
    209      1.1  christos 	.quad	.LFB4	# DW_AT_low_pc
    210      1.1  christos 	.quad	.LFE4-.LFB4	# DW_AT_high_pc
    211      1.1  christos 	.uleb128 0x1	# DW_AT_frame_base
    212      1.1  christos 	.byte	0x9c	# DW_OP_call_frame_cfa
    213      1.1  christos 			# DW_AT_GNU_all_call_sites
    214      1.1  christos 	.uleb128 0x8	# (DIE (0xf7) DW_TAG_variable)
    215      1.1  christos 	.long	.LASF6	# DW_AT_name: "answer"
    216      1.1  christos 	.byte	0x1	# DW_AT_decl_file (tailcall-only.c)
    217      1.1  christos 	.byte	0x2f	# DW_AT_decl_line
    218      1.1  christos 	.long	0x46	# DW_AT_type
    219      1.1  christos 	.long	.LLST0	# DW_AT_location
    220      1.1  christos 	.uleb128 0x9	# (DIE (0x106) DW_TAG_GNU_call_site)
    221      1.1  christos 	.quad	.LVL3	# DW_AT_low_pc
    222      1.1  christos 	.long	0xab	# DW_AT_abstract_origin
    223      1.1  christos 	.byte	0	# end of children of DIE 0xda
    224      1.1  christos 	.byte	0	# end of children of DIE 0xb
    225      1.1  christos 	.section	.debug_abbrev,"",@progbits
    226      1.1  christos .Ldebug_abbrev0:
    227      1.1  christos 	.uleb128 0x1	# (abbrev code)
    228      1.1  christos 	.uleb128 0x11	# (TAG: DW_TAG_compile_unit)
    229      1.1  christos 	.byte	0x1	# DW_children_yes
    230      1.1  christos 	.uleb128 0x25	# (DW_AT_producer)
    231      1.1  christos 	.uleb128 0xe	# (DW_FORM_strp)
    232      1.1  christos 	.uleb128 0x13	# (DW_AT_language)
    233      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    234      1.1  christos 	.uleb128 0x3	# (DW_AT_name)
    235      1.1  christos 	.uleb128 0xe	# (DW_FORM_strp)
    236      1.1  christos 	.uleb128 0x1b	# (DW_AT_comp_dir)
    237      1.1  christos 	.uleb128 0xe	# (DW_FORM_strp)
    238      1.1  christos 	.uleb128 0x55	# (DW_AT_ranges)
    239      1.1  christos 	.uleb128 0x17	# (DW_FORM_sec_offset)
    240      1.1  christos 	.uleb128 0x11	# (DW_AT_low_pc)
    241      1.1  christos 	.uleb128 0x1	# (DW_FORM_addr)
    242      1.1  christos 	.uleb128 0x10	# (DW_AT_stmt_list)
    243      1.1  christos 	.uleb128 0x17	# (DW_FORM_sec_offset)
    244      1.1  christos 	.byte	0
    245      1.1  christos 	.byte	0
    246      1.1  christos 	.uleb128 0x2	# (abbrev code)
    247      1.1  christos 	.uleb128 0x2e	# (TAG: DW_TAG_subprogram)
    248      1.1  christos 	.byte	0	# DW_children_no
    249      1.1  christos 	.uleb128 0x3	# (DW_AT_name)
    250      1.1  christos 	.uleb128 0xe	# (DW_FORM_strp)
    251      1.1  christos 	.uleb128 0x3a	# (DW_AT_decl_file)
    252      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    253      1.1  christos 	.uleb128 0x3b	# (DW_AT_decl_line)
    254      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    255      1.1  christos 	.uleb128 0x27	# (DW_AT_prototyped)
    256      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    257      1.1  christos 	.uleb128 0x49	# (DW_AT_type)
    258      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    259      1.1  christos 	.uleb128 0x11	# (DW_AT_low_pc)
    260      1.1  christos 	.uleb128 0x1	# (DW_FORM_addr)
    261      1.1  christos 	.uleb128 0x12	# (DW_AT_high_pc)
    262      1.1  christos 	.uleb128 0x7	# (DW_FORM_data8)
    263      1.1  christos 	.uleb128 0x40	# (DW_AT_frame_base)
    264      1.1  christos 	.uleb128 0x18	# (DW_FORM_exprloc)
    265      1.1  christos 	.uleb128 0x2117	# (DW_AT_GNU_all_call_sites)
    266      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    267      1.1  christos 	.byte	0
    268      1.1  christos 	.byte	0
    269      1.1  christos 	.uleb128 0x3	# (abbrev code)
    270      1.1  christos 	.uleb128 0x24	# (TAG: DW_TAG_base_type)
    271      1.1  christos 	.byte	0	# DW_children_no
    272      1.1  christos 	.uleb128 0xb	# (DW_AT_byte_size)
    273      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    274      1.1  christos 	.uleb128 0x3e	# (DW_AT_encoding)
    275      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    276      1.1  christos 	.uleb128 0x3	# (DW_AT_name)
    277      1.1  christos 	.uleb128 0x8	# (DW_FORM_string)
    278      1.1  christos 	.byte	0
    279      1.1  christos 	.byte	0
    280      1.1  christos 	.uleb128 0x4	# (abbrev code)
    281      1.1  christos 	.uleb128 0x2e	# (TAG: DW_TAG_subprogram)
    282      1.1  christos 	.byte	0x1	# DW_children_yes
    283      1.1  christos 	.uleb128 0x3	# (DW_AT_name)
    284      1.1  christos 	.uleb128 0x8	# (DW_FORM_string)
    285      1.1  christos 	.uleb128 0x3a	# (DW_AT_decl_file)
    286      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    287      1.1  christos 	.uleb128 0x3b	# (DW_AT_decl_line)
    288      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    289      1.1  christos 	.uleb128 0x27	# (DW_AT_prototyped)
    290      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    291      1.1  christos 	.uleb128 0x49	# (DW_AT_type)
    292      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    293      1.1  christos 	.uleb128 0x11	# (DW_AT_low_pc)
    294      1.1  christos 	.uleb128 0x1	# (DW_FORM_addr)
    295      1.1  christos 	.uleb128 0x12	# (DW_AT_high_pc)
    296      1.1  christos 	.uleb128 0x7	# (DW_FORM_data8)
    297      1.1  christos 	.uleb128 0x40	# (DW_AT_frame_base)
    298      1.1  christos 	.uleb128 0x18	# (DW_FORM_exprloc)
    299      1.1  christos 	.uleb128 0x2117	# (DW_AT_GNU_all_call_sites)
    300      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    301      1.1  christos 	.uleb128 0x1	# (DW_AT_sibling)
    302      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    303      1.1  christos 	.byte	0
    304      1.1  christos 	.byte	0
    305      1.1  christos 	.uleb128 0x5	# (abbrev code)
    306      1.1  christos 	.uleb128 0x4109	# (TAG: DW_TAG_GNU_call_site)
    307      1.1  christos 	.byte	0	# DW_children_no
    308      1.1  christos 	.uleb128 0x11	# (DW_AT_low_pc)
    309      1.1  christos 	.uleb128 0x1	# (DW_FORM_addr)
    310      1.1  christos 	.uleb128 0x2115	# (DW_AT_GNU_tail_call)
    311      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    312      1.1  christos 	.uleb128 0x31	# (DW_AT_abstract_origin)
    313      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    314      1.1  christos 	.byte	0
    315      1.1  christos 	.byte	0
    316      1.1  christos 	.uleb128 0x6	# (abbrev code)
    317      1.1  christos 	.uleb128 0x2e	# (TAG: DW_TAG_subprogram)
    318      1.1  christos 	.byte	0x1	# DW_children_yes
    319      1.1  christos 	.uleb128 0x3	# (DW_AT_name)
    320      1.1  christos 	.uleb128 0xe	# (DW_FORM_strp)
    321      1.1  christos 	.uleb128 0x3a	# (DW_AT_decl_file)
    322      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    323      1.1  christos 	.uleb128 0x3b	# (DW_AT_decl_line)
    324      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    325      1.1  christos 	.uleb128 0x27	# (DW_AT_prototyped)
    326      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    327      1.1  christos 	.uleb128 0x49	# (DW_AT_type)
    328      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    329      1.1  christos 	.uleb128 0x11	# (DW_AT_low_pc)
    330      1.1  christos 	.uleb128 0x1	# (DW_FORM_addr)
    331      1.1  christos 	.uleb128 0x12	# (DW_AT_high_pc)
    332      1.1  christos 	.uleb128 0x7	# (DW_FORM_data8)
    333      1.1  christos 	.uleb128 0x40	# (DW_AT_frame_base)
    334      1.1  christos 	.uleb128 0x18	# (DW_FORM_exprloc)
    335      1.1  christos 	.uleb128 0x2117	# (DW_AT_GNU_all_call_sites)
    336      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    337      1.1  christos 	.uleb128 0x1	# (DW_AT_sibling)
    338      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    339      1.1  christos 	.byte	0
    340      1.1  christos 	.byte	0
    341      1.1  christos 	.uleb128 0x7	# (abbrev code)
    342      1.1  christos 	.uleb128 0x2e	# (TAG: DW_TAG_subprogram)
    343      1.1  christos 	.byte	0x1	# DW_children_yes
    344      1.1  christos 	.uleb128 0x3f	# (DW_AT_external)
    345      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    346      1.1  christos 	.uleb128 0x3	# (DW_AT_name)
    347      1.1  christos 	.uleb128 0xe	# (DW_FORM_strp)
    348      1.1  christos 	.uleb128 0x3a	# (DW_AT_decl_file)
    349      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    350      1.1  christos 	.uleb128 0x3b	# (DW_AT_decl_line)
    351      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    352      1.1  christos 	.uleb128 0x27	# (DW_AT_prototyped)
    353      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    354      1.1  christos 	.uleb128 0x49	# (DW_AT_type)
    355      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    356      1.1  christos 	.uleb128 0x11	# (DW_AT_low_pc)
    357      1.1  christos 	.uleb128 0x1	# (DW_FORM_addr)
    358      1.1  christos 	.uleb128 0x12	# (DW_AT_high_pc)
    359      1.1  christos 	.uleb128 0x7	# (DW_FORM_data8)
    360      1.1  christos 	.uleb128 0x40	# (DW_AT_frame_base)
    361      1.1  christos 	.uleb128 0x18	# (DW_FORM_exprloc)
    362      1.1  christos 	.uleb128 0x2117	# (DW_AT_GNU_all_call_sites)
    363      1.1  christos 	.uleb128 0x19	# (DW_FORM_flag_present)
    364      1.1  christos 	.byte	0
    365      1.1  christos 	.byte	0
    366      1.1  christos 	.uleb128 0x8	# (abbrev code)
    367      1.1  christos 	.uleb128 0x34	# (TAG: DW_TAG_variable)
    368      1.1  christos 	.byte	0	# DW_children_no
    369      1.1  christos 	.uleb128 0x3	# (DW_AT_name)
    370      1.1  christos 	.uleb128 0xe	# (DW_FORM_strp)
    371      1.1  christos 	.uleb128 0x3a	# (DW_AT_decl_file)
    372      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    373      1.1  christos 	.uleb128 0x3b	# (DW_AT_decl_line)
    374      1.1  christos 	.uleb128 0xb	# (DW_FORM_data1)
    375      1.1  christos 	.uleb128 0x49	# (DW_AT_type)
    376      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    377      1.1  christos 	.uleb128 0x2	# (DW_AT_location)
    378      1.1  christos 	.uleb128 0x17	# (DW_FORM_sec_offset)
    379      1.1  christos 	.byte	0
    380      1.1  christos 	.byte	0
    381      1.1  christos 	.uleb128 0x9	# (abbrev code)
    382      1.1  christos 	.uleb128 0x4109	# (TAG: DW_TAG_GNU_call_site)
    383      1.1  christos 	.byte	0	# DW_children_no
    384      1.1  christos 	.uleb128 0x11	# (DW_AT_low_pc)
    385      1.1  christos 	.uleb128 0x1	# (DW_FORM_addr)
    386      1.1  christos 	.uleb128 0x31	# (DW_AT_abstract_origin)
    387      1.1  christos 	.uleb128 0x13	# (DW_FORM_ref4)
    388      1.1  christos 	.byte	0
    389      1.1  christos 	.byte	0
    390      1.1  christos 	.byte	0
    391      1.1  christos 	.section	.debug_loc,"",@progbits
    392      1.1  christos .Ldebug_loc0:
    393      1.1  christos .LLST0:
    394      1.1  christos 	.quad	.LVL3	# Location list begin address (*.LLST0)
    395      1.1  christos 	.quad	.LVL4	# Location list end address (*.LLST0)
    396      1.1  christos 	.value	0x3	# Location expression size
    397      1.1  christos 	.byte	0x70	# DW_OP_breg0
    398      1.1  christos 	.sleb128 1
    399      1.1  christos 	.byte	0x9f	# DW_OP_stack_value
    400      1.1  christos 	.quad	.LVL4	# Location list begin address (*.LLST0)
    401      1.1  christos 	.quad	.LFE4	# Location list end address (*.LLST0)
    402      1.1  christos 	.value	0x1	# Location expression size
    403      1.1  christos 	.byte	0x50	# DW_OP_reg0
    404      1.1  christos 	.quad	0	# Location list terminator begin (*.LLST0)
    405      1.1  christos 	.quad	0	# Location list terminator end (*.LLST0)
    406      1.1  christos 	.section	.debug_aranges,"",@progbits
    407      1.1  christos 	.long	0x3c	# Length of Address Ranges Info
    408      1.1  christos 	.value	0x2	# DWARF Version
    409      1.1  christos 	.long	.Ldebug_info0	# Offset of Compilation Unit Info
    410      1.1  christos 	.byte	0x8	# Size of Address
    411      1.1  christos 	.byte	0	# Size of Segment Descriptor
    412      1.1  christos 	.value	0	# Pad to 16 byte boundary
    413      1.1  christos 	.value	0
    414      1.1  christos 	.quad	.Ltext0	# Address
    415      1.1  christos 	.quad	.Letext0-.Ltext0	# Length
    416      1.1  christos 	.quad	.LFB4	# Address
    417      1.1  christos 	.quad	.LFE4-.LFB4	# Length
    418      1.1  christos 	.quad	0
    419      1.1  christos 	.quad	0
    420      1.1  christos 	.section	.debug_ranges,"",@progbits
    421      1.1  christos .Ldebug_ranges0:
    422      1.1  christos 	.quad	.Ltext0	# Offset 0
    423      1.1  christos 	.quad	.Letext0
    424      1.1  christos 	.quad	.LFB4	# Offset 0x10
    425      1.1  christos 	.quad	.LFE4
    426      1.1  christos 	.quad	0
    427      1.1  christos 	.quad	0
    428      1.1  christos 	.section	.debug_line,"",@progbits
    429      1.1  christos .Ldebug_line0:
    430      1.1  christos 	.section	.debug_str,"MS",@progbits,1
    431      1.1  christos .LASF4:
    432      1.1  christos 	.string	"bar_1"
    433      1.1  christos .LASF2:
    434      1.1  christos 	.string	"tailcall-only.c"
    435      1.1  christos .LASF1:
    436      1.1  christos 	.string	"GNU C 4.8.3 20140911 (Red Hat 4.8.3-9) -mtune=generic -march=x86-64 -g -O2"
    437      1.1  christos .LASF6:
    438      1.1  christos 	.string	"answer"
    439      1.1  christos .LASF5:
    440      1.1  christos 	.string	"main"
    441      1.1  christos .LASF3:
    442      1.1  christos 	.string	""
    443      1.1  christos .LASF0:
    444      1.1  christos 	.string	"foo_1"
    445      1.1  christos 	.ident	"GCC: (GNU) 4.8.3 20140911 (Red Hat 4.8.3-9)"
    446      1.1  christos 	.section	.note.GNU-stack,"",@progbits
    447