commit | 8f42049a8230baf871ccb66b4e607bd2ebcd99ab | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Jan 17 04:29:59 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jan 22 06:59:47 2024 -0700 |
tree | 303ad748a2d7e37aab8305f29ff3a2e4c2343065 | |
parent | cbbcd7fd1075b7fb158586507cce3be19051b26f [diff] |
Fix handling of DW_OP_GNU_push_tls_address In one spot, DW_OP_GNU_push_tls_address is handled differently from DW_OP_form_tls_address. However, I think they should always be treated identically. Approved-by: Kevin Buettner <kevinb@redhat.com>