diff options
author | espie <espie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 20:35:58 +0000 |
---|---|---|
committer | espie <espie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 20:35:58 +0000 |
commit | 61f2f0dea7dc46b400ebb0833921ef03689abef3 (patch) | |
tree | f2a2050833dd3406f3522b48ef89a7cdbffc2bba /gcc/config/sparc/openbsd1-64.h | |
parent | c82ce26ca18c92031db51895eda31e005ef1ae80 (diff) | |
download | gcc-61f2f0dea7dc46b400ebb0833921ef03689abef3.tar.gz |
2002-05-30 Marc Espie <espie@openbsd.org>
* config.gcc (sparc64-*-openbsd*): New.
* config/sparc/openbsd1-64.h: New.
* config/sparc/openbsd64.h: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/openbsd1-64.h')
-rw-r--r-- | gcc/config/sparc/openbsd1-64.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/config/sparc/openbsd1-64.h b/gcc/config/sparc/openbsd1-64.h new file mode 100644 index 00000000000..1310538d728 --- /dev/null +++ b/gcc/config/sparc/openbsd1-64.h @@ -0,0 +1,24 @@ +/* Configuration file for sparc64 OpenBSD target. + Copyright (C) 1999 Free Software Foundation, Inc. + +This file is part of GCC. + +GCC 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. + +GCC 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 GCC; see the file COPYING. If not, write to +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ + +#define OBSD_HAS_DECLARE_FUNCTION_NAME +#define OBSD_HAS_DECLARE_FUNCTION_SIZE +#define OBSD_HAS_DECLARE_OBJECT + |