diff options
author | Pedro Alves <palves@redhat.com> | 2013-11-20 17:23:39 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-11-20 17:23:39 +0000 |
commit | 069d6a0fbf09618055aeebc8587881a0a8f8dced (patch) | |
tree | 286d05e5a1d2bc2fa1335126a3027d86672b4b5e | |
parent | 7c245c246c23c5b3f4eef21a2f385af1c962c636 (diff) | |
download | gdb-069d6a0fbf09618055aeebc8587881a0a8f8dced.zip gdb-069d6a0fbf09618055aeebc8587881a0a8f8dced.tar.gz gdb-069d6a0fbf09618055aeebc8587881a0a8f8dced.tar.bz2 |
Add missing ChangeLog entry.
2013-11-20 Pedro Alves <palves@redhat.com>
* gdb.base/maint.exp (maint print objfiles): Consume one line at a
time, and run it through all three milestone regexes.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index aa25faa..5619a45 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-11-20 Pedro Alves <palves@redhat.com> + + * gdb.base/maint.exp (maint print objfiles): Consume one line at a + time, and run it through all three milestone regexes. + 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com> * gdb.base/eval-avoid-side-effects.exp: New file. |