36 changed files with 5 additions and 659 deletions
@ -1,27 +1,12 @@ |
|||||
# AT&T 3b1/Unix pc |
# AT&T 3b1/Unix pc |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
# I don't think cc has been tried. -traditional for <sys/ioctl.h> |
# I don't think cc has been tried. -traditional for <sys/ioctl.h> |
||||
# (not sure whether necessary). |
# (not sure whether necessary). |
||||
CC= gcc -traditional |
CC= gcc -traditional |
||||
# GCC runs out of virtual memory. |
# GCC runs out of virtual memory. |
||||
PINSN_CC= cc |
# A separate CC for pinsn routines is no longer supported, though. |
||||
|
# FIXME -- someone unlucky enough to have a 3B1, let bug-gcc@prep.ai.mit.edu |
||||
|
# know what works and what fails on the 3B1. |
||||
|
#PINSN_CC= cc |
||||
|
|
||||
XDEPFILES= infptrace.o coredep.o |
XDEPFILES= infptrace.o coredep.o |
||||
XM_FILE= xm-3b1.h |
XM_FILE= xm-3b1.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Acorn RISC machine running RISCiX (4.3bsd) |
# Acorn RISC machine running RISCiX (4.3bsd) |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o arm-xdep.o arm-convert.o |
XDEPFILES= infptrace.o arm-xdep.o arm-convert.o |
||||
XM_FILE= xm-arm.h |
XM_FILE= xm-arm.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Big-endian MIPS machine such as Sony News |
# Big-endian MIPS machine such as Sony News |
||||
# Copyright (C) 1989-1991 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o mips-xdep.o coredep.o |
XDEPFILES= infptrace.o mips-xdep.o coredep.o |
||||
XM_FILE= xm-bigmips.h |
XM_FILE= xm-bigmips.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Convex Unix (4bsd) |
# Convex Unix (4bsd) |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= convex-xdep.o |
XDEPFILES= convex-xdep.o |
||||
XM_FILE= xm-convex.h |
XM_FILE= xm-convex.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Hewlett-Packard 9000 series 300, running BSD |
# Hewlett-Packard 9000 series 300, running BSD |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o coredep.o |
XDEPFILES= infptrace.o coredep.o |
||||
XM_FILE= xm-hp300bsd.h |
XM_FILE= xm-hp300bsd.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# ISI Optimum V (3.05) under 4.3bsd. |
# ISI Optimum V (3.05) under 4.3bsd. |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o coredep.o |
XDEPFILES= infptrace.o coredep.o |
||||
XM_FILE= xm-isi.h |
XM_FILE= xm-isi.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Little-endian MIPS machine such as DECstation. |
# Little-endian MIPS machine such as DECstation. |
||||
# Copyright (C) 1989-1991 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o mips-xdep.o coredep.o |
XDEPFILES= infptrace.o mips-xdep.o coredep.o |
||||
XM_FILE= xm-mips.h |
XM_FILE= xm-mips.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Motorola 88000 running DGUX |
# Motorola 88000 running DGUX |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o m88k-xdep.o |
XDEPFILES= infptrace.o m88k-xdep.o |
||||
XM_FILE= xm-88k.h |
XM_FILE= xm-88k.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sony news series 700/800/900 (68020) running NewsOS version 3. |
# Sony news series 700/800/900 (68020) running NewsOS version 3. |
||||
# Copyright (C) 1989, 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o coredep.o news-xdep.o |
XDEPFILES= infptrace.o coredep.o news-xdep.o |
||||
XM_FILE= xm-news.h |
XM_FILE= xm-news.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sony news series 1000 (68030) running NewsOS version 3. |
# Sony news series 1000 (68030) running NewsOS version 3. |
||||
# Copyright (C) 1989, 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o coredep.o news-xdep.o |
XDEPFILES= infptrace.o coredep.o news-xdep.o |
||||
XM_FILE= xm-news1000.h |
XM_FILE= xm-news1000.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Gould NP1 |
# Gould NP1 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o gould-xdep.o |
XDEPFILES= infptrace.o gould-xdep.o |
||||
XM_FILE= xm-np1.h |
XM_FILE= xm-np1.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Gould Powernode |
# Gould Powernode |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o coredep.o |
XDEPFILES= infptrace.o coredep.o |
||||
XM_FILE= xm-pn.h |
XM_FILE= xm-pn.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sun 2, running SunOS 3 |
# Sun 2, running SunOS 3 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o sun3-xdep.o |
XDEPFILES= infptrace.o sun3-xdep.o |
||||
XM_FILE= xm-sun2.h |
XM_FILE= xm-sun2.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sun 2, running SunOS 4 |
# Sun 2, running SunOS 4 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o sun3-xdep.o |
XDEPFILES= infptrace.o sun3-xdep.o |
||||
XM_FILE= xm-sun2.h |
XM_FILE= xm-sun2.h |
||||
|
|||||
@ -1,26 +1,3 @@ |
|||||
# Sun 3, running SunOS 4 |
# Sun 3, running SunOS 4 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
# The system-supplied assembler re-orders the symbols so that gdb |
|
||||
# can't find "gcc_compiled.". |
|
||||
#msg If you compile your program with GCC, use the GNU assembler. |
|
||||
#msg |
|
||||
|
|
||||
XDEPFILES= infptrace.o sun3-xdep.o |
XDEPFILES= infptrace.o sun3-xdep.o |
||||
XM_FILE= xm-sun3os4.h |
XM_FILE= xm-sun3os4.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sun 386i |
# Sun 386i |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o sun386-xdep.o |
XDEPFILES= infptrace.o sun386-xdep.o |
||||
XM_FILE= xm-sun386.h |
XM_FILE= xm-sun386.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sun 3, running SunOS 3 |
# Sun 3, running SunOS 3 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o sun3-xdep.o |
XDEPFILES= infptrace.o sun3-xdep.o |
||||
XM_FILE= xm-sun3.h |
XM_FILE= xm-sun3.h |
||||
|
|||||
@ -1,26 +1,3 @@ |
|||||
# Sun 3, running SunOS 4 |
# Sun 3, running SunOS 4 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
# The system-supplied assembler re-orders the symbols so that gdb |
|
||||
# can't find "gcc_compiled.". |
|
||||
#msg If you compile your program with GCC, use the GNU assembler. |
|
||||
#msg |
|
||||
|
|
||||
XDEPFILES= infptrace.o sun3-xdep.o |
XDEPFILES= infptrace.o sun3-xdep.o |
||||
XM_FILE= xm-sun3os4.h |
XM_FILE= xm-sun3os4.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sun 4 or Sparcstation, running SunOS 4 |
# Sun 4 or Sparcstation, running SunOS 4 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o sparc-xdep.o |
XDEPFILES= infptrace.o sparc-xdep.o |
||||
XM_FILE= xm-sun4os4.h |
XM_FILE= xm-sun4os4.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sun 4 or Sparcstation, running SunOS 3 |
# Sun 4 or Sparcstation, running SunOS 3 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o sparc-xdep.o |
XDEPFILES= infptrace.o sparc-xdep.o |
||||
XM_FILE= xm-sparc.h |
XM_FILE= xm-sparc.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sun 4 or Sparcstation, running SunOS 4 |
# Sun 4 or Sparcstation, running SunOS 4 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o sparc-xdep.o |
XDEPFILES= infptrace.o sparc-xdep.o |
||||
XM_FILE= xm-sun4os4.h |
XM_FILE= xm-sun4os4.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387. |
# Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387. |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o symm-xdep.o |
XDEPFILES= infptrace.o symm-xdep.o |
||||
XM_FILE= xm-symmetry.h |
XM_FILE= xm-symmetry.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# CCI or Harris Tahoe running BSD Unix |
# CCI or Harris Tahoe running BSD Unix |
||||
# Copyright (C) 1989-1991 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o coredep.o |
XDEPFILES= infptrace.o coredep.o |
||||
XM_FILE= xm-tahoe.h |
XM_FILE= xm-tahoe.h |
||||
|
|||||
@ -1,21 +1,3 @@ |
|||||
# Encore running umax 4.2 |
# Encore running umax 4.2 |
||||
# Copyright (C) 1990 Free Software Foundation, Inc. |
|
||||
|
|
||||
# This file is part of GDB. |
|
||||
|
|
||||
# GDB 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 1, or (at your option) |
|
||||
# any later version. |
|
||||
|
|
||||
# GDB 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 GDB; see the file COPYING. If not, write to |
|
||||
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|
||||
|
|
||||
XDEPFILES= infptrace.o umax-xdep.o |
XDEPFILES= infptrace.o umax-xdep.o |
||||
XM_FILE= xm-umax.h |
XM_FILE= xm-umax.h |
||||
|
|||||
Loading…
Reference in new issue