comparison gcc/config/riscv/riscv.opt @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 ; Options for the RISC-V port of the compiler 1 ; Options for the RISC-V port of the compiler
2 ; 2 ;
3 ; Copyright (C) 2011-2018 Free Software Foundation, Inc. 3 ; Copyright (C) 2011-2020 Free Software Foundation, Inc.
4 ; 4 ;
5 ; This file is part of GCC. 5 ; This file is part of GCC.
6 ; 6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under 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 8 ; the terms of the GNU General Public License as published by the Free
125 Mask(DOUBLE_FLOAT) 125 Mask(DOUBLE_FLOAT)
126 126
127 Mask(RVC) 127 Mask(RVC)
128 128
129 Mask(RVE) 129 Mask(RVE)
130
131 mriscv-attribute
132 Target Report Var(riscv_emit_attribute_p) Init(-1)
133 Emit RISC-V ELF attribute.
134
135 malign-data=
136 Target RejectNegative Joined Var(riscv_align_data_type) Enum(riscv_align_data) Init(riscv_align_data_type_xlen)
137 Use the given data alignment.
138
139 Enum
140 Name(riscv_align_data) Type(enum riscv_align_data)
141 Known data alignment choices (for use with the -malign-data= option):
142
143 EnumValue
144 Enum(riscv_align_data) String(xlen) Value(riscv_align_data_type_xlen)
145
146 EnumValue
147 Enum(riscv_align_data) String(natural) Value(riscv_align_data_type_natural)