comparison gcc/config/i386/i386-opts.h @ 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 /* Definitions for option handling for IA-32. 1 /* Definitions for option handling for IA-32.
2 Copyright (C) 1988-2018 Free Software Foundation, Inc. 2 Copyright (C) 1988-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
117 indirect_branch_thunk, 117 indirect_branch_thunk,
118 indirect_branch_thunk_inline, 118 indirect_branch_thunk_inline,
119 indirect_branch_thunk_extern 119 indirect_branch_thunk_extern
120 }; 120 };
121 121
122 enum instrument_return {
123 instrument_return_none = 0,
124 instrument_return_call,
125 instrument_return_nop5
126 };
127
122 #endif 128 #endif