]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix fetching of auxv for PCuABI
authorLuis Machado <luis.machado@arm.com>
Fri, 13 May 2022 15:08:35 +0000 (16:08 +0100)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 1 Sep 2022 22:59:25 +0000 (15:59 -0700)
commit8dbd69dd1627d0b7159b96718eaa281d3b3bdde7
tree5e133206310b8f40dbbc3fb9897578a12aca8637
parent75d0589d05edecc89e55c9de10875d7a267023a8
Fix fetching of auxv for PCuABI

The entries of the auxv for the PCuABI are 128-bit in size.  Teach GDB about
this so it can at least fetch some sane values.  It currently can't fetch the
capabilities, but should be enough for now.
gdb/aarch64-linux-nat.c