]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Preserve tag when passing pointers/capabilities as parameters
authorLuis Machado <luis.machado@linaro.org>
Thu, 30 Dec 2021 13:45:11 +0000 (10:45 -0300)
committerLuis Machado <luis.machado@linaro.org>
Fri, 14 Jan 2022 14:30:25 +0000 (11:30 -0300)
commit2cf167f926836d7e40931e064ed4441208b7b38f
treea2c8ed6467640aba65721bed94cb98126d4605e8
parentc9a3a5c7042c1301e17aa0e6e401af76db9132b1
Preserve tag when passing pointers/capabilities as parameters

Fix a bug where Morello GDB wasn't setting the capability tag when calling a
function by hand, and said function received a pointer/capability as
parameter.

This was observed when attempting to call strlen by hand and passing the
argv[] entries.
gdb/aarch64-tdep.c