comparison gcc/config/alpha/alpha-protos.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 /* Prototypes for alpha.c functions used in the md file & elsewhere. 1 /* Prototypes for alpha.c functions used in the md file & elsewhere.
2 Copyright (C) 1999-2018 Free Software Foundation, Inc. 2 Copyright (C) 1999-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 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
19 19
20 extern int alpha_next_sequence_number; 20 extern int alpha_next_sequence_number;
21 21
22 extern void literal_section (void); 22 extern void literal_section (void);
23 extern int zap_mask (HOST_WIDE_INT); 23 extern int zap_mask (HOST_WIDE_INT);
24 extern int direct_return (void); 24 extern bool direct_return (void);
25 25
26 extern int alpha_sa_size (void);
27 extern HOST_WIDE_INT alpha_initial_elimination_offset (unsigned int, 26 extern HOST_WIDE_INT alpha_initial_elimination_offset (unsigned int,
28 unsigned int); 27 unsigned int);
29 extern void alpha_expand_prologue (void); 28 extern void alpha_expand_prologue (void);
30 extern void alpha_expand_epilogue (void); 29 extern void alpha_expand_epilogue (void);
31 extern void alpha_output_filename (FILE *, const char *); 30 extern void alpha_output_filename (FILE *, const char *);