diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index a673564..6fa270d 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -2627,7 +2627,7 @@ display_debug_loc (struct dwarf_section *section, void *file) if (start < section_end) warn (_("There are %ld unused bytes at the end of section %s\n"), - section_end - start, section->name); + (long) (section_end - start), section->name); return 1; } |