diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 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 |