URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [pa/] [pa.opt] - Rev 709
Compare with Previous | Blame | View Log
; Options for the HP PA-RISC port of the compiler.; Copyright (C) 2005, 2007, 2011 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 3, 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 COPYING3. If not see; <http://www.gnu.org/licenses/>.HeaderIncludeconfig/pa/pa-opts.h; Which cpu we are scheduling for.Variableenum processor_type pa_cpu = TARGET_SCHED_DEFAULTmarch=1.0Target RejectNegativeGenerate PA1.0 codemarch=1.1Target RejectNegativeGenerate PA1.1 codemarch=2.0Target RejectNegativeGenerate PA2.0 code (requires binutils 2.10 or later)mbig-switchTarget Report Mask(BIG_SWITCH)Generate code for huge switch statementsmdisable-fpregsTarget Report Mask(DISABLE_FPREGS)Disable FP regsmdisable-indexingTarget Report Mask(DISABLE_INDEXING)Disable indexed addressingmfast-indirect-callsTarget Report Mask(FAST_INDIRECT_CALLS)Generate fast indirect callsmfixed-range=Target RejectNegative Joined Var(pa_deferred_options) DeferSpecify range of registers to make fixedmgasTarget Report Mask(GAS)Assume code will be assembled by GASmjump-in-delayTarget Report Mask(JUMP_IN_DELAY)Put jumps in call delay slots;; Not used by gccmlinker-optTarget RejectNegativeEnable linker optimizationsmlong-callsTarget Report Mask(LONG_CALLS)Always generate long callsmlong-load-storeTarget Report Mask(LONG_LOAD_STORE)Emit long load/store sequencesmnosnakeTarget RejectNegativeGenerate PA1.0 codemno-space-regsTarget RejectNegative Report Mask(NO_SPACE_REGS)Disable space regsmpa-risc-1-0Target RejectNegativeGenerate PA1.0 codempa-risc-1-1Target RejectNegative Mask(PA_11)Generate PA1.1 codempa-risc-2-0Target RejectNegative Mask(PA_20)Generate PA2.0 code (requires binutils 2.10 or later)mportable-runtimeTarget Report Mask(PORTABLE_RUNTIME)Use portable calling conventionsmschedule=Target RejectNegative Joined Enum(pa_schedule) Var(pa_cpu)Specify CPU for scheduling purposes. Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000EnumName(pa_schedule) Type(enum processor_type)EnumValueEnum(pa_schedule) String(8000) Value(PROCESSOR_8000)EnumValueEnum(pa_schedule) String(7100) Value(PROCESSOR_7100)EnumValueEnum(pa_schedule) String(700) Value(PROCESSOR_700)EnumValueEnum(pa_schedule) String(7100LC) Value(PROCESSOR_7100LC)EnumValueEnum(pa_schedule) String(7200) Value(PROCESSOR_7200)EnumValueEnum(pa_schedule) String(7300) Value(PROCESSOR_7300)msoft-floatTarget Report Mask(SOFT_FLOAT)Use software floating pointmsnakeTarget RejectNegativeGenerate PA1.1 codemspace-regsTarget RejectNegative Report InverseMask(NO_SPACE_REGS)Do not disable space regsMask(SIO);; Generate cpp defines for server I/O.Mask(GNU_LD);; Assume GNU linker by default
