mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Fix merge issues in gdb/ChangeLog and gdb/testsuite/ChangeLog...
... introduced by the previous commit to these files. Also adjust the date in the new ChangeLog entries (out of date).
This commit is contained in:
@ -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
|
PR gdb/16959
|
||||||
* cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
|
* cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
|
||||||
@ -13,13 +13,6 @@
|
|||||||
|
|
||||||
* common/gdb_vecs.h (char_ptr): Remove.
|
* common/gdb_vecs.h (char_ptr): Remove.
|
||||||
* tracepoint.c (encode_actions_1): Remove usage of char_ptr.
|
* 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>
|
2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
@ -2092,13 +2085,6 @@
|
|||||||
* rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
|
* rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
|
||||||
Correct insns description.
|
Correct insns description.
|
||||||
* ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
|
* 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>
|
2018-01-24 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
@ -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.exp: New file.
|
||||||
* gdb.cp/static-typedef-print.cc: New file.
|
* gdb.cp/static-typedef-print.cc: New file.
|
||||||
@ -303,12 +303,6 @@
|
|||||||
on break.c:47 was actually inserted when debugging the version
|
on break.c:47 was actually inserted when debugging the version
|
||||||
compiled at -O2 and use it in the expected output of the "info
|
compiled at -O2 and use it in the expected output of the "info
|
||||||
break" test performed soon after.
|
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>
|
2018-01-22 Pedro Alves <palves@redhat.com>
|
||||||
Sergio Durigan Junior <sergiodj@redhat.com>
|
Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
Reference in New Issue
Block a user