From: Andrew Cagney Date: Thu, 2 Sep 2004 20:57:22 +0000 (+0000) Subject: 2004-09-02 Andrew Cagney X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=458ed0007a05e31ed5aee4dbd5775940093e58fc;p=deliverable%2Fbinutils-gdb.git 2004-09-02 Andrew Cagney * config/powerpc/tm-ppcle-sim.h: Delete. * config/powerpc/tm-ppcle-eabi.h: Delete. * config/powerpc/tm-nbsd.h: Delete. * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h. * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or tm-ppcle-eabi.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a427a83893..7845286718 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2004-09-02 Andrew Cagney + * config/powerpc/tm-ppcle-sim.h: Delete. + * config/powerpc/tm-ppcle-eabi.h: Delete. + * config/powerpc/tm-nbsd.h: Delete. + * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h. + * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or + tm-ppcle-eabi.h. + * config/i386/nto.mh (NAT_FILE): Delete. * config/i386/nm-nto.h: Delete. diff --git a/gdb/config/djgpp/fnchange.lst b/gdb/config/djgpp/fnchange.lst index b35cdc6357..2195c5605c 100644 --- a/gdb/config/djgpp/fnchange.lst +++ b/gdb/config/djgpp/fnchange.lst @@ -100,8 +100,6 @@ @V@/gdb/config/m88k/xm-delta88v4.h @V@/gdb/config/m88k/xm-d88v4.h @V@/gdb/config/mips/tm-linux.h @V@/gdb/config/mips/tm-lx.h @V@/gdb/config/pa/nm-hppah11.h @V@/gdb/config/pa/nm-hppa11.h -@V@/gdb/config/powerpc/tm-ppcle-sim.h @V@/gdb/config/powerpc/tm-ppclsim.h -@V@/gdb/config/powerpc/tm-ppcle-eabi.h @V@/gdb/config/powerpc/tm-ppcleabi.h @V@/gdb/config/rs6000/nm-rs6000ly.h @V@/gdb/config/rs6000/nm-rs6kly.h @V@/gdb/config/rs6000/tm-rs6000.h @V@/gdb/config/rs6000/tm-rs6k.h @V@/gdb/config/rs6000/tm-rs6000ly.h @V@/gdb/config/rs6000/tm-rs6kly.h diff --git a/gdb/config/powerpc/nbsd.mt b/gdb/config/powerpc/nbsd.mt index d492f9d763..a1091f309a 100644 --- a/gdb/config/powerpc/nbsd.mt +++ b/gdb/config/powerpc/nbsd.mt @@ -1,7 +1,7 @@ # Target: PowerPC, running NetBSD TDEPFILES= rs6000-tdep.o ppc-sysv-tdep.o ppcnbsd-tdep.o nbsd-tdep.o corelow.o \ solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +TM_FILE= tm-ppc-eabi.h SIM_OBS = remote-sim.o SIM = ../sim/ppc/libsim.a diff --git a/gdb/config/powerpc/tm-nbsd.h b/gdb/config/powerpc/tm-nbsd.h deleted file mode 100644 index d167830523..0000000000 --- a/gdb/config/powerpc/tm-nbsd.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Macro definitions for PowerPC running under NetBSD. - Copyright 2000, 2003 Free Software Foundation, Inc. - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#ifndef TM_NBSD_H -#define TM_NBSD_H - -#include "powerpc/tm-ppc-eabi.h" - -#endif /* TM_NBSD_H */ diff --git a/gdb/config/powerpc/tm-ppcle-eabi.h b/gdb/config/powerpc/tm-ppcle-eabi.h deleted file mode 100644 index cc4c752e39..0000000000 --- a/gdb/config/powerpc/tm-ppcle-eabi.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Macro definitions for Power PC running embedded ABI - in little endian mode. - Copyright 1995, 1998 Free Software Foundation, Inc. - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#ifndef TM_PPCLE_EABI_H -#define TM_PPCLE_EABI_H - -/* Use normal ppc-eabi definitions */ -#include "powerpc/tm-ppc-eabi.h" - -#endif /* TM_PPCLE_EABI_H */ diff --git a/gdb/config/powerpc/tm-ppcle-sim.h b/gdb/config/powerpc/tm-ppcle-sim.h deleted file mode 100644 index 02707f4001..0000000000 --- a/gdb/config/powerpc/tm-ppcle-sim.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Macro definitions for Power PC running embedded ABI under the simulator. - Copyright 1995 Free Software Foundation, Inc. - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#ifndef TM_PPCLE_SIM_H -#define TM_PPCLE_SIM_H - -#include "powerpc/tm-ppcle-eabi.h" - -#endif /* TM_PPCLE_SIM_H */