From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13747 invoked by alias); 18 Apr 2005 19:54:11 -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 13639 invoked from network); 18 Apr 2005 19:54:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Apr 2005 19:54:07 -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 j3IJs6Mt010845 for ; Mon, 18 Apr 2005 15:54:06 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3IJs1O28219; Mon, 18 Apr 2005 15:54:01 -0400 Received: from [172.16.24.50] (bluegiant.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j3IJrxth020887; Mon, 18 Apr 2005 15:54:00 -0400 Message-ID: <42641057.90102@redhat.com> Date: Mon, 18 Apr 2005 19:54:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla Thunderbird (X11/20050322) MIME-Version: 1.0 To: Mark Kettenis CC: gdb-patches@sources.redhat.com Subject: Re: [commit] add mn10300-prologue.o to makefile frag References: <42640CC9.5030707@redhat.com> <200504181945.j3IJjo7k025399@elgar.sibelius.xs4all.nl> In-Reply-To: <200504181945.j3IJjo7k025399@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00202.txt.bz2 Mark Kettenis wrote: > Date: Mon, 18 Apr 2005 12:38:49 -0700 > From: Michael Snyder > > Overlooked... > > 2005-04-18 Michael Snyder > > * config/mn10300/mn10300.mt: Add mn10300-prologue module. > > Hmm, is there any reason why there are two files with mn10300-specific > target-dependent code? No. I just split that code out for my convenience while I was working on it. I can merge them together if anyone feels strongly about it.