diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2009-10-31 06:05:15 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2009-10-31 06:05:15 +0000 |
commit | 08bca2595aad790262c7b3681cf75fa702d4c8cf (patch) | |
tree | 7fb0406e27c7236249ec56a0f425a655f18f9a78 | |
parent | bccd0dd2032230e7de132f82840d21a359927e2a (diff) | |
download | gdb-08bca2595aad790262c7b3681cf75fa702d4c8cf.zip gdb-08bca2595aad790262c7b3681cf75fa702d4c8cf.tar.gz gdb-08bca2595aad790262c7b3681cf75fa702d4c8cf.tar.bz2 |
Fixing the date format for the last ChangeLog entry.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a42baf7..f28a9ee 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,4 @@ -2009-31-10 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> +2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> * breakpoint.c (catch_syscall_split_args): Remove unecessary warning displayed when the user provided a syscall name and there is no diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 56400cd..87ef634 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,4 +1,4 @@ -2009-31-10 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> +2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept the modified warnings for catch syscall. Verify if GDB was compiled |