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/ChangeLog | |
parent | 6b4c676cc7f48f656cf235dd0507c41ab11d7cb5 (diff) | |
download | fsf-binutils-gdb-777cd7ab3febadcdad52e3231e960af86e8742da.zip fsf-binutils-gdb-777cd7ab3febadcdad52e3231e960af86e8742da.tar.gz fsf-binutils-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/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 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. |