diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-10-22 12:00:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-10-22 12:00:10 +0100 |
commit | 777cd7ab3febadcdad52e3231e960af86e8742da (patch) | |
tree | 1108766883d3eaaf421508f8e63222d9643730a8 /bfd/po | |
parent | 6b4c676cc7f48f656cf235dd0507c41ab11d7cb5 (diff) | |
download | gdb-777cd7ab3febadcdad52e3231e960af86e8742da.zip gdb-777cd7ab3febadcdad52e3231e960af86e8742da.tar.gz gdb-777cd7ab3febadcdad52e3231e960af86e8742da.tar.bz2 |
Fix printf formatting errors where "0x" is used as a prefix for a decimal number.
bfd * po/es.po: Fix printf format
binutils * windmc.c: Fix printf format
gas * config/tc-arc.c: Fix printf format
opcodes * po/es.po: Fix printf format
sim * arm/armos.c: Fix printf format
* ppc/emul_netbsd.c: Fix printf format
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
Diffstat (limited to 'bfd/po')
-rw-r--r-- | bfd/po/es.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/po/es.po b/bfd/po/es.po index 1fcfd01..5532b5d 100644 --- a/bfd/po/es.po +++ b/bfd/po/es.po @@ -567,7 +567,7 @@ msgstr "%B: aviso: lectura de segmento de números de línea fallada" #: coffcode.h:4641 coffcode.h:4655 #, c-format msgid "%B: warning: illegal symbol index 0x%lx in line number entry %d" -msgstr "%B: aviso: índice simbólico 0x%ld ilegal en las entradas del número de línea %d" +msgstr "%B: aviso: índice simbólico 0x%lx ilegal en las entradas del número de línea %d" #: coffcode.h:4669 #, c-format |