2004-04-05 Andrew Cagney <cagney@redhat.com>
* config/i386/tm-i386.h: Delete file. * config/i386/tm-vxworks.h: Update copyright, do not include "tm-i386.h". * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto. * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto. * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto. * config/i386/ncr3000.mt (TM_FILE): Delete. * config/i386/interix.mt (TM_FILE): Delete. * config/i386/i386v.mt (TM_FILE): Delete. * config/i386/i386nw.mt (TM_FILE): Delete. * config/i386/i386gnu.mt (TM_FILE): Delete. * config/i386/i386aout.mt (TM_FILE): Delete. * config/i386/embed.mt (TM_FILE): Delete.
This commit is contained in:
parent
a5a58ba4de
commit
c1730d024e
16 changed files with 34 additions and 57 deletions
|
@ -1,3 +1,19 @@
|
||||||
|
2004-04-05 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* config/i386/tm-i386.h: Delete file.
|
||||||
|
* config/i386/tm-vxworks.h: Update copyright, do not include
|
||||||
|
"tm-i386.h".
|
||||||
|
* config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
|
||||||
|
* config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
|
||||||
|
* config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
|
||||||
|
* config/i386/ncr3000.mt (TM_FILE): Delete.
|
||||||
|
* config/i386/interix.mt (TM_FILE): Delete.
|
||||||
|
* config/i386/i386v.mt (TM_FILE): Delete.
|
||||||
|
* config/i386/i386nw.mt (TM_FILE): Delete.
|
||||||
|
* config/i386/i386gnu.mt (TM_FILE): Delete.
|
||||||
|
* config/i386/i386aout.mt (TM_FILE): Delete.
|
||||||
|
* config/i386/embed.mt (TM_FILE): Delete.
|
||||||
|
|
||||||
2004-04-05 Kevin Buettner <kevinb@redhat.com>
|
2004-04-05 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
|
* frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Target: Embedded Intel 386
|
# Target: Embedded Intel 386
|
||||||
TDEPFILES= i386-tdep.o i387-tdep.o
|
TDEPFILES= i386-tdep.o i387-tdep.o
|
||||||
TM_FILE= tm-i386.h
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Target: Intel 386 with a.out
|
# Target: Intel 386 with a.out
|
||||||
TDEPFILES= i386-tdep.o i387-tdep.o
|
TDEPFILES= i386-tdep.o i387-tdep.o
|
||||||
TM_FILE= tm-i386.h
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Target: Intel 386 running the GNU Hurd
|
# Target: Intel 386 running the GNU Hurd
|
||||||
TDEPFILES= i386-tdep.o i387-tdep.o i386gnu-tdep.o
|
TDEPFILES= i386-tdep.o i387-tdep.o i386gnu-tdep.o
|
||||||
TM_FILE= tm-i386.h
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Target: Intel 386 running NetWare
|
# Target: Intel 386 running NetWare
|
||||||
TDEPFILES= i386-tdep.o i387-tdep.o
|
TDEPFILES= i386-tdep.o i387-tdep.o
|
||||||
TM_FILE= tm-i386.h
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Target: Intel 386 running System V
|
# Target: Intel 386 running System V
|
||||||
TDEPFILES= i386-tdep.o i387-tdep.o
|
TDEPFILES= i386-tdep.o i387-tdep.o
|
||||||
TM_FILE= tm-i386.h
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Target: Intel 386 running Interix
|
# Target: Intel 386 running Interix
|
||||||
TDEPFILES= i386-tdep.o i387-tdep.o i386-interix-tdep.o solib.o solib-pei.o
|
TDEPFILES= i386-tdep.o i387-tdep.o i386-interix-tdep.o solib.o solib-pei.o
|
||||||
TM_FILE= tm-i386.h
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# Target: Intel 386 running SVR4
|
# Target: Intel 386 running SVR4
|
||||||
TDEPFILES= i386-tdep.o i387-tdep.o solib.o solib-svr4.o solib-legacy.o
|
TDEPFILES= i386-tdep.o i387-tdep.o solib.o solib-svr4.o solib-legacy.o
|
||||||
TM_FILE= tm-i386.h
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/* Macro definitions for i386 running under the win32 API Unix.
|
/* Macro definitions for i386 running under the win32 API Unix.
|
||||||
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
|
||||||
Free Software Foundation, Inc.
|
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004 Free
|
||||||
|
Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -19,8 +20,6 @@
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include "i386/tm-i386.h"
|
|
||||||
|
|
||||||
#define ATTACH_NO_WAIT
|
#define ATTACH_NO_WAIT
|
||||||
#define SOLIB_ADD(filename, from_tty, targ, readsyms) child_solib_add(filename, from_tty, targ, readsyms)
|
#define SOLIB_ADD(filename, from_tty, targ, readsyms) child_solib_add(filename, from_tty, targ, readsyms)
|
||||||
#define PC_SOLIB(addr) solib_address (addr)
|
#define PC_SOLIB(addr) solib_address (addr)
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
/* Target-dependent definitions for Intel x86 running DJGPP.
|
/* Target-dependent definitions for Intel x86 running DJGPP.
|
||||||
Copyright 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
|
|
||||||
|
Copyright 1995, 1996, 1997, 1999, 2000, 2004 Free Software
|
||||||
|
Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -23,6 +25,4 @@
|
||||||
|
|
||||||
#undef HAVE_SSE_REGS /* FIXME! go32-nat.c needs to support XMMi registers */
|
#undef HAVE_SSE_REGS /* FIXME! go32-nat.c needs to support XMMi registers */
|
||||||
|
|
||||||
#include "i386/tm-i386.h"
|
|
||||||
|
|
||||||
#endif /* TM_GO32_H */
|
#endif /* TM_GO32_H */
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
/* Macro definitions for GDB on an Intel i[345]86.
|
|
||||||
Copyright 1995, 1996, 1998, 1999, 2000, 2001
|
|
||||||
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_I386_H
|
|
||||||
#define TM_I386_H 1
|
|
||||||
|
|
||||||
#endif /* ifndef TM_I386_H */
|
|
|
@ -1,5 +1,6 @@
|
||||||
/* Macro definitions for Intel 386 running under LynxOS.
|
/* Macro definitions for Intel 386 running under LynxOS.
|
||||||
Copyright 1993, 1995, 2002 Free Software Foundation, Inc.
|
|
||||||
|
Copyright 1993, 1995, 2002, 2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -23,7 +24,4 @@
|
||||||
|
|
||||||
#include "config/tm-lynx.h"
|
#include "config/tm-lynx.h"
|
||||||
|
|
||||||
/* Most definitions from sysv could be used. */
|
|
||||||
#include "i386/tm-i386.h"
|
|
||||||
|
|
||||||
#endif /* TM_I386LYNX_H */
|
#endif /* TM_I386LYNX_H */
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/* Macro definitions for GDB on an Intel i386 running Solaris 2.
|
/* Macro definitions for GDB on an Intel i386 running Solaris 2.
|
||||||
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
|
|
||||||
|
Copyright 1998, 1999, 2000, 2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -21,8 +22,6 @@
|
||||||
#ifndef TM_I386SOL2_H
|
#ifndef TM_I386SOL2_H
|
||||||
#define TM_I386SOL2_H 1
|
#define TM_I386SOL2_H 1
|
||||||
|
|
||||||
#include "i386/tm-i386.h"
|
|
||||||
|
|
||||||
/* The SunPRO compiler puts out 0 instead of the address in N_SO symbols,
|
/* The SunPRO compiler puts out 0 instead of the address in N_SO symbols,
|
||||||
and for SunPRO 3.0, N_FUN symbols too. */
|
and for SunPRO 3.0, N_FUN symbols too. */
|
||||||
#define SOFUN_ADDRESS_MAYBE_MISSING
|
#define SOFUN_ADDRESS_MAYBE_MISSING
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Definitions to target GDB to GNU/Linux on 386.
|
/* Definitions to target GDB to GNU/Linux on 386.
|
||||||
|
|
||||||
Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Free
|
Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
|
||||||
Software Foundation, Inc.
|
2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@
|
||||||
#ifndef TM_LINUX_H
|
#ifndef TM_LINUX_H
|
||||||
#define TM_LINUX_H
|
#define TM_LINUX_H
|
||||||
|
|
||||||
#include "i386/tm-i386.h"
|
|
||||||
#include "config/tm-linux.h"
|
#include "config/tm-linux.h"
|
||||||
|
|
||||||
/* The following works around a problem with /usr/include/sys/procfs.h */
|
/* The following works around a problem with /usr/include/sys/procfs.h */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* QNX Neutrino target header.
|
/* QNX Neutrino target header.
|
||||||
|
|
||||||
Copyright 2003 Free Software Foundation, Inc.
|
Copyright 2003, 2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This code was donated by QNX Software Systems Ltd.
|
This code was donated by QNX Software Systems Ltd.
|
||||||
|
|
||||||
|
@ -24,9 +24,7 @@
|
||||||
#ifndef TM_NTO_H
|
#ifndef TM_NTO_H
|
||||||
#define TM_NTO_H 1
|
#define TM_NTO_H 1
|
||||||
|
|
||||||
/* Pick up most of what we need from the generic i386 target include file. */
|
#include "config/tm-nto.h"
|
||||||
#include "i386/tm-i386.h"
|
|
||||||
#include "tm-nto.h"
|
|
||||||
|
|
||||||
#include "solib.h"
|
#include "solib.h"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/* Target machine description for VxWorks on the 80[3456]86,
|
/* Target machine description for VxWorks on the 80[3456]86, for GDB,
|
||||||
for GDB, the GNU debugger.
|
the GNU debugger.
|
||||||
Copyright 1999 Free Software Foundation, Inc.
|
|
||||||
|
Copyright 1999, 2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -22,7 +23,6 @@
|
||||||
#ifndef TM_VXWORKS_H
|
#ifndef TM_VXWORKS_H
|
||||||
#define TM_VXWORKS_H
|
#define TM_VXWORKS_H
|
||||||
|
|
||||||
#include "i386/tm-i386.h"
|
|
||||||
#include "config/tm-vxworks.h"
|
#include "config/tm-vxworks.h"
|
||||||
|
|
||||||
#endif /* ifndef TM_VXWORKS_H */
|
#endif /* ifndef TM_VXWORKS_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue