mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Updated Swedish translation for the binutils sub-directory
This commit is contained in:
@ -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>
|
2021-07-14 Clément Chigot <clement.chigot@atos.net>
|
||||||
|
|
||||||
* dwarf.h (struct dwarf_section): Add XCOFF name.
|
* 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. */
|
relocations to an object file, or if the file is corrupt. */
|
||||||
if (length > (size_t) (end - section_begin))
|
if (length > (size_t) (end - section_begin))
|
||||||
{
|
{
|
||||||
warn (_("Corrupt unit length (0x%s) found in section %s\n"),
|
warn (_("Corrupt unit length (got 0x%s expected at most 0x%s) in section %s\n"),
|
||||||
dwarf_vmatoa ("x", length), section->name);
|
dwarf_vmatoa ("x", length),
|
||||||
|
dwarf_vmatoa ("x", end - section_begin),
|
||||||
|
section->name);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
section_begin += length;
|
section_begin += length;
|
||||||
|
5427
binutils/po/sv.po
5427
binutils/po/sv.po
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user