aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorPedro Alves <pedro@palves.net>2021-06-04 14:50:15 +0100
committerPedro Alves <pedro@palves.net>2021-06-07 23:22:39 +0100
commitc57eb1a26982fd55f4fa991ede68576d91634f33 (patch)
treef209a3bff4ac7d41cbb6b7d9f7a2a3169c09deed /gdb/python
parentd8ca8e9facb184d67ce1aca9196ed8446e7e2a09 (diff)
downloadbinutils-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