Fix merge issues in gdb/ChangeLog and gdb/testsuite/ChangeLog...
authorJoel Brobecker <brobecker@adacore.com>
Mon, 2 Apr 2018 18:34:11 +0000 (11:34 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 2 Apr 2018 18:34:11 +0000 (11:34 -0700)
... introduced by the previous commit to these files.
Also adjust the date in the new ChangeLog entries (out of date).

gdb/ChangeLog
gdb/testsuite/ChangeLog

index 9ad04f2..7eb8453 100644 (file)
@@ -1,4 +1,4 @@
-2018-03-30  Weimin Pan  <weimin.pan@oracle.com>
+2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
 
        PR gdb/16959
        * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
 
        * common/gdb_vecs.h (char_ptr): Remove.
        * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
-=======
-2018-03-30  Weimin Pan  <weimin.pan@oracle.com>
-
-       PR gdb/16959
-       * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
-       printing static type.
->>>>>>> Fix infinite recursion when printing static member with typedef
 
 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
        Correct insns description.
        * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
-=======
-2018-02-07  Weimin Pan  <weimin.pan@oracle.com>
-
-       PR gdb/16959
-       * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
-       printing static type.
->>>>>>> Fix infinite recursion when printing static member with typedef
 
 2018-01-24  Pedro Alves  <palves@redhat.com>
 
index 5b287ed..5536e5b 100644 (file)
@@ -1,4 +1,4 @@
-2018-03-30  Weimin Pan  <weimin.pan@oracle.com>
+2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
 
        * gdb.cp/static-typedef-print.exp: New file.
        * gdb.cp/static-typedef-print.cc: New file.
        on break.c:47 was actually inserted when debugging the version
        compiled at -O2 and use it in the expected output of the "info
        break" test performed soon after.
-=======
-2018-03-20  Weimin Pan  <weimin.pan@oracle.com>
-
-       * gdb.cp/static-typedef-print.exp: New file.
-       * gdb.cp/static-typedef-print.cc: New file.
->>>>>>> Fix infinite recursion when printing static member with typedef
 
 2018-01-22  Pedro Alves  <palves@redhat.com>
            Sergio Durigan Junior  <sergiodj@redhat.com>