From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19629 invoked by alias); 2 May 2002 18:14:46 -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 19613 invoked from network); 2 May 2002 18:14:44 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 2 May 2002 18:14:44 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA15643; Thu, 2 May 2002 11:14:39 -0700 (PDT) Message-ID: <3CD17F19.BCA93680@redhat.com> Date: Thu, 02 May 2002 11:14:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Michal Ludvig CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] x86-64 dwarf2 regnum mapping References: <3CCE8DC4.2080100@suse.cz> <3CD0F932.3080406@suse.cz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00046.txt.bz2 Michal Ludvig wrote: > > BTW Is there a reason why the place where all those > > set_gdbarch_whatever > > functions are called is named i386_gdbarch_init and not > > x86_64_gdbarch_init? I imagine because one file was cloned from the other. > Can I rename it? Probably a good idea. Please do.