comparison gcc/lto/lto.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 /* LTO declarations. 1 /* LTO declarations.
2 Copyright (C) 2009-2018 Free Software Foundation, Inc. 2 Copyright (C) 2009-2020 Free Software Foundation, Inc.
3 Contributed by CodeSourcery, Inc. 3 Contributed by CodeSourcery, 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
67 struct lto_section_list 67 struct lto_section_list
68 { 68 {
69 struct lto_section_slot *first, *last; 69 struct lto_section_slot *first, *last;
70 }; 70 };
71 71
72 extern unsigned int lto_option_lang_mask (void);
73
72 #endif /* LTO_H */ 74 #endif /* LTO_H */