Fixed a couple of ChangeLog entries.

This commit is contained in:
Siva Chandra Reddy 2012-04-11 06:26:54 +00:00
parent 06fc020f10
commit de0919f8d1
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.