diff options
author | Siva Chandra Reddy <sivachandra@sourceware.org> | 2012-04-11 06:26:54 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@sourceware.org> | 2012-04-11 06:26:54 +0000 |
commit | de0919f8d1d51fac7d4c108ae5d4a796f8828425 (patch) | |
tree | 7164550f991622dace6ca3c9acdad8014b8a4f33 | |
parent | 06fc020f10ddb58fc73d9d2a20cde274f14111e4 (diff) | |
download | gdb-de0919f8d1d51fac7d4c108ae5d4a796f8828425.zip gdb-de0919f8d1d51fac7d4c108ae5d4a796f8828425.tar.gz gdb-de0919f8d1d51fac7d4c108ae5d4a796f8828425.tar.bz2 |
Fixed a couple of ChangeLog entries.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9e3e135..c3f755e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -7,12 +7,12 @@ * python/lib/gdb/command/explore.py: Implemention of the 'explore' command using the GDB Python API. -2011-04-10 Maciej W. Rozycki <macro@codesourcery.com> +2012-04-10 Maciej W. Rozycki <macro@codesourcery.com> * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign extension in jump target calculation. -2011-04-10 Maciej W. Rozycki <macro@codesourcery.com> +2012-04-10 Maciej W. Rozycki <macro@codesourcery.com> * mips-tdep.c (mips32_next_pc): Handle JALX. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 422ac8b..bfcc42d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,4 +1,4 @@ -2012-04-02 Siva Chandra Reddy <sivachandra@google.com> +2012-04-11 Siva Chandra Reddy <sivachandra@google.com> * gdb.python/Makefile.in: Add py-explore and py-explore-cc to EXECUTABLES. |