diff options
-rw-r--r-- | gdb/ChangeLog | 13 | ||||
-rw-r--r-- | gdb/common/ChangeLog | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f565e23..c9c08d4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -371,6 +371,10 @@ * Makefile.in (CLEANDIRS): Remove duplicated common dir. +2011-02-11 Yao Qi <yao@codesourcery.com> + + * common/Makefile.in: Add copyright header. + 2011-02-11 Pedro Alves <pedro@codesourcery.com> * infrun.c (proceed): Move switching out and in of tfind mode from @@ -384,6 +388,15 @@ * configure.ac: Add common to sub dir. * configure: Regenerate. +2011-02-11 Yao Qi <yao@codesourcery.com> + + Build libcommon.a. + + * common/Makefile.in: New. + * common/configure.ac: New. + * common/aclocal.m4: New. + * common/configure: Generate. + 2011-02-10 Pedro Alves <pedro@codesourcery.com> * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right diff --git a/gdb/common/ChangeLog b/gdb/common/ChangeLog deleted file mode 100644 index 881f999..0000000 --- a/gdb/common/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -2011-02-11 Yao Qi <yao@codesourcery.com> - - * Makefile.in: Add copyright header. - -2011-02-11 Yao Qi <yao@codesourcery.com> - - Build libcommon.a. - - * Makefile.in: New. - * configure.ac: New. - * aclocal.m4: New. - * configure: Generate. - |