aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1998-12-08 19:01:34 +0000
committerDavid Taylor <taylor@redhat.com>1998-12-08 19:01:34 +0000
commitba2712676ebf1234a8444c17232b1294a2da4726 (patch)
tree93976a2ad15badb7aeb5da056ea8372528342a63
parent18e45ca1b326bc370ef4b3e27737674d14e997f1 (diff)
downloadfsf-binutils-gdb-ba2712676ebf1234a8444c17232b1294a2da4726.zip
fsf-binutils-gdb-ba2712676ebf1234a8444c17232b1294a2da4726.tar.gz
fsf-binutils-gdb-ba2712676ebf1234a8444c17232b1294a2da4726.tar.bz2
(generic_strcat_address): reformat to GNU coding
conventions. change sprintf call to an sprintf_vma call.
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index bb077f4..f514277 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 8 13:56:18 1998 David Taylor <taylor@texas.cygnus.com>
+
+ * dis-buf.c (generic_strcat_address): reformat to GNU coding
+ conventions. change sprintf call to an sprintf_vma call.
+
start-sanitize-fr30
Tue Dec 8 13:12:44 1998 Dave Brolley <brolley@cygnus.com>