diff options
author | Nick Clifton <nickc@redhat.com> | 2015-12-08 09:49:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-12-08 09:49:49 +0000 |
commit | 7460c0abe8a195243110e66624da095a44cc96d6 (patch) | |
tree | 717f6ef598061e8e893faf94526eaca0094b1f62 /binutils/ChangeLog | |
parent | ec9ab52c3217835113f22431911fda3474598fcd (diff) | |
download | gdb-7460c0abe8a195243110e66624da095a44cc96d6.zip gdb-7460c0abe8a195243110e66624da095a44cc96d6.tar.gz gdb-7460c0abe8a195243110e66624da095a44cc96d6.tar.bz2 |
Fix static analysis warning about undefined bheaviour.
PR binutils/19310
* dwarf.c (display_debug_frames): Recode range test to avoid
undefined behaviour.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index feeb405..02e3683 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2015-12-08 Nick Clifton <nickc@redhat.com> + + PR binutils/19310 + * dwarf.c (display_debug_frames): Recode range test to avoid + undefined behaviour. + 2015-12-03 Tristan Gingold <gingold@adacore.com> * od-macho.c (bfd_mach_o_header_flags_name): Add name |