comparison gcc/reg-notes.def @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Register note definitions. 1 /* Register note definitions.
2 Copyright (C) 2004-2017 Free Software Foundation, Inc. 2 Copyright (C) 2004-2018 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 it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
237 The target address of the call is assumed as a valid address and no check 237 The target address of the call is assumed as a valid address and no check
238 to validate a branch to the target address is needed. The call is marked 238 to validate a branch to the target address is needed. The call is marked
239 when a called function has a 'notrack' attribute. This note is used by the 239 when a called function has a 'notrack' attribute. This note is used by the
240 compiler when the option -fcf-protection=branch is specified. */ 240 compiler when the option -fcf-protection=branch is specified. */
241 REG_NOTE (CALL_NOCF_CHECK) 241 REG_NOTE (CALL_NOCF_CHECK)
242
243 /* The values passed to callee, for debuginfo purposes. */
244 REG_NOTE (CALL_ARG_LOCATION)