]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
gdb:
authorYao Qi <yao@codesourcery.com>
Thu, 19 Apr 2012 05:58:52 +0000 (05:58 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 19 Apr 2012 05:58:52 +0000 (05:58 +0000)
commitaad9eab9f2f44b585531edd4f403ad2da632e44a
tree775eb8bb5c25ce6504ecf21df6498bb56cca7b0c
parent3e10640f3c843093ec9a8e95a9cd5c1b81dc156f
gdb:
        * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
        (vec.o): New rule.
        * vec.c: Move it ...
        * common/vec.c: ... here.
        * vec.h: Move it ...
        * common/vec.h: ... here.

gdb/gdbserver:

        * Makefile.in (SFILES): Add common/vec.c.
        (OBS): Add vec.o.
        (vec.o): New rule.
gdb/ChangeLog
gdb/Makefile.in
gdb/common/vec.c [moved from gdb/vec.c with 98% similarity]
gdb/common/vec.h [moved from gdb/vec.h with 99% similarity]
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in