]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/elf/dwarf-5-func-global.d
GAS: Add a return type tag to DWARF DIEs generated for function symbols.
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / elf / dwarf-5-func-global.d
1 #as: --gdwarf-5 --defsym GLOBAL=1
2 #name: Dwarf5 global function debug info
3 #readelf: -W -wai
4 #source: dwarf-3-func.s
5 #target: i?86-*-* x86_64-*-*
6
7 Contents of the .debug_info section:
8
9 +Compilation Unit @ offset (0x)?0:
10 +Length: .*
11 +Version: +5
12 +Unit Type: +DW_UT_compile \(1\)
13 +Abbrev Offset: +(0x)?0
14 +Pointer Size: .*
15 <0><[0-9a-f]+>: Abbrev Number: 3 \(DW_TAG_unspecified_type\)
16 #...
17 <0><[0-9a-f]+>: Abbrev Number: 1 \(DW_TAG_compile_unit\)
18 #...
19 <1><[0-9a-f]+>: Abbrev Number: 2 \(DW_TAG_subprogram\)
20 +<[0-9a-f]+> +DW_AT_name +: \(strp\) \(offset: (0x)?[0-9a-f]+\): efunc1
21 +<[0-9a-f]+> +DW_AT_external +: \(flag_present\) 1
22 +<[0-9a-f]+> +DW_AT_type +: \(ref_udata\) <0x.>
23 +<[0-9a-f]+> +DW_AT_low_pc +: \(addr\) (0x)?0
24 +<[0-9a-f]+> +DW_AT_high_pc +: \(udata\) 2
25 <1><[0-9a-f]+>: Abbrev Number: 2 \(DW_TAG_subprogram\)
26 +<[0-9a-f]+> +DW_AT_name +: \(strp\) \(offset: (0x)?[0-9a-f]+\): efunc2
27 +<[0-9a-f]+> +DW_AT_external +: \(flag_present\) 1
28 +<[0-9a-f]+> +DW_AT_type +: \(ref_udata\) <0x.>
29 +<[0-9a-f]+> +DW_AT_low_pc +: \(addr\) (0x)?2
30 +<[0-9a-f]+> +DW_AT_high_pc +: \(udata\) 34
31 <1><[0-9a-f]+>: Abbrev Number: 0
32
33 Contents of the .debug_abbrev section:
34
35 +Number TAG \((0x)?0\)
36 +1 +DW_TAG_compile_unit +\[has children\]
37 #...
38 +2 +DW_TAG_subprogram +\[no children\]
39 +DW_AT_name +DW_FORM_strp
40 +DW_AT_external +DW_FORM_flag_present
41 +DW_AT_type +DW_FORM_ref_udata
42 +DW_AT_low_pc +DW_FORM_addr
43 +DW_AT_high_pc +DW_FORM_udata
44 +DW_AT value: 0 +DW_FORM value: 0
45 #pass