Annotation of gcc/config/sparc/sp64-aout.h, revision 1.1.1.2

1.1       root        1: /* Definitions of target machine for GNU compiler,
                      2:    for Sun SPARC-V9 on a hypothetical a.out format machine.
                      3:    Copyright (C) 1994 Free Software Foundation, Inc.
                      4:    Contributed by Doug Evans, [email protected].
                      5: 
                      6: This file is part of GNU CC.
                      7: 
                      8: GNU CC is free software; you can redistribute it and/or modify
                      9: it under the terms of the GNU General Public License as published by
                     10: the Free Software Foundation; either version 2, or (at your option)
                     11: any later version.
                     12: 
                     13: GNU CC is distributed in the hope that it will be useful,
                     14: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     15: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     16: GNU General Public License for more details.
                     17: 
                     18: You should have received a copy of the GNU General Public License
                     19: along with GNU CC; see the file COPYING.  If not, write to
1.1.1.2 ! root       20: the Free Software Foundation, 59 Temple Place - Suite 330,
        !            21: Boston, MA 02111-1307, USA.  */
1.1       root       22: 
                     23: /* This is a v9 only compiler.  -mv8 is not expected to work.  If you want
                     24:    a v8/v9 compiler, this isn't the place to do it.  */
                     25: /* ??? Until real v9 machines exist, all of this is subject to change.  */
                     26: /* ??? This file should really be called sp64-sunos4.h or some such but that
                     27:    would be a bit misleading since no such machines exist yet.  The current
                     28:    name is also misleading since the term "aout" is more properly applied to
                     29:    embedded configurations.  */
                     30: 
                     31: #define SPARCV9 /* See sparc.h.  */
                     32: 
                     33: #include "sparc/sparc.h"
                     34: 
                     35: /* A v9 compiler with 32 bit integers and 64 bit pointers,
                     36:    in a Medium/Low code model with only 32 bit assembler support.  */
                     37: 
                     38: #undef TARGET_DEFAULT
                     39: #define TARGET_DEFAULT \
                     40:   (MASK_V9 + MASK_MEDLOW + MASK_ENV32 + MASK_PTR64 + MASK_HARD_QUAD + MASK_EPILOGUE + MASK_FPU)
                     41: 
                     42: /* ??? Disabled for v9 as the current implementation of the Medium/Anywhere
                     43:    code model needs this in the data segment (still true?).  Let's hope the
                     44:    assembler is fixed.  */
                     45: #undef JUMP_TABLES_IN_TEXT_SECTION
                     46: 
                     47: /* Put all data in the data segment (necessary for the current implementation
                     48:    of the Medium/Anywhere code model - see if still true).  */
                     49: 
                     50: #define READONLY_DATA_SECTION data_section

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.