diff options
author | Pedro Alves <pedro@palves.net> | 2021-06-04 14:50:15 +0100 |
---|---|---|
committer | Pedro Alves <pedro@palves.net> | 2021-06-07 23:22:39 +0100 |
commit | c57eb1a26982fd55f4fa991ede68576d91634f33 (patch) | |
tree | f209a3bff4ac7d41cbb6b7d9f7a2a3169c09deed /gdb/python | |
parent | d8ca8e9facb184d67ce1aca9196ed8446e7e2a09 (diff) | |
download | binutils-c57eb1a26982fd55f4fa991ede68576d91634f33.zip binutils-c57eb1a26982fd55f4fa991ede68576d91634f33.tar.gz binutils-c57eb1a26982fd55f4fa991ede68576d91634f33.tar.bz2 |
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.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions