]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Teach gdbserver about 32-byte auxv entries for the PCuABI
authorLuis Machado <luis.machado@arm.com>
Tue, 17 May 2022 08:55:39 +0000 (09:55 +0100)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 1 Sep 2022 22:59:25 +0000 (15:59 -0700)
commit5e61a5c9c457b42400e4d300235aa3a1cfbca5f6
treeb6a3f8dc01258d3d511a970fb10511ccd6b86ced
parent8dbd69dd1627d0b7159b96718eaa281d3b3bdde7
Teach gdbserver about 32-byte auxv entries for the PCuABI

In order for GDBServer to work correctly with the PCuABI, it needs to
understand that there are auxv entries of 16 bytes and 32 bytes.
gdbserver/linux-aarch64-low.cc
gdbserver/linux-low.cc
gdbserver/linux-low.h
gdbserver/linux-ppc-low.cc
gdbserver/linux-s390-low.cc