diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 58df0ca..a23c2d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2015-02-04 Mark Wielaard <mjw@redhat.com> + + * utils.h (producer_is_gcc): Change return type to bool. Add major + argument. + * utils.c (producer_is_gcc): Likewise. + (producer_is_gcc_ge_4): Adjust producer_is_gcc call. + * dwarf2read.c (check_producer): Likewise. + 2015-02-10 Pedro Alves <palves@redhat.com> * infrun.c (displaced_step_fixup): Switch to the event thread |