This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog Makefile.in gdbserver/Change ...
- From: qiyao at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 19 Apr 2012 05:58:53 -0000
- Subject: src/gdb ChangeLog Makefile.in gdbserver/Change ...
CVSROOT: /cvs/src
Module name: src
Changes by: qiyao@sourceware.org 2012-04-19 05:58:52
Modified files:
gdb : ChangeLog Makefile.in
gdb/gdbserver : ChangeLog Makefile.in
Added files:
gdb/common : vec.c vec.h
Removed files:
gdb : vec.c vec.h
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14131&r2=1.14132
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1201&r2=1.1202
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/vec.c.diff?cvsroot=src&r1=1.10&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/vec.h.diff?cvsroot=src&r1=1.13&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/vec.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/vec.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.602&r2=1.603
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/Makefile.in.diff?cvsroot=src&r1=1.126&r2=1.127