]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: small cleanup of async-event.c structs
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 7 May 2020 15:41:45 +0000 (11:41 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 7 May 2020 15:41:58 +0000 (11:41 -0400)
commita1b68f2834dac97611e09b8b751ba68a78c3c467
tree55a1e33f75f2e26d25fdf50be475c967298817a8
parent98d48915d987c577c34e5516040ab04c0dab6baa
gdb: small cleanup of async-event.c structs

This is a small cleanup to normalize the structures in async-event.c
with the rest of the code base:

- Remove the unnecessary typedefs
- Fix indentation of struct bodies
- Put comments above fields

No functional changes expected.

gdb/ChangeLog:

* async-event.c (struct async_signal_handler, struct
async_event_handler): Reformat, remove typedef.
gdb/ChangeLog
gdb/async-event.c