diff options
author | David Taylor <taylor@redhat.com> | 1998-12-08 19:01:34 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1998-12-08 19:01:34 +0000 |
commit | ba2712676ebf1234a8444c17232b1294a2da4726 (patch) | |
tree | 93976a2ad15badb7aeb5da056ea8372528342a63 /opcodes | |
parent | 18e45ca1b326bc370ef4b3e27737674d14e997f1 (diff) | |
download | gdb-ba2712676ebf1234a8444c17232b1294a2da4726.zip gdb-ba2712676ebf1234a8444c17232b1294a2da4726.tar.gz gdb-ba2712676ebf1234a8444c17232b1294a2da4726.tar.bz2 |
(generic_strcat_address): reformat to GNU coding
conventions. change sprintf call to an sprintf_vma call.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 |
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> |