diff options
author | Pedro Alves <palves@redhat.com> | 2019-06-04 22:44:36 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2019-06-04 22:44:36 +0100 |
commit | d3238f7d90715dad7e8da2a8c2486d26124b0c84 (patch) | |
tree | 1edb3640b72fdff836300fd91d59fa568414a08d /gdb | |
parent | 76fad9996335e52f177c99c1ebf024fc7f761be2 (diff) | |
download | gdb-d3238f7d90715dad7e8da2a8c2486d26124b0c84.zip gdb-d3238f7d90715dad7e8da2a8c2486d26124b0c84.tar.gz gdb-d3238f7d90715dad7e8da2a8c2486d26124b0c84.tar.bz2 |
Fix paths to ChangeLog files
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 933f232..e36eae9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,8 @@ 2019-06-04 Christian Biesinger <cbiesinger@google.com> Add objfile property to gdb.Type. - * gdb/NEWS: Mention Python API addition. - * gdb/python/py-type.c (typy_get_objfile): New method. + * NEWS: Mention Python API addition. + * python/py-type.c (typy_get_objfile): New method. 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ea98096..5da2599 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,6 @@ 2019-06-04 Christian Biesinger <cbiesinger@google.com> - * gdb/doc/python.texi: Document new gdb.Type.objfile property. + * python.texi: Document new gdb.Type.objfile property. 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index af451fa..722249f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,6 @@ 2019-06-04 Christian Biesinger <cbiesinger@google.com> - * gdb/testsuite/gdb.python/py-type.exp: Test for new - gdb.Type.objfile property. + * gdb.python/py-type.exp: Test for new gdb.Type.objfile property. 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |