X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2FChangeLog;h=01c4c70b53f9550263b2577da0b7ae13ecdd856f;hb=6670ec13726c3afca789672f6235378a5e1f7d71;hp=880af5b8c93dfd231ad627eb0f68e4a11dadf68c;hpb=4e9868d4e0c8e45505876901d22c021dd36972a8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 880af5b8c9..01c4c70b53 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,45 @@ +2017-04-07 Simon Marchi + + * unittests/ptid-selftests.c: Fix erroneous assert messages. + +2017-04-07 Alan Hayward + + * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add. + (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE. + (bfin_pseudo_register_write): Likewise + +2017-04-06 Simon Marchi + + * common/ptid.h (struct ptid): Change to... + (class ptid_t): ... this. + : New constructors. + : New methods. + : New static methods. + : Rename to... + : ...this. + : Rename to... + : ...this. + : Rename to... + : ...this. + (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, + ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments + as references, move comment to class ptid_t. + * common/ptid.c (null_ptid, minus_one_ptid): Initialize with + ptid_t static methods. + (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid, + ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): + Take ptid arguments as references, implement using ptid_t methods. + * unittests/ptid-selftests.c: New file. + * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add + unittests/ptid-selftests.c. + (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o. + +2017-04-06 Thomas Preud'homme + + * python/python.c (python_run_simple_file): Cast mode literal to + non-const char pointer as expected by PyFile_FromString. + 2017-04-05 Simon Marchi * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with