diff options
author | Alan Modra <amodra@one.net.au> | 2001-04-13 05:27:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2001-04-13 14:57:47 +0930 |
commit | c21a23721b83d04590617d61f38a122c20c576f5 (patch) | |
tree | f1461fdd9d8ec8cf0353808cb3dedc095f018e4b /gcc/config | |
parent | 48bd7758319408fa2878d23651f4846c4016fd19 (diff) | |
download | gcc-c21a23721b83d04590617d61f38a122c20c576f5.zip gcc-c21a23721b83d04590617d61f38a122c20c576f5.tar.gz gcc-c21a23721b83d04590617d61f38a122c20c576f5.tar.bz2 |
pa-gas.h: Delete file.
* pa-gas.h: Delete file.
* config.gcc: Match `parisc' as well as `hppa' for cpu_type=pa.
Add new targets hppa*64*-*-linux* and parisc*64*-*-linux*. Update
hppa*-*-linux*. For all pa targets, remove pa/gas.h from tm_file,
instead setting MASK_GAS | MASK_JUMP_IN_DELAY in target_cpu_default2.
From-SVN: r41325
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/pa/pa-gas.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gcc/config/pa/pa-gas.h b/gcc/config/pa/pa-gas.h deleted file mode 100644 index cd2ddae..0000000 --- a/gcc/config/pa/pa-gas.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Definitions of target machine for GNU compiler, for HP-UX using GNU as. - Copyright (C) 1996 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. */ - -#undef TARGET_DEFAULT -#define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY) |