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 /opcodes/po | |
parent | 6b4c676cc7f48f656cf235dd0507c41ab11d7cb5 (diff) | |
download | binutils-777cd7ab3febadcdad52e3231e960af86e8742da.zip binutils-777cd7ab3febadcdad52e3231e960af86e8742da.tar.gz binutils-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 'opcodes/po')
-rw-r--r-- | opcodes/po/es.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/po/es.po b/opcodes/po/es.po index 7f67ca0..b178ef2 100644 --- a/opcodes/po/es.po +++ b/opcodes/po/es.po @@ -746,8 +746,8 @@ msgstr "operando fuera de rango (%ld no está entre %ld y %lu)" #: mep-ibld.c:185 mt-ibld.c:185 or1k-ibld.c:185 xc16x-ibld.c:185 #: xstormy16-ibld.c:185 #, c-format -msgid "operand out of range (0x%lx not between 0 and 0x%lx)" -msgstr "operando fuera de rango (0x%lu no está entre 0 y %lx)" +msgid "operand out of range (%ld not between %ld and %lu)" +msgstr "operando fuera de rango (%ld no está entre %ld y %lu)" #: epiphany-ibld.c:879 fr30-ibld.c:734 frv-ibld.c:860 ip2k-ibld.c:611 #: iq2000-ibld.c:717 lm32-ibld.c:638 m32c-ibld.c:1735 m32r-ibld.c:669 |