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

            Bug ID: 33838
           Summary: Truncated translation in objcopy.c
           Product: binutils
           Version: 2.46
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: fmarchal at perso dot be
  Target Milestone: ---

This is the actual source code of a message in objcopy.c:

 709      --subsystem <name>[:<version>]\n\
 710                                    Set PE subsystem to <name> [&
<version>]\n\
 711      --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi" ZSTD_OPT
"}]\n\
 712                                    Compress DWARF debug sections\n\
 713      --decompress-debug-sections   Decompress DWARF debug sections using
zlib\n\
 714      --elf-stt-common=[yes|no]     Generate ELF common symbols with
STT_COMMON\n\
 715                                      type\n\
 716      --verilog-data-width <number> Specifies data width, in bytes, for
verilog output\n\
 717   -M  --merge-notes                Remove redundant entries in note
sections\n\
 718       --no-merge-notes             Do not attempt to remove redundant
notes (default)\n\
 719   -v --verbose                     List all object files modified\n\
 720   @<file>                          Read options from <file>\n\
 721   -V --version                     Display this program's version
number\n\
 722   -h --help                        Display this output\n\
 723      --info                        List object formats & architectures
supported\n\

The message is truncated in the po file:

"     --subsystem <name>[:<version>]\n"
"                                   Set PE subsystem to <name> [& <version>]\n"
"     --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi"

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

Reply via email to