From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28113 invoked by alias); 13 Dec 2002 14:06:51 -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 28105 invoked from network); 13 Dec 2002 14:06:47 -0000 Received: from unknown (HELO cerbere.u-strasbg.fr) (130.79.112.250) by sources.redhat.com with SMTP; 13 Dec 2002 14:06:47 -0000 Received: from laocoon.ics.u-strasbg.fr (laocoon.u-strasbg.fr [130.79.112.72]) by cerbere.u-strasbg.fr (Postfix) with ESMTP id CBCC72C1791; Fri, 13 Dec 2002 15:14:07 +0100 (CET) Message-Id: <5.0.2.1.2.20021213112710.0331ea20@ics.u-strasbg.fr> X-Sender: muller@ics.u-strasbg.fr Date: Fri, 13 Dec 2002 06:40:00 -0000 To: Andreas Schwab , gdb-patches@sources.redhat.com From: Pierre Muller Subject: Re: [Committed] More fixes for m68k-linux In-Reply-To: <200211231946.gANJk63p003036@whitebox.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2002-12/txt/msg00413.txt.bz2 All these patches were not inserted in 5.3 branch thus m68k native linux compilation of GDB fails :( Can we at least insert it now in the 5.3 branch? So that if we release a 5.3.1 m68k linux compilation will be fixed. At 20:46 23/11/2002, Andreas Schwab wrote: >This patch fixes building m68k-linux natively. The inclusion of >m68k-tdep.h in config/m68k/tm-linux.h is only temporary until the >macros are turned into functions. > >Andreas. > >2002-11-23 Andreas Schwab > > * Makefile.in (m68k_tdep_h): Define. > (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o) > (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h). > * m68k-tdep.c: Move register number enum ... > * m68k-tdep.h: ... to this new file and rename the constants from > E_* to M68K_*. All uses changed. > * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions. > * abug-rom.c: Include "m68k-tdep.h". Use > M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM. > * cpu32bug-rom.c: Likewise. > * dbug-rom.c: Likewise. > * m68k-tdep.c: Likewise. > * m68klinux-nat.c: Likewise. > * remote-est.c: Likewise. > * rom68k-rom.c: Likewise. > * config/m68k/tm-linux.h: Likewise.