comparison gcc/toplev.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 /* toplev.h - Various declarations for functions found in toplev.c 1 /* toplev.h - Various declarations for functions found in toplev.c
2 Copyright (C) 1998-2018 Free Software Foundation, Inc. 2 Copyright (C) 1998-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 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
64 extern bool wrapup_global_declaration_2 (tree); 64 extern bool wrapup_global_declaration_2 (tree);
65 extern bool wrapup_global_declarations (tree *, int); 65 extern bool wrapup_global_declarations (tree *, int);
66 66
67 extern void global_decl_processing (void); 67 extern void global_decl_processing (void);
68 68
69 extern void dump_memory_report (bool); 69 extern void
70 dump_memory_report (const char *);
70 extern void dump_profile_report (void); 71 extern void dump_profile_report (void);
71 72
72 extern void target_reinit (void); 73 extern void target_reinit (void);
73 74
74 /* A unique local time stamp, might be zero if none is available. */ 75 /* A unique local time stamp, might be zero if none is available. */