From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19195 invoked by alias); 20 Nov 2002 00:13:30 -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 19184 invoked from network); 20 Nov 2002 00:13:30 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 20 Nov 2002 00:13:30 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CF3B23E39; Tue, 19 Nov 2002 19:13:25 -0500 (EST) Message-ID: <3DDAD3A5.6010009@redhat.com> Date: Tue, 19 Nov 2002 16:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: Fixing target m68k-linux References: <200211192309.gAJN9Qcw006257@whitebox.local> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00496.txt.bz2 > 2002-11-19 Andreas Schwab > > * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP) > (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET) > (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc) > (m68k_linux_frame_saved_pc): Move to ... > * m68klinux-tdep.c: ... here. New file. > * Makefile.in (m68klinux-tdep.o): Add dependencies. > * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o. > BTW, I think the current flavour of the month for the *linux-tdep.c file names is m68k-linux-tdep.c vis: alpha-linux-tdep.c arm-linux-tdep.c i386-linux-tdep.c ia64-linux-tdep.c mips-linux-tdep.c ppc-linux-tdep.c x86-64-linux-tdep.c Anyway, suggest pulling this into the 5.3 branch. nice! Andrew