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/usr.bin/gcc/config/pa/pa-ghpux.h | |
parent | ac3f315b6bf9f023c21358e81fd9d82bddb1e72a (diff) |
2.7.2 -> 2.8.1: new features of configure made these obsolete
Diffstat (limited to 'gnu/usr.bin/gcc/config/pa/pa-ghpux.h')
-rw-r--r-- | gnu/usr.bin/gcc/config/pa/pa-ghpux.h | 29 |
1 files changed, 0 insertions, 29 deletions
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 |