Updated Swedish translation for the binutils sub-directory

This commit is contained in:
Nick Clifton 2021-07-16 13:57:15 +01:00
parent 66b3b362dc
commit c58830e49d
3 changed files with 3139 additions and 2298 deletions

View File

@ -1,3 +1,7 @@
2021-07-16 Nick Clifton <nickc@redhat.com>
* po/sv.po: Updated Swedish translation.
2021-07-14 Clément Chigot <clement.chigot@atos.net>
* dwarf.h (struct dwarf_section): Add XCOFF name.

View File

@ -3463,8 +3463,10 @@ process_debug_info (struct dwarf_section * section,
relocations to an object file, or if the file is corrupt. */
if (length > (size_t) (end - section_begin))
{
warn (_("Corrupt unit length (0x%s) found in section %s\n"),
dwarf_vmatoa ("x", length), section->name);
warn (_("Corrupt unit length (got 0x%s expected at most 0x%s) in section %s\n"),
dwarf_vmatoa ("x", length),
dwarf_vmatoa ("x", end - section_begin),
section->name);
return false;
}
section_begin += length;

File diff suppressed because it is too large Load Diff