]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
nat/amd64-linux-siginfo.c: Remove typedefs
authorPedro Alves <pedro@palves.net>
Fri, 4 Jun 2021 13:50:15 +0000 (14:50 +0100)
committerPedro Alves <pedro@palves.net>
Mon, 7 Jun 2021 22:22:39 +0000 (23:22 +0100)
commitc57eb1a26982fd55f4fa991ede68576d91634f33
treef209a3bff4ac7d41cbb6b7d9f7a2a3169c09deed
parentd8ca8e9facb184d67ce1aca9196ed8446e7e2a09
nat/amd64-linux-siginfo.c: Remove typedefs

Since GDB is written in C++ now, we don't need struct/union typedefs
any more.  Remove them from nat/amd64-linux-siginfo.c.

gdb/ChangeLog:
yyyy-mm-dd  Pedro Alves  <pedro@palves.net>

* nat/amd64-linux-siginfo.c (union nat_sigval): Rename to ...
(nat_sigval_t): ... this and remove typedef of same name.
(struct nat_siginfo): Rename to ...
(nat_siginfo_t): ... this and remove typedef of same name.
(struct compat_sigval): Rename to ...
(compat_sigval_t): ... this and remove typedef of same name.
(struct compat_siginfo): Rename to ...
(compat_siginfo_t): ... this and remove typedef of same name.
(struct compat_x32_siginfo): Rename to ...
(compat_x32_siginfo_t): ... this and remove typedef of same name.
(amd64_linux_siginfo_fixup_common): Adjust.
gdb/ChangeLog
gdb/nat/amd64-linux-siginfo.c