comparison gcc/genautomata.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 /* Pipeline hazard description translator. 1 /* Pipeline hazard description translator.
2 Copyright (C) 2000-2017 Free Software Foundation, Inc. 2 Copyright (C) 2000-2018 Free Software Foundation, Inc.
3 3
4 Written by Vladimir Makarov <vmakarov@redhat.com> 4 Written by Vladimir Makarov <vmakarov@redhat.com>
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
9639 expand_automata (); 9639 expand_automata ();
9640 if (!have_error) 9640 if (!have_error)
9641 { 9641 {
9642 puts ("/* Generated automatically by the program `genautomata'\n" 9642 puts ("/* Generated automatically by the program `genautomata'\n"
9643 " from the machine description file `md'. */\n\n" 9643 " from the machine description file `md'. */\n\n"
9644 "#define IN_TARGET_CODE 1\n"
9644 "#include \"config.h\"\n" 9645 "#include \"config.h\"\n"
9645 "#include \"system.h\"\n" 9646 "#include \"system.h\"\n"
9646 "#include \"coretypes.h\"\n" 9647 "#include \"coretypes.h\"\n"
9647 "#include \"tm.h\"\n" 9648 "#include \"tm.h\"\n"
9648 "#include \"alias.h\"\n" 9649 "#include \"alias.h\"\n"