diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-12-23 03:11:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-12-23 03:11:33 +0000 |
commit | 42616ea1f9de78c18c7a6cf69e41a8408f80515d (patch) | |
tree | 42818986f2b3addc1bc2ce3baac4ba408f02b138 /gnu | |
parent | ac3f315b6bf9f023c21358e81fd9d82bddb1e72a (diff) |
2.7.2 -> 2.8.1: new features of configure made these obsolete
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa-ghiux.h | 27 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa-ghpux.h | 29 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa-ghpux9.h | 35 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa-gux7.h | 39 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-ghiux.h | 26 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-ghpux.h | 25 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-ghpux9.h | 30 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-hiux.h | 27 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-hpux.h | 24 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-hpux9.h | 29 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-oldas.h | 29 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa1-osf.h | 27 |
12 files changed, 0 insertions, 347 deletions
diff --git a/gnu/usr.bin/gcc/config/pa/pa-ghiux.h b/gnu/usr.bin/gcc/config/pa/pa-ghiux.h deleted file mode 100644 index bd54b4064f2..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa-ghiux.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HI-UX. - Copyright (C) 1993 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -/* HIUX is just a HPUX variant. We can simply use the HPUX configuration - for just about everything. */ -#include "pa/pa-ghpux.h" - -/* Predefines are the one noteworthy difference between HPUX and HIUX. */ -#undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -DPWB -Dunix -D_HIUX_SOURCE -D__H3050R -D__H3050RX -Asystem(unix) -Asystem(hiux) -Acpu(hppa) -Amachine(hppa)" diff --git a/gnu/usr.bin/gcc/config/pa/pa-ghpux.h b/gnu/usr.bin/gcc/config/pa/pa-ghpux.h deleted file mode 100644 index 2b571a376b4..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa-ghpux.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP-UX using GNU as. - Copyright (C) 1991 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#ifndef TARGET_DEFAULT -#define TARGET_DEFAULT 0x88 /* TARGET_GAS + TARGET_JUMP_IN_DELAY */ -#endif - -#include "pa/pa-hpux.h" - -#define DBX_DEBUGGING_INFO -#undef DEFAULT_GDB_EXTENSIONS -#define DEFAULT_GDB_EXTENSIONS 1 diff --git a/gnu/usr.bin/gcc/config/pa/pa-ghpux9.h b/gnu/usr.bin/gcc/config/pa/pa-ghpux9.h deleted file mode 100644 index e63004cad18..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa-ghpux9.h +++ /dev/null @@ -1,35 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP-UX using GNU as. - Copyright (C) 1995 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#ifndef TARGET_DEFAULT -#define TARGET_DEFAULT 0x88 /* TARGET_GAS + TARGET_JUMP_IN_DELAY */ -#endif - -#include "pa/pa-hpux.h" - -#define DBX_DEBUGGING_INFO -#undef DEFAULT_GDB_EXTENSIONS -#define DEFAULT_GDB_EXTENSIONS 1 - -/* We can debug dynamically linked executables on hpux9. */ -#undef LINK_SPEC -#define LINK_SPEC \ - "%{!shared:-u main} %{static:-a archive} %{shared:-b}" - diff --git a/gnu/usr.bin/gcc/config/pa/pa-gux7.h b/gnu/usr.bin/gcc/config/pa/pa-gux7.h deleted file mode 100644 index 3003e47fdc4..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa-gux7.h +++ /dev/null @@ -1,39 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP-UX using GNU as. - Copyright (C) 1991, 1995 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#ifndef TARGET_DEFAULT -#define TARGET_DEFAULT 0x88 /* TARGET_GAS + TARGET_JUMP_IN_DELAY */ -#endif - -#include "pa/pa.h" - -/* Make GCC agree with types.h. */ -#undef SIZE_TYPE -#undef PTRDIFF_TYPE - -#define SIZE_TYPE "unsigned int" -#define PTRDIFF_TYPE "int" - -/* Like the default, except no -lg. */ -#undef LIB_SPEC -#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p: -L/lib/libp/ -lc}%{pg: -L/lib/libp/ -lc}" - -#undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa)" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-ghiux.h b/gnu/usr.bin/gcc/config/pa/pa1-ghiux.h deleted file mode 100644 index 02a5844e13f..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-ghiux.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HI-UX using GNU as. - Copyright (C) 1993 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -/* HIUX is just a HPUX variant. */ -#include "pa/pa1-ghpux.h" - -/* Predefines are the one noteworthy difference between HPUX and HIUX. */ -#undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -DPWB -Dunix -D_HIUX_SOURCE -D__H3050R -D__H3050RX -Asystem(unix) -Asystem(hiux) -Acpu(hppa) -Amachine(hppa)" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-ghpux.h b/gnu/usr.bin/gcc/config/pa/pa1-ghpux.h deleted file mode 100644 index 8751516b025..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-ghpux.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1 - Copyright (C) 1991 Free Software Foundation, Inc. - Contributed by Tim Moore (moore@defmacro.cs.utah.edu) - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#define TARGET_DEFAULT 0x89 /* TARGET_SNAKE + TARGET_GAS - + TARGET_JUMP_IN_DELAY */ - -#include "pa/pa-ghpux.h" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-ghpux9.h b/gnu/usr.bin/gcc/config/pa/pa1-ghpux9.h deleted file mode 100644 index cf8da9fd38a..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-ghpux9.h +++ /dev/null @@ -1,30 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1 - Copyright (C) 1995 Free Software Foundation, Inc. - Contributed by Tim Moore (moore@defmacro.cs.utah.edu) - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#define TARGET_DEFAULT 0x89 /* TARGET_SNAKE + TARGET_GAS - + TARGET_JUMP_IN_DELAY */ - -#include "pa/pa-ghpux.h" - -/* We can debug dynamically linked executables on hpux9. */ -#undef LINK_SPEC -#define LINK_SPEC \ - "%{!shared:-u main} %{static:-a archive} %{shared:-b}" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-hiux.h b/gnu/usr.bin/gcc/config/pa/pa1-hiux.h deleted file mode 100644 index 9294544bb84..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-hiux.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HI-UX. - Copyright (C) 1993 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -/* HIUX is just a HPUX variant. We can simply use the HPUX configuration - for just about everything. */ -#include "pa/pa1-hpux.h" - -/* Predefines are the one noteworthy difference between HPUX and HIUX. */ -#undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -DPWB -Dunix -D_HIUX_SOURCE -D__H3050R -D__H3050RX -Asystem(unix) -Asystem(hiux) -Acpu(hppa) -Amachine(hppa)" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-hpux.h b/gnu/usr.bin/gcc/config/pa/pa1-hpux.h deleted file mode 100644 index 41b24d167e9..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-hpux.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1 - Copyright (C) 1991 Free Software Foundation, Inc. - Contributed by Tim Moore (moore@defmacro.cs.utah.edu) - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#define TARGET_DEFAULT 1 /* TARGET_SNAKE */ - -#include "pa/pa-hpux.h" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-hpux9.h b/gnu/usr.bin/gcc/config/pa/pa1-hpux9.h deleted file mode 100644 index a3e992429f2..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-hpux9.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1 - Copyright (C) 1995 Free Software Foundation, Inc. - Contributed by Tim Moore (moore@defmacro.cs.utah.edu) - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#define TARGET_DEFAULT 1 /* TARGET_SNAKE */ - -#include "pa/pa-hpux.h" - -/* We can debug dynamically linked executables on hpux9. */ -#undef LINK_SPEC -#define LINK_SPEC \ - "%{!shared:-u main} %{static:-a archive} %{shared:-b}" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-oldas.h b/gnu/usr.bin/gcc/config/pa/pa1-oldas.h deleted file mode 100644 index 0d6c948663a..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-oldas.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1 - Copyright (C) 1991 Free Software Foundation, Inc. - Contributed by Tim Moore (moore@defmacro.cs.utah.edu) - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -/* This is the same as pa-hpux.h, except that we generate snake code by - default and emits assembly code accepted by the 8.02 assembler. */ - - -#define TARGET_DEFAULT 1 /* TARGET_SNAKE */ -#define HP_FP_ARG_DESCRIPTOR_REVERSED - -#include "pa/pa-hpux.h" diff --git a/gnu/usr.bin/gcc/config/pa/pa1-osf.h b/gnu/usr.bin/gcc/config/pa/pa1-osf.h deleted file mode 100644 index 1fb10e0e1a7..00000000000 --- a/gnu/usr.bin/gcc/config/pa/pa1-osf.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1 - Copyright (C) 1991 Free Software Foundation, Inc. - Contributed by Tim Moore (moore@defmacro.cs.utah.edu) - -This file is part of GNU CC. - -GNU CC 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, or (at your option) -any later version. - -GNU CC 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 GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -#define TARGET_DEFAULT 0x89 /* TARGET_SNAKE + TARGET_GAS - + TARGET_JUMP_IN_DELAY */ - -#include "pa/pa-osf.h" -#undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -Dunix -Dhp9000 -Dspectrum -DREVARGV -Dhp700 -DHP700 -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF -Asystem(unix) -Asystem(mach) -Acpu(hppa) -Amachine(hppa)" |