From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1692 invoked by alias); 18 Apr 2005 19:39:01 -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 1642 invoked from network); 18 Apr 2005 19:38:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Apr 2005 19:38:51 -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 j3IJcpXu006971 for ; Mon, 18 Apr 2005 15:38:51 -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 j3IJcpO24092 for ; Mon, 18 Apr 2005 15:38:51 -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 j3IJcnth020104 for ; Mon, 18 Apr 2005 15:38:50 -0400 Message-ID: <42640CC9.5030707@redhat.com> Date: Mon, 18 Apr 2005 19:39:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla Thunderbird (X11/20050322) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [commit] add mn10300-prologue.o to makefile frag Content-Type: multipart/mixed; boundary="------------070907030608080307010108" X-SW-Source: 2005-04/txt/msg00199.txt.bz2 This is a multi-part message in MIME format. --------------070907030608080307010108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 15 Overlooked... --------------070907030608080307010108 Content-Type: text/plain; name="mt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mt" Content-length: 726 2005-04-18 Michael Snyder * config/mn10300/mn10300.mt: Add mn10300-prologue module. Index: config/mn10300/mn10300.mt =================================================================== RCS file: /cvs/src/src/gdb/config/mn10300/mn10300.mt,v retrieving revision 1.4 diff -p -r1.4 mn10300.mt *** config/mn10300/mn10300.mt 11 Dec 2004 02:02:01 -0000 1.4 --- config/mn10300/mn10300.mt 18 Apr 2005 19:37:08 -0000 *************** *** 1,4 **** # Target: Matsushita mn10300 ! TDEPFILES= mn10300-tdep.o SIM_OBS = remote-sim.o SIM = ../sim/mn10300/libsim.a --- 1,4 ---- # Target: Matsushita mn10300 ! TDEPFILES= mn10300-tdep.o mn10300-prologue.o SIM_OBS = remote-sim.o SIM = ../sim/mn10300/libsim.a --------------070907030608080307010108--