From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2846 invoked by alias); 27 Oct 2004 18:54:02 -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 2307 invoked from network); 27 Oct 2004 18:53:27 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 27 Oct 2004 18:53:27 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id i9RIrLSU014642 for ; Wed, 27 Oct 2004 14:53:21 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9RIrLr14520; Wed, 27 Oct 2004 14:53:21 -0400 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 736E7129D8B; Wed, 27 Oct 2004 14:51:59 -0400 (EDT) Message-ID: <417FEE4B.9060409@gnu.org> Date: Wed, 27 Oct 2004 18:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] Add some constants in mips-tdep.h References: <200410241518.i9OFIx4t027387@elgar.sibelius.xs4all.nl> <200410241525.i9OFPj2r027411@elgar.sibelius.xs4all.nl> <417D9CEA.2090104@gnu.org> <200410261940.i9QJehdr034432@elgar.sibelius.xs4all.nl> In-Reply-To: <200410261940.i9QJehdr034432@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00456.txt.bz2 Mark Kettenis wrote: > Date: Mon, 25 Oct 2004 20:40:10 -0400 > From: Andrew Cagney > > Mark Kettenis wrote: > > Date: Sun, 24 Oct 2004 17:18:59 +0200 (CEST) > > From: mark Kettenis > > > > Hi Andrew, > > > > This adds some symbolic constants to mips-tdep.h that I'd like to use > > to implement OpenBSD/mips64 signal trampoline support. > > > > OK? > > > > Argh! I shouldn't make any last-minute changes just to make it easier > > to add a proper ChangeLog entry. > > M'kay. > > Hope you don't mind that I sneaked in a few more register numbers. I guessed as much, this patch made no sense without following through with that, m'kay. > I'll submit a patch shortly to use these in the various mips*-tdep.c > files such that we can remove the old #defines from tm-mips.h. Andrew