From 4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 11 Feb 2011 09:57:25 +0000 Subject: 2011-02-11 Yao Qi * Makefile.in: Remove signals.o from COMMON_OBS. Link libcommon.a. * configure.ac: Add common to sub dir. * configure: Regenerate. common/ 2011-02-11 Yao Qi Build libcommon.a. * Makefile.in: New. * configure.ac: New. * aclocal.m4: New. * configure: Generate. gdbserver/ 2011-02-11 Yao Qi * configure.ac: Call AC_PROG_RANLIB. * Makefile.in: Remove signals.o from OBS. Link libcommon.a. * configure: Regenerate. --- gdb/common/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gdb/common/ChangeLog (limited to 'gdb/common/ChangeLog') diff --git a/gdb/common/ChangeLog b/gdb/common/ChangeLog new file mode 100644 index 0000000..0ec9428 --- /dev/null +++ b/gdb/common/ChangeLog @@ -0,0 +1,9 @@ +2011-02-11 Yao Qi + + Build libcommon.a. + + * Makefile.in: New. + * configure.ac: New. + * aclocal.m4: New. + * configure: Generate. + -- cgit v1.1