diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-26 01:54:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-26 01:54:07 +0000 |
commit | 86caa542b14e8beb3da59924da1d37486cf166d1 (patch) | |
tree | 633940d817703b57281c93237f9bd32e2143e383 /opcodes/ChangeLog | |
parent | af6166c063c3fabe3ff4ebad48e9a4031e2f7a2a (diff) | |
download | gdb-86caa542b14e8beb3da59924da1d37486cf166d1.zip gdb-86caa542b14e8beb3da59924da1d37486cf166d1.tar.gz gdb-86caa542b14e8beb3da59924da1d37486cf166d1.tar.bz2 |
* arc-dis.c: Formatting fixes.
(my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index acd2eff..4cabfe5 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2001-09-26 Alan Modra <amodra@bigpond.net.au> + + * arc-dis.c: Formatting fixes. + (my_sprintf): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE. + 2001-09-21 Bruno Haible <haible@clisp.cons.org> * arc-dis.c: Don't include <ctype.h>. |