From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13239 invoked by alias); 21 Sep 2006 13:48:36 -0000 Received: (qmail 13231 invoked by uid 22791); 21 Sep 2006 13:48:35 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 21 Sep 2006 13:48:31 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GQOuj-0005ph-Tx for gdb-patches@sourceware.org; Thu, 21 Sep 2006 09:48:30 -0400 Date: Thu, 21 Sep 2006 13:48:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: add vector container type Message-ID: <20060921134829.GA22263@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <44B2273D.9030906@codesourcery.com> <20060815190935.GA29509@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060815190935.GA29509@nevyn.them.org> User-Agent: Mutt/1.5.13 (2006-08-11) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00121.txt.bz2 On Tue, Aug 15, 2006 at 03:09:35PM -0400, Daniel Jacobowitz wrote: > 2006-07-14 Nathan Sidwell > > * 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. > * doc/gdbint.texinfo (Array Containers): New section. I have checked this in (and put the doc/ changelog entry in the right place). -- Daniel Jacobowitz CodeSourcery