diff options
Diffstat (limited to 'bfd/elfcore.h')
-rw-r--r-- | bfd/elfcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elfcore.h b/bfd/elfcore.h index 9f873b7..29b9ce4 100644 --- a/bfd/elfcore.h +++ b/bfd/elfcore.h @@ -296,6 +296,7 @@ elf_core_file_p (bfd *abfd) if ((bfd_size_type) statbuf.st_size < high) { _bfd_error_handler + /* xgettext:c-format */ (_("Warning: %B is truncated: expected core file " "size >= %lu, found: %lu."), abfd, (unsigned long) high, (unsigned long) statbuf.st_size); |