]> 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)
committerLuis Machado <luis.machado@arm.com>
Thu, 19 May 2022 08:28:17 +0000 (09:28 +0100)
commit1dd907991841bfd269ddc821e7be41f7703f4b9d
treec2038423dcaebb31f50b7c0d844dd5b8a2e9db2a
parent12a7fc33047f1a7d320fa82b026b1829dca61f05
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