diff options
author | Nick Clifton <nickc@redhat.com> | 2013-10-09 16:17:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-10-09 16:17:23 +0000 |
commit | aebcf7b7ec8e87eb07bbdef37dafac0b499e35cb (patch) | |
tree | 5026c75eb0885fb8869a096661a51a210626ed44 /binutils/ChangeLog | |
parent | b7b2bb1d1c9050de79b1747e91c410bc69333e4f (diff) | |
download | gdb-aebcf7b7ec8e87eb07bbdef37dafac0b499e35cb.zip gdb-aebcf7b7ec8e87eb07bbdef37dafac0b499e35cb.tar.gz gdb-aebcf7b7ec8e87eb07bbdef37dafac0b499e35cb.tar.bz2 |
PR binutils/16024
* objdump.c (usage): Mark as a no-return function.
(main): Add comment explaining why a break statement is not
needed.
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 2bebf99..48d3f0b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2013-10-09 Nick Clifton <nickc@redhat.com> + PR binutils/16024 + * objdump.c (usage): Mark as a no-return function. + (main): Add comment explaining why a break statement is not + needed. + * dwarf.c (add64): New function. (read_and_display_attr_value): Add CU offset in to the value displayed for a DW_AT_ref8 attribute. |