commit | d44ed2eb850cf6ed3775b324cf18a37132692f74 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Sat Jan 25 11:51:43 2025 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Wed Jan 29 10:19:07 2025 +0000 |
tree | 45905e1c3b2e18e9f143e54e8fd5712fcac7ea7c | |
parent | 0cefb59c18b5ceaa5e53d8576b3a653f42ab6ada [diff] |
gdb/testsuite: add comments to line table from DWARF assembler Add comments to the assembler generated by the DWARF assembler that builds the line table. I found these comments useful when debugging issues with the line table parsing. This patch should make no difference to what is being tested. The test binaries should be unchanged after this commit. Approved-By: Kevin Buettner <kevinb@redhat.com>