summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/dwarf-5-func-global.d
blob: 09b10fdf74451d448afd16ceee576deca6b86a20 (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
#as: --gdwarf-5 --defsym GLOBAL=1
#name: Dwarf5 global function debug info
#readelf: -W -wai
#source: dwarf-3-func.s
#target: i?86-*-* x86_64-*-*

Contents of the .debug_info section:

 +Compilation Unit @ offset (0x)?0:
 +Length: .*
 +Version: +5
 +Unit Type: +DW_UT_compile \(1\)
 +Abbrev Offset: +(0x)?0
 +Pointer Size: .*
 <0><[0-9a-f]+>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
#...
 <1><[0-9a-f]+>: Abbrev Number: 2 \(DW_TAG_subprogram\)
 +<[0-9a-f]+> +DW_AT_name +: \(strp\) \(offset: (0x)?[0-9a-f]+\): efunc1
 +<[0-9a-f]+> +DW_AT_external +: \(flag_present\) 1
 +<[0-9a-f]+> +DW_AT_low_pc +: \(addr\) (0x)?0
 +<[0-9a-f]+> +DW_AT_high_pc +: \(udata\) 2
 <1><[0-9a-f]+>: Abbrev Number: 2 \(DW_TAG_subprogram\)
 +<[0-9a-f]+> +DW_AT_name +: \(strp\) \(offset: (0x)?[0-9a-f]+\): efunc2
 +<[0-9a-f]+> +DW_AT_external +: \(flag_present\) 1
 +<[0-9a-f]+> +DW_AT_low_pc +: \(addr\) (0x)?2
 +<[0-9a-f]+> +DW_AT_high_pc +: \(udata\) 34
 <1><[0-9a-f]+>: Abbrev Number: 0

Contents of the .debug_abbrev section:

 +Number TAG \(0x0\)
 +1 +DW_TAG_compile_unit +\[has children\]
#...
 +2 +DW_TAG_subprogram +\[no children\]
 +DW_AT_name +DW_FORM_strp
 +DW_AT_external +DW_FORM_flag_present
 +DW_AT_low_pc +DW_FORM_addr
 +DW_AT_high_pc +DW_FORM_udata
 +DW_AT value: 0 +DW_FORM value: 0
#pass