bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/21732] String-concatenated message can not be translated


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/21732] String-concatenated message can not be translated
Date: Tue, 26 Sep 2017 04:19:10 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21732

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=66cfc0fd0d9daadc2dac5a783b69b4050c0b1722

commit 66cfc0fd0d9daadc2dac5a783b69b4050c0b1722
Author: Alan Modra <address@hidden>
Date:   Tue Sep 26 11:28:04 2017 +0930

    PR21732, String-concatenated message can not be translated

    Preprocessor tokens like DWARF_VMA_FMT and BFD_VMA_FMT are not
    understood by gettext, and cause the translation string to be
    truncated.  Even if it were not truncated, we wouldn't want a value
    that changes depending on host or configure options to be put in a
    translation string.

        PR 21732
        * dwarf.c (READ_ULEB): Don't use DWARF_VMA_FMT in translated string.
        (READ_SLEB): Likewise.
        * readelf.c (bfd_vmatoa): New function.
        (get_data, get_dynamic_data): Use it for printing error messages.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]