From: Siva Chandra Reddy Date: Wed, 11 Apr 2012 06:26:54 +0000 (+0000) Subject: Fixed a couple of ChangeLog entries. X-Git-Tag: cygwin-1_7_14-release~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de0919f8d1d51fac7d4c108ae5d4a796f8828425;p=external%2Fbinutils.git Fixed a couple of ChangeLog entries. --- 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 +2012-04-10 Maciej W. Rozycki * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign extension in jump target calculation. -2011-04-10 Maciej W. Rozycki +2012-04-10 Maciej W. Rozycki * 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 +2012-04-11 Siva Chandra Reddy * gdb.python/Makefile.in: Add py-explore and py-explore-cc to EXECUTABLES.