diff options
author | Alan Modra <amodra@gmail.com> | 2008-09-24 14:37:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-09-24 14:37:35 +0000 |
commit | 725569295bb3cb70123edd407212a2f3093196cc (patch) | |
tree | 53b362890f1e8462d8448fc5c9ab1d607a414246 /binutils/ChangeLog | |
parent | 68e007ca21d4d375218ff1accd4678dbb31769e0 (diff) | |
download | gdb-725569295bb3cb70123edd407212a2f3093196cc.zip gdb-725569295bb3cb70123edd407212a2f3093196cc.tar.gz gdb-725569295bb3cb70123edd407212a2f3093196cc.tar.bz2 |
PR 6913
* dwarf.c (print_dwarf_vma): Don't call printf without format string.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cdff4b0..e909e77 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2008-09-25 Alan Modra <amodra@bigpond.net.au> + + PR 6913 + * dwarf.c (print_dwarf_vma): Don't call printf without format string. + 2008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com> Suppress warnings on NONE relocations to discarded sections. |