From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32083 invoked by alias); 4 Feb 2003 06:02:03 -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 32035 invoked from network); 4 Feb 2003 06:01:59 -0000 Received: from unknown (HELO moutvdom.kundenserver.de) (212.227.126.252) by 172.16.49.205 with SMTP; 4 Feb 2003 06:01:59 -0000 Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 18fw9d-00029T-00; Tue, 04 Feb 2003 07:01:57 +0100 Received: from [80.138.132.14] (helo=tau) by mrvdomng.kundenserver.de with smtp (Exim 3.35 #1) id 18fw9c-0003bz-00; Tue, 04 Feb 2003 07:01:56 +0100 From: Gerhard Tonn To: Jim Blandy Subject: Re: [Patch] Fix ABI incompatibilities on s390x Date: Tue, 04 Feb 2003 06:02:00 -0000 Content-Type: text/plain; charset="us-ascii" References: <03020212430000.00722@tau> In-Reply-To: Cc: ton@de.ibm.com, gdb-patches@sources.redhat.com MIME-Version: 1.0 Message-Id: <03020407080601.00703@tau> Content-Transfer-Encoding: 8bit X-SW-Source: 2003-02/txt/msg00100.txt.bz2 On Tuesday 04 February 2003 00:55, you wrote: > Okay, this looks good. You're testing on both the s390 and the s390x, > right? Assuming you are, then I think we're ready to start the legal > machinery. > > I don't know if this is a problem, but this patch doesn't apply to > today's sources: the write_register_gen calls need to be changed to > deprecated_write_register_gen calls, given Andrew's change from > November: > I have tested it for both architectures on gdb 5.3. I will adapt it to head, start the copyright assignment and then repost it here. Thanks, Gerhard