diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-03-30 09:27:43 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-03-30 09:32:59 +0100 |
commit | 1e6697eab9df68757a1b2dbaec5cb1ca25730c71 (patch) | |
tree | 3fc8a31d1ffef1622570d9052b4a0c2ab08690d6 | |
parent | a87dd97a2098b7e18ff2574a4e81ae521ef7e6f2 (diff) | |
download | gdb-1e6697eab9df68757a1b2dbaec5cb1ca25730c71.zip gdb-1e6697eab9df68757a1b2dbaec5cb1ca25730c71.tar.gz gdb-1e6697eab9df68757a1b2dbaec5cb1ca25730c71.tar.bz2 |
Move CL entries from gdb/ChangeLog to gdb/testsuite/ChangeLog
Two ChangeLog entries in gdb/ChangeLog should be placed in
gdb/testsuite/ChangeLog. This patch moves them to the right
place.
-rw-r--r-- | gdb/ChangeLog | 9 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d1429c..f1e99d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -23,11 +23,6 @@ * gdb/value.c (value_actual_type): Fix formatting issue. -2016-03-24 Yao Qi <yao.qi@linaro.org> - - * gdb.reverse/break-reverse.exp: Add quotation mark in the - test message. - 2016-03-23 Yao Qi <yao.qi@linaro.org> * gdbarch.sh (software_single_step): Remove comments. @@ -347,10 +342,6 @@ * top.c (window_hook): Delete. (command_loop): Remove references to window_hook. -2016-03-09 Pedro Alves <palves@redhat.com> - - * gdb.base/command-line-input.exp: New file. - 2016-03-09 Marcin KoĆcielnicki <koriakin@0x04.net> * corefile.c (safe_read_memory_unsigned_integer): New function. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 76af269..1fac1e3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -11,6 +11,11 @@ * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing. +2016-03-24 Yao Qi <yao.qi@linaro.org> + + * gdb.reverse/break-reverse.exp: Add quotation mark in the + test message. + 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com> * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of @@ -72,6 +77,10 @@ * gdb.threads/staticthreads.exp: Likewise. * gdb.threads/tls.exp: Likewise. +2016-03-09 Pedro Alves <palves@redhat.com> + + * gdb.base/command-line-input.exp: New file. + 2016-03-09 Marcin KoĆcielnicki <koriakin@0x04.net> * gdb.trace/ftrace.exp: Set arg0exp for ppc. |