comparison gcc/config/m32r/m32r-protos.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 /* Prototypes for m32r.c functions used in the md file & elsewhere. 1 /* Prototypes for m32r.c functions used in the md file & elsewhere.
2 Copyright (C) 1999-2017 Free Software Foundation, Inc. 2 Copyright (C) 1999-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 6 GCC is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published 7 under the terms of the GNU General Public License as published
20 /* Function prototypes that cannot exist in m32r.h due to dependency 20 /* Function prototypes that cannot exist in m32r.h due to dependency
21 complications. */ 21 complications. */
22 22
23 extern void m32r_init (void); 23 extern void m32r_init (void);
24 extern void m32r_init_expanders (void); 24 extern void m32r_init_expanders (void);
25 extern unsigned m32r_compute_frame_size (int); 25 extern unsigned m32r_compute_frame_size (poly_int64);
26 extern void m32r_expand_prologue (void); 26 extern void m32r_expand_prologue (void);
27 extern void m32r_expand_epilogue (void); 27 extern void m32r_expand_epilogue (void);
28 extern int direct_return (void); 28 extern int direct_return (void);
29 extern void m32r_load_pic_register (void); 29 extern void m32r_load_pic_register (void);
30 extern enum m32r_function_type m32r_compute_function_type (tree); 30 extern enum m32r_function_type m32r_compute_function_type (tree);