diff options
author | Alan Modra <amodra@gmail.com> | 2015-02-12 13:40:00 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-02-13 13:54:03 +1030 |
commit | b4eb7656c21fd8cad2eaa0d27883226127cb1620 (patch) | |
tree | 254584c25cba58786de71460545fb79601b625e3 /binutils/ChangeLog | |
parent | 66bc8739876b17b4e8b57cd1f1337814b4b734db (diff) | |
download | gdb-b4eb7656c21fd8cad2eaa0d27883226127cb1620.zip gdb-b4eb7656c21fd8cad2eaa0d27883226127cb1620.tar.gz gdb-b4eb7656c21fd8cad2eaa0d27883226127cb1620.tar.bz2 |
binutils/dwarf.c white space
The style fix here is for num_units * sizeof * debug_information.
* dwarf.c: Formatting, whitespace.
(process_debug_info): Style fix.
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 7fd4f4e..9b835dd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2015-02-13 Alan Modra <amodra@gmail.com> + + * dwarf.c: Formatting, whitespace. + (process_debug_info): Style fix. + 2015-02-11 Nick Clifton <nickc@redhat.com> * rl78-decode.opc: Add 'a' attribute to instructions that support |