comparison gcc/genoutput.c @ 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 /* Generate code from to output assembler insns as recognized from rtl. 1 /* Generate code from to output assembler insns as recognized from rtl.
2 Copyright (C) 1987-2017 Free Software Foundation, Inc. 2 Copyright (C) 1987-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 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
201 output_prologue (void) 201 output_prologue (void)
202 { 202 {
203 printf ("/* Generated automatically by the program `genoutput'\n\ 203 printf ("/* Generated automatically by the program `genoutput'\n\
204 from the machine description file `md'. */\n\n"); 204 from the machine description file `md'. */\n\n");
205 205
206 printf ("#define IN_TARGET_CODE 1\n");
206 printf ("#include \"config.h\"\n"); 207 printf ("#include \"config.h\"\n");
207 printf ("#include \"system.h\"\n"); 208 printf ("#include \"system.h\"\n");
208 printf ("#include \"coretypes.h\"\n"); 209 printf ("#include \"coretypes.h\"\n");
209 printf ("#include \"backend.h\"\n"); 210 printf ("#include \"backend.h\"\n");
210 printf ("#include \"predict.h\"\n"); 211 printf ("#include \"predict.h\"\n");