OSDN Git Service

2011-02-11 Yao Qi <yao@codesourcery.com>
authorqiyao <qiyao>
Fri, 11 Feb 2011 18:57:23 +0000 (18:57 +0000)
committerqiyao <qiyao>
Fri, 11 Feb 2011 18:57:23 +0000 (18:57 +0000)
commitf70a9b29679858b88fd789e26e8d9d8c7889cf10
tree9b1c98c198772be74423277125f9b0833efa2c1f
parent4c32a76dc7bb8489f0ce1d2949ca7f43c59ce236
2011-02-11  Yao Qi  <yao@codesourcery.com>

* 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  <yao@codesourcery.com>

Build libcommon.a.

* Makefile.in: New.
* configure.ac: New.
* aclocal.m4: New.
* configure: Generate.

gdbserver/
2011-02-11  Yao Qi  <yao@codesourcery.com>

* configure.ac: Call AC_PROG_RANLIB.
* Makefile.in: Remove signals.o from OBS.  Link libcommon.a.
* configure: Regenerate.
13 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/common/ChangeLog [new file with mode: 0644]
gdb/common/Makefile.in [new file with mode: 0644]
gdb/common/aclocal.m4 [new file with mode: 0644]
gdb/common/configure [new file with mode: 0755]
gdb/common/configure.ac [new file with mode: 0644]
gdb/configure
gdb/configure.ac
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/configure
gdb/gdbserver/configure.ac