hppa: Fix ICE caused by mismatched predicate and constraint in xmpyu patterns
[official-gcc.git] / gcc / config / s390 / tpf.opt
blob4989d9c5d0c17e3b43c79b6b6bf5a664cb4f9553
1 ; Options for the TPF-OS port of the compiler.
3 ; Copyright (C) 2005-2024 Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
21 mtpf-trace
22 Target Mask(TPF_PROFILING)
23 Enable TPF-OS tracing code.
25 mtpf-trace-hook-prologue-check=
26 Target RejectNegative Joined UInteger Var(s390_tpf_trace_hook_prologue_check) Init(TPF_TRACE_PROLOGUE_CHECK)
27 Set the trace check address for prologue tpf hook
29 mtpf-trace-hook-prologue-target=
30 Target RejectNegative Joined UInteger Var(s390_tpf_trace_hook_prologue_target) Init(TPF_TRACE_PROLOGUE_TARGET)
31 Set the trace jump address for prologue tpf hook
33 mtpf-trace-hook-epilogue-check=
34 Target RejectNegative Joined UInteger Var(s390_tpf_trace_hook_epilogue_check) Init(TPF_TRACE_EPILOGUE_CHECK)
35 Set the trace check address for epilogue tpf hook
37 mtpf-trace-hook-epilogue-target=
38 Target RejectNegative Joined UInteger Var(s390_tpf_trace_hook_epilogue_target) Init(TPF_TRACE_EPILOGUE_TARGET)
39 Set the trace jump address for epilogue tpf hook
41 mtpf-trace-skip
42 Target Var(s390_tpf_trace_skip) Init(0)
43 Set the prologue and epilogue hook addresses to TPF_TRACE_PROLOGUE_SKIP_TARGET and TPF_TRACE_EPILOGUE_SKIP_TARGET. Equivalent to using -mtpf-trace-hook-prologue-target=TPF_TRACE_PROLOGUE_SKIP_TARGET and -mtpf-trace-hook-epilogue-target=TPF_TRACE_EPILOGUE_SKIP_TARGET
45 mmain
46 Target
47 Specify main object for TPF-OS.