]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix latent bug in DW_TAG_entry_point handling
authorTom Tromey <tom@tromey.com>
Thu, 18 Jan 2024 20:27:02 +0000 (13:27 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 28 Jan 2024 17:58:15 +0000 (10:58 -0700)
commit17841991c3144991e942c6cec8f21527b8cdb51f
tree3c33008b8a7e26f35224ed1c4c7fbb4d6d9b5ff1
parent9423d61e97fa10a5880719d194f326fe27da5e4f
Fix latent bug in DW_TAG_entry_point handling

A DW_TAG_entry_point symbol inherits its extern/static property from
the enclosing subroutine.  This is encoded in new_symbol -- but the
cooked indexer does not agree.
gdb/dwarf2/read.c