comparison gcc/config/sh/sh.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 SH port of the compiler. 1 ; Options for the SH port of the compiler.
2 2
3 ; Copyright (C) 2005-2018 Free Software Foundation, Inc. 3 ; Copyright (C) 2005-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
234 Target Var(TARGET_IEEE) 234 Target Var(TARGET_IEEE)
235 Increase the IEEE compliance for floating-point comparisons. 235 Increase the IEEE compliance for floating-point comparisons.
236 236
237 minline-ic_invalidate 237 minline-ic_invalidate
238 Target Report Var(TARGET_INLINE_IC_INVALIDATE) 238 Target Report Var(TARGET_INLINE_IC_INVALIDATE)
239 inline code to invalidate instruction cache entries after setting up nested function trampolines. 239 Inline code to invalidate instruction cache entries after setting up nested function trampolines.
240 240
241 misize 241 misize
242 Target Report RejectNegative Mask(DUMPISIZE) 242 Target Report RejectNegative Mask(DUMPISIZE)
243 Annotate assembler instructions with estimated addresses. 243 Annotate assembler instructions with estimated addresses.
244 244