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/mdebugread.h | |
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/mdebugread.h')
-rw-r--r-- | gdb/mdebugread.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h index f014692..25e157a 100644 --- a/gdb/mdebugread.h +++ b/gdb/mdebugread.h @@ -20,7 +20,7 @@ #ifndef MDEBUGREAD_H #define MDEBUGREAD_H -#include "coff/sym.h" /* Needed for PDR below. */ +#include "coff/sym.h" /* Needed for PDR below. */ #include "coff/symconst.h" /* Specific information about a procedure. Architectures (ab)uses @@ -28,8 +28,8 @@ struct mdebug_extra_func_info { - long numargs; /* Number of args to procedure (was iopt). */ - PDR pdr; /* Procedure descriptor record. */ + long numargs; /* Number of args to procedure (was iopt). */ + PDR pdr; /* Procedure descriptor record. */ }; /* Special symbol found in blocks associated with routines. We can @@ -37,8 +37,7 @@ struct mdebug_extra_func_info #define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" -extern void mdebug_build_psymtabs (minimal_symbol_reader &, - struct objfile *, +extern void mdebug_build_psymtabs (minimal_symbol_reader &, struct objfile *, const struct ecoff_debug_swap *, struct ecoff_debug_info *); |