aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2020-10-22 12:00:10 +0100
committerNick Clifton <nickc@redhat.com>2020-10-22 12:00:10 +0100
commit777cd7ab3febadcdad52e3231e960af86e8742da (patch)
tree1108766883d3eaaf421508f8e63222d9643730a8 /opcodes
parent6b4c676cc7f48f656cf235dd0507c41ab11d7cb5 (diff)
downloadgdb-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 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/po/es.po4
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 16837cc..90a0824 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-20 Dr. David Alan Gilbert <dgilbert@redhat.com>
+
+ * po/es.po: Fix printf format.
+
2020-10-20 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
* i386-dis.c (rm_table): Add tlbsync, snp, invlpgb.
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