diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdb/elf-none-tdep.c | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | binutils-users/simark/clang-format.zip binutils-users/simark/clang-format.tar.gz binutils-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/elf-none-tdep.c')
-rw-r--r-- | gdb/elf-none-tdep.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/elf-none-tdep.c b/gdb/elf-none-tdep.c index 460f02e..8a4fe8d 100644 --- a/gdb/elf-none-tdep.c +++ b/gdb/elf-none-tdep.c @@ -21,7 +21,7 @@ #include "defs.h" #include "elf-none-tdep.h" #include "regset.h" -#include "elf-bfd.h" /* for elfcore_write_* */ +#include "elf-bfd.h" /* for elfcore_write_* */ #include "inferior.h" #include "regcache.h" #include "gdbarch.h" @@ -97,9 +97,8 @@ elf_none_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, stop_signal = GDB_SIGNAL_0; if (signalled_thr != nullptr) - gcore_elf_build_thread_register_notes (gdbarch, signalled_thr, - stop_signal, obfd, ¬e_data, - note_size); + gcore_elf_build_thread_register_notes (gdbarch, signalled_thr, stop_signal, + obfd, ¬e_data, note_size); for (thread_info *thr : current_inferior ()->non_exited_threads ()) { if (thr == signalled_thr) @@ -109,7 +108,6 @@ elf_none_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, ¬e_data, note_size); } - /* Target description. */ gcore_elf_make_tdesc_note (obfd, ¬e_data, note_size); |