Browse Source

Remove copyrights from these tiny files rather than update them to the

GPL version 2.  It isn't worth copyrighting two lines of file names.
gdb-4_18-branch
John Gilmore 36 years ago
parent
commit
b775aef041
  1. 23
      gdb/config/3b1.mh
  2. 18
      gdb/config/altos.mh
  3. 18
      gdb/config/altosgas.mh
  4. 18
      gdb/config/arm.mh
  5. 18
      gdb/config/bigmips.mh
  6. 18
      gdb/config/convex.mh
  7. 18
      gdb/config/hp300bsd.mh
  8. 18
      gdb/config/hp300hpux.mh
  9. 18
      gdb/config/i386sco.mh
  10. 18
      gdb/config/i386v-g.mh
  11. 18
      gdb/config/i386v.mh
  12. 18
      gdb/config/i386v32-g.mh
  13. 18
      gdb/config/i386v32.mh
  14. 18
      gdb/config/isi.mh
  15. 18
      gdb/config/littlemips.mh
  16. 18
      gdb/config/m88k.mh
  17. 18
      gdb/config/merlin.mh
  18. 18
      gdb/config/mh-vax
  19. 18
      gdb/config/news.mh
  20. 18
      gdb/config/news1000.mh
  21. 18
      gdb/config/none.mh
  22. 18
      gdb/config/np1.mh
  23. 18
      gdb/config/pn.mh
  24. 19
      gdb/config/pyramid.mh
  25. 18
      gdb/config/sun2os3.mh
  26. 18
      gdb/config/sun2os4.mh
  27. 23
      gdb/config/sun3.mh
  28. 18
      gdb/config/sun386.mh
  29. 18
      gdb/config/sun3os3.mh
  30. 23
      gdb/config/sun3os4.mh
  31. 18
      gdb/config/sun4.mh
  32. 18
      gdb/config/sun4os3.mh
  33. 18
      gdb/config/sun4os4.mh
  34. 18
      gdb/config/symmetry.mh
  35. 18
      gdb/config/tahoe.mh
  36. 18
      gdb/config/umax.mh

23
gdb/config/3b1.mh

@ -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

18
gdb/config/altos.mh

@ -1,22 +1,4 @@
# Altos 3068 (68k, System V release 2) # Altos 3068 (68k, System V release 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 altos-xdep.o XDEPFILES= infptrace.o altos-xdep.o
XM_FILE= xm-altos.h XM_FILE= xm-altos.h
REGEX=regex.o REGEX=regex.o

18
gdb/config/altosgas.mh

@ -1,22 +1,4 @@
# Altos 3068 (68k, System V release 2), using COFF encapsulation # Altos 3068 (68k, System V release 2), using COFF encapsulation
# 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.
#msg Use of the coff encapsulation features require the GNU binutils utilities #msg Use of the coff encapsulation features require the GNU binutils utilities
#msg To be ahead of their System V counterparts in your path. #msg To be ahead of their System V counterparts in your path.

18
gdb/config/arm.mh

@ -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

18
gdb/config/bigmips.mh

@ -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

18
gdb/config/convex.mh

@ -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

18
gdb/config/hp300bsd.mh

@ -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

18
gdb/config/hp300hpux.mh

@ -1,22 +1,4 @@
# Hewlett-Packard 9000 series 300, running HPUX # Hewlett-Packard 9000 series 300, running HPUX
# 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 following is true because gcc uses a different .o file format # The following is true because gcc uses a different .o file format
# than the native HPUX compiler # than the native HPUX compiler
#msg If you compile GDB with GCC on HPUX, you must make sure #msg If you compile GDB with GCC on HPUX, you must make sure

18
gdb/config/i386sco.mh

@ -1,22 +1,4 @@
# Intel 386 running SCO Unix (pre-SVR4) # Intel 386 running SCO Unix (pre-SVR4)
# Copyright (C) 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 i386-xdep.o XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386sco.h XM_FILE= xm-i386sco.h
XM_CLIBS= -lPW XM_CLIBS= -lPW

18
gdb/config/i386v-g.mh

