comparison gcc/common/common-targhooks.h @ 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 /* Default common target hook functions. 1 /* Default common target hook functions.
2 Copyright (C) 2003-2017 Free Software Foundation, Inc. 2 Copyright (C) 2003-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
26 26
27 extern bool default_target_handle_option (struct gcc_options *, 27 extern bool default_target_handle_option (struct gcc_options *,
28 struct gcc_options *, 28 struct gcc_options *,
29 const struct cl_decoded_option *, 29 const struct cl_decoded_option *,
30 location_t); 30 location_t);
31 extern vec<const char *> default_get_valid_option_values (int, const char *);
32
33 extern bool default_option_validate_param (const int, const int);
31 34
32 extern const struct default_options empty_optimization_table[]; 35 extern const struct default_options empty_optimization_table[];
33 36
34 #endif 37 #endif