]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix latent bug in mdebugread.c
authorTom Tromey <tom@tromey.com>
Sun, 19 Nov 2023 01:51:34 +0000 (18:51 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 28 Jan 2024 17:58:16 +0000 (10:58 -0700)
commit13eade6a108d3c07aec165d867099a0d9d4325fe
tree73e66f67187354b8d2e4f30c94a276bdeacefc19
parent83c8b5eb334a77249e5b8f20ed891c227d8e42ae
Fix latent bug in mdebugread.c

mdebugread.c makes a label symbol but puts it into VAR_DOMAIN.  I
think LABEL_DOMAIN is more appropriate.

I don't have a way to test this.
gdb/mdebugread.c