2011-02-11 Yao Qi <yao@codesourcery.com>
authorYao Qi <yao@codesourcery.com>
Fri, 11 Feb 2011 09:57:25 +0000 (09:57 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 11 Feb 2011 09:57:25 +0000 (09:57 +0000)
commit4f3e6fb7a0a03de50862ea7f19a45de4303bcdc1
tree1db0a19e62952ad71aa38816b03cd51362754bc5
parent00a9652c1bb9e6720587b9a3133518b7de8f8623
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
This page took 0.02501 seconds and 4 git commands to generate.