From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20947 invoked by alias); 16 Sep 2002 22:30:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20935 invoked from network); 16 Sep 2002 22:30:20 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 16 Sep 2002 22:30:20 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g8GMUJk11275; Mon, 16 Sep 2002 15:30:19 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb-patches@sources.redhat.com Subject: Re: [RFA] convert blocks to dictionaries, phase 1, main part References: From: David Carlton Date: Mon, 16 Sep 2002 15:30:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00326.txt.bz2 Whoops, I included too many ChangeLog entries: here's the correct list. David Carlton carlton@math.stanford.edu 2002-09-16 David Carlton * buildsym.c (finish_block): Initialize BLOCK_DICT (block). * Makefile.in: Add source file dictionary.c. * dictionary.c: New file. * symtab.h: Add 'dict' member to struct block, and add initial dictionary-related declarations.