From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30869 invoked by alias); 19 Apr 2005 17:14:33 -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 30847 invoked from network); 19 Apr 2005 17:14:29 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 19 Apr 2005 17:14:29 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j3JHEPfa004294; Tue, 19 Apr 2005 19:14:25 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j3JHEPLk031501; Tue, 19 Apr 2005 19:14:25 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j3JHEPvA007292; Tue, 19 Apr 2005 19:14:25 +0200 (CEST) Date: Tue, 19 Apr 2005 17:14:00 -0000 Message-Id: <200504191714.j3JHEPvA007292@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: msnyder@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <42644522.6010904@redhat.com> (message from Michael Snyder on Mon, 18 Apr 2005 16:39:14 -0700) Subject: Re: [commit] Combine mn10300-tdep.c and mn10300-prologue.c References: <42644522.6010904@redhat.com> X-SW-Source: 2005-04/txt/msg00223.txt.bz2 Date: Mon, 18 Apr 2005 16:39:14 -0700 From: Michael Snyder Merge the prologue analysis code into the main tdep file. Thanks ;-) Mark