From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10334 invoked by alias); 2 Feb 2003 05:36: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 10323 invoked from network); 2 Feb 2003 05:36:16 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.209.173) by 172.16.49.205 with SMTP; 2 Feb 2003 05:36:16 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BA0583CB0; Sun, 2 Feb 2003 00:36:03 -0500 (EST) Message-ID: <3E3CAE43.5040500@redhat.com> Date: Sun, 02 Feb 2003 05:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Eliminate char buf[MAX_REGISTER_RAW_SIZE] References: <3E3AFFA5.9080902@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00041.txt.bz2 > 2003-01-31 Andrew Cagney > > * mips-nat.c (zerobuf): Delete. > (fetch_inferior_registers): Alloc local zerobuf. > (fetch_core_registers): Alloc local zerobuf. > * d10v-tdep.c (show_regs): Don't allocate a dynamic array using > MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE. > * thread-db.c (thread_db_store_registers): Ditto. > * sh-tdep.c (sh_do_register): Ditto. > * rom68k-rom.c (rom68k_supply_one_register): Ditto. > * remote-sim.c (gdbsim_store_register): Ditto. > * remote-mips.c (mips_wait, mips_fetch_registers): Ditto. > * remote-e7000.c (fetch_regs_from_dump): Ditto. > * monitor.c (monitor_supply_register): Ditto. > * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto. > * mips-nat.c (fetch_inferior_registers): Ditto. > * m68klinux-nat.c (fetch_register): Ditto. > * lynx-nat.c (fetch_inferior_registers): Ditto. > (fetch_inferior_registers): Ditto. > * irix4-nat.c (supply_gregset, supply_fpregset): Ditto. > * hpux-thread.c (hpux_thread_fetch_registers): Ditto. > (hpux_thread_store_registers): Ditto. > * hppah-nat.c (fetch_register): Ditto. > * hppab-nat.c (fetch_register): Ditto. > * hppa-tdep.c (pa_register_look_aside): Ditto. > (pa_print_fp_reg, pa_strcat_fp_reg): Ditto. > * dve3900-rom.c (fetch_bitmapped_register): Ditto. > I've checked this in. Andrew