]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Simplify tag management in value structs
authorLuis Machado <luis.machado@linaro.org>
Thu, 30 Dec 2021 14:10:07 +0000 (11:10 -0300)
committerLuis Machado <luis.machado@linaro.org>
Fri, 14 Jan 2022 14:30:35 +0000 (11:30 -0300)
commit4b9a9e795e001d588f1aa2d48394f4af4f9e7f4d
treea65838db184f3a3aa4523c8ffbff398685fbb8b2
parent2cf167f926836d7e40931e064ed4441208b7b38f
Simplify tag management in value structs

Instead of actively setting the tagged field of struct value *, initialize
the tagged field right when allocating a new value. This simplifies the
management of this field.
gdb/aarch64-tdep.c
gdb/value.c