@ -1,22 +1,4 @@
# Intel 386 running System V, using COFF encapsulation # Intel 386 running System V, using COFF encapsulation
# 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 i386-xdep.o XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v.h XM_FILE= xm-i386v.h
XM_CLIBS= -lPW XM_CLIBS= -lPW

18
gdb/config/i386v.mh

@ -1,22 +1,4 @@
# Intel 386 running System V # Intel 386 running System V
# 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 i386-xdep.o XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v.h XM_FILE= xm-i386v.h
XM_CLIBS= -lPW XM_CLIBS= -lPW

18
gdb/config/i386v32-g.mh

@ -1,22 +1,4 @@
# Intel 386 running System V release 3.2, using COFF encapsulation # Intel 386 running System V release 3.2, using COFF encapsulation
# Copyright (C) 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 i386-xdep.o XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v32.h XM_FILE= xm-i386v32.h
XM_CLIBS= -lPW XM_CLIBS= -lPW

18
gdb/config/i386v32.mh

@ -1,22 +1,4 @@
# Intel 386 running System V release 3.2 # Intel 386 running System V release 3.2
# Copyright (C) 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 i386-xdep.o XDEPFILES= infptrace.o coredep.o i386-xdep.o
XM_FILE= xm-i386v32.h XM_FILE= xm-i386v32.h
XM_CLIBS= -lPW XM_CLIBS= -lPW

18
gdb/config/isi.mh

@ -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

18
gdb/config/littlemips.mh

@ -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

18
gdb/config/m88k.mh

@ -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

18
gdb/config/merlin.mh

@ -1,22 +1,4 @@
# Merlin running utek 2.1 # Merlin running utek 2.1
# 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-merlin.h XM_FILE= xm-merlin.h
# See SHELL_FILE in m-merlin.h for a explanation of this. # See SHELL_FILE in m-merlin.h for a explanation of this.

18
gdb/config/mh-vax

@ -1,22 +1,4 @@
# DEC VAX running BSD or Ultrix # DEC VAX running BSD or Ultrix
# 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.
# The following types of /bin/cc failures have been observed: # The following types of /bin/cc failures have been observed:
# 1. Something in readline.c which I have never seen # 1. Something in readline.c which I have never seen
# 2. ``"values.c", line 816: compiler error: schain botch'' # 2. ``"values.c", line 816: compiler error: schain botch''

18
gdb/config/news.mh

@ -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

18
gdb/config/news1000.mh

@ -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

18
gdb/config/none.mh

@ -1,21 +1,3 @@
# Target config file for "no target". This can be used to build you # Target config file for "no target". This can be used to build you
# a Makefile that only runs administrative commands like 'clean', # a Makefile that only runs administrative commands like 'clean',
# 'gdb.tar.Z', etc. # 'gdb.tar.Z', etc.
#
# 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.

18
gdb/config/np1.mh

@ -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

18
gdb/config/pn.mh

@ -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

19
gdb/config/pyramid.mh

@ -1,21 +1,4 @@
# Pyramidax under OSx 4.0 (4.2bsd). # Pyramid under OSx 4.0 (4.2bsd).
# 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.
#msg If you don't compile GDB with GCC, you'll need to add #msg If you don't compile GDB with GCC, you'll need to add
#msg ALLOCA=alloca.o and ALLOCA1=alloca.o to the Makefile. #msg ALLOCA=alloca.o and ALLOCA1=alloca.o to the Makefile.

18
gdb/config/sun2os3.mh

@ -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

18
gdb/config/sun2os4.mh

@ -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

23
gdb/config/sun3.mh

@ -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

18
gdb/config/sun386.mh

@ -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

18
gdb/config/sun3os3.mh

@ -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

23
gdb/config/sun3os4.mh

@ -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

18
gdb/config/sun4.mh

@ -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

18
gdb/config/sun4os3.mh

@ -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

18
gdb/config/sun4os4.mh

@ -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

18
gdb/config/symmetry.mh

@ -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

18
gdb/config/tahoe.mh

@ -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

18
gdb/config/umax.mh

@ -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…
Cancel
Save