From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6883 invoked by alias); 6 Jun 2002 15:53:18 -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 6871 invoked from network); 6 Jun 2002 15:53:17 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 6 Jun 2002 15:53:17 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 94D503E32; Thu, 6 Jun 2002 11:53:30 -0400 (EDT) Message-ID: <3CFF857A.90605@cygnus.com> Date: Thu, 06 Jun 2002 08:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc3) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christian Groessler Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Delete sim/z8k/list.c References: <3CFE8812.30003@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00088.txt.bz2 > I tried your patch, and it works for me. Please commit. > > Will do. Committed, Andrew > 2002-06-02 Andrew Cagney > > * writecode.c (lookup_inst): Generate inverse table on-the-fly. > (z8k_inv_list): Delete global. > (DIRTY_HACK): Delete macro. > (makelist): Delete global. > (main): Delete code making a list. Delete dirty hack code. Use > lookup_inst instead of z8k_inv_list. > * list.c: Delete file. > * Makefile.in (writecode): Do not link in list.o. > (list.o): Delete target.