mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
long.
This commit is contained in:
@ -268,7 +268,7 @@ dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
|
||||
section->the_bfd_section));
|
||||
else
|
||||
fprintf_filtered (outfile, " spurious section %ld",
|
||||
section - objfile->sections);
|
||||
(long) (section - objfile->sections));
|
||||
}
|
||||
if (SYMBOL_DEMANGLED_NAME (msymbol) != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user