| commit | 6cb22d4a8e8f7852bc2202543a573ca8d011c421 | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Mon Nov 22 09:14:15 2021 +0100 |
| committer | Tom de Vries <tdevries@suse.de> | Mon Nov 22 09:14:15 2021 +0100 |
| tree | 224285d5798d2585ec853f95748f4da797f2a025 | |
| parent | 41505c0f3db2247bafde27d372eb461132a8cb3b [diff] |
[gdb/testsuite] Support .debug_line v4 in dwarf assembler The .debug_line header got a new field in v4: maximum_operations_per_instruction. Generate this field in the dwarf assembler, for now hardcoding the value to 1, meaning non-VLIW. Tested on x86_64-linux.