mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
Updated Swedish translation for the binutils sub-directory
This commit is contained in:
parent
66b3b362dc
commit
c58830e49d
@ -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.
|
||||
|
@ -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;
|
||||
|
5427
binutils/po/sv.po
5427
binutils/po/sv.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user