2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
authorDaniel Jacobowitz <drow@false.org>
Thu, 21 Sep 2006 13:47:56 +0000 (13:47 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 21 Sep 2006 13:47:56 +0000 (13:47 +0000)
commit350da6eece0dc73ae5a74a81064f8d26f9d429d8
treef99402206550f639f4bd21028de2ff121b5d61b0
parent5bd4b6af45c338d13afa57905c0e802401a93299
2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
gdb/
* vec.h: New file.
* vec.c: New file.
* Makefile.in (SFILES): Add vec.c.
(vec_h): New.
(COMMON_OBJS): Add vec.o.
(vec.o): New target.
gdb/doc/
* gdbint.texinfo (Array Containers): New section.
gdb/ChangeLog
gdb/Makefile.in
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/vec.c [new file with mode: 0644]
gdb/vec.h [new file with mode: 0644]
This page took 0.03052 seconds and 4 git commands to generate.