From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2621 invoked by alias); 11 Jan 2002 18:41:07 -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 2501 invoked from network); 11 Jan 2002 18:41:02 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 11 Jan 2002 18:41:02 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 6CECC3C53; Fri, 11 Jan 2002 13:40:48 -0500 (EST) Message-ID: <3C3F31AE.30605@cygnus.com> Date: Fri, 11 Jan 2002 10:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: matthew green Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] AltiVec support for PSIM. References: <23866.1010120184@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00302.txt.bz2 > * sim/ppc/Makefile.in (tmp-igen): Pass -I $(srcdir) to igen. > * sim/ppc/igen.c (main): Change -I to add include paths for :include: > files. > Implement -G as per sim/igen, with just gen-icache=N support. > Call load_insn_table() with the built include path. > > * sim/ppc/ld-insn.c (parse_include_entry): New. Load an :include: file. > (load_insn_table): New `includes' argument. Look for :include: > entries and call parse_include_entry() for them. > (main): Adjust load_insn_table() call. > * sim/ppc/ld-insn.h (model_include_fields): New enum. > (load_insn_table): Update prototype. > * sim/ppc/table.c (struct _open_table, struct _table): Rework > structures to handle included files. > (table_push): Move the guts of table_open() here > > * table.c (struct _open table, struct table): Make table object an > indirect ptr to the current table file. > (current_line, new_table_entry, next_line): Make file arg type > open_table. > (table_open): Use table_push. > (table_entry_read): Point variable file at current table, at eof, pop > last open table. > > * sim/ppc/misc.h (NZALLOC): New macro. From sim/igen. > > * table.h, table.c (table_push): New function. Just the Igen changes are approved as a separate commit. BTW, your ChangeLog entries are messed up, since the ``sim/ppc'' prefix shouldn't be there. Hopefully this leaves you with a few separate files and some Makefile.in tweeks? I've got to speak to a lawyer :-( Andrew