diff options
author | Alan Modra <amodra@gmail.com> | 2008-09-24 14:38:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-09-24 14:38:03 +0000 |
commit | ead47374e68a35be0d4777e6203d38ee62f3f267 (patch) | |
tree | 563f5d6cd1de08d31e1135fcc3f91f1bbdb618ff /gas/ChangeLog | |
parent | 725569295bb3cb70123edd407212a2f3093196cc (diff) | |
download | gdb-ead47374e68a35be0d4777e6203d38ee62f3f267.zip gdb-ead47374e68a35be0d4777e6203d38ee62f3f267.tar.gz gdb-ead47374e68a35be0d4777e6203d38ee62f3f267.tar.bz2 |
PR 6913
* listing.c (print_options): Don't call fprintf without format string.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e555580..e305b2e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-09-25 Alan Modra <amodra@bigpond.net.au> + + PR 6913 + * listing.c (print_options): Don't call fprintf without format string. + 2008-09-19 Alan Modra <amodra@bigpond.net.au> * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic. |