aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-18 16:12:38 +0000
committerNick Clifton <nickc@redhat.com>2005-03-18 16:12:38 +0000
commitebdb03830437296364a12dec008eea52499f3bab (patch)
tree31d571324c67099c2e118090d9a3d53053dab6eb /opcodes/ChangeLog
parent98720c64bcddccb687d46e6b087da0aef7abc198 (diff)
downloadgdb-ebdb03830437296364a12dec008eea52499f3bab.zip
gdb-ebdb03830437296364a12dec008eea52499f3bab.tar.gz
gdb-ebdb03830437296364a12dec008eea52499f3bab.tar.bz2
Change wording of error message to "percent-operand" from "%operand" as the
latter confuses xgettext into thinking that it is a C printf formating directive, which prevents proper translation.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 9c47346..ed777b5 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-18 Nick Clifton <nickc@redhat.com>
+
+ * ip2k-asm.c: Regenerate.
+ * op/opcodes.pot: Regenerate.
+
2005-03-16 Nick Clifton <nickc@redhat.com>
Ben Elliston <bje@au.ibm.com>