]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix handling of DW_OP_GNU_push_tls_address
authorTom Tromey <tromey@adacore.com>
Wed, 17 Jan 2024 11:29:59 +0000 (04:29 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 22 Jan 2024 13:59:47 +0000 (06:59 -0700)
commit8f42049a8230baf871ccb66b4e607bd2ebcd99ab
tree303ad748a2d7e37aab8305f29ff3a2e4c2343065
parentcbbcd7fd1075b7fb158586507cce3be19051b26f
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>
gdb/dwarf2/loc.c