Wed Mar 23 21:09:04 2016 UTC ()
need stdbool.h


(christos)
diff -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h

cvs diff -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h 2016/01/24 09:43:34 1.4
+++ src/external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h 2016/03/23 21:09:04 1.5
@@ -6,26 +6,27 @@ This file is part of GCC. @@ -6,26 +6,27 @@ This file is part of GCC.
6GCC is free software; you can redistribute it and/or modify 6GCC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 3, or (at your option) 8the Free Software Foundation; either version 3, or (at your option)
9any later version. 9any later version.
10 10
11GCC is distributed in the hope that it will be useful, 11GCC is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GCC; see the file COPYING3. If not see 17along with GCC; see the file COPYING3. If not see
18<http://www.gnu.org/licenses/>. */ 18<http://www.gnu.org/licenses/>. */
 19#include <stdbool.h>
19 20
20extern bool legitimate_constant_address_p (rtx); 21extern bool legitimate_constant_address_p (rtx);
21extern bool legitimate_pic_operand_p (rtx); 22extern bool legitimate_pic_operand_p (rtx);
22extern void vax_expand_prologue (void); 23extern void vax_expand_prologue (void);
23 24
24#ifdef RTX_CODE 25#ifdef RTX_CODE
25extern const char *cond_name (rtx); 26extern const char *cond_name (rtx);
26extern bool adjacent_operands_p (rtx, rtx, machine_mode); 27extern bool adjacent_operands_p (rtx, rtx, machine_mode);
27extern const char *rev_cond_name (rtx); 28extern const char *rev_cond_name (rtx);
28extern void print_operand_address (FILE *, rtx); 29extern void print_operand_address (FILE *, rtx);
29extern void print_operand (FILE *, rtx, int); 30extern void print_operand (FILE *, rtx, int);
30extern void vax_notice_update_cc (rtx, rtx); 31extern void vax_notice_update_cc (rtx, rtx);
31extern void vax_expand_addsub_di_operands (rtx *, enum rtx_code); 32extern void vax_expand_addsub_di_operands (rtx *, enum rtx_code);