gen-mul-tables.cc: Add insn-codes.h to include list for generator file.

2014-12-11  Andrew MacLeod  <amacleod@redhat.com>

	* config/tilepro/gen-mul-tables.cc: Add insn-codes.h to include list
	for generator file.  Add comment indicating it is a generated file.
	* config/tilepro/mul-tables.c: Update generated file.
	* config/tilegx/mul-tables.c: Likewise.

From-SVN: r218624
This commit is contained in:
Andrew MacLeod 2014-12-11 14:57:00 +00:00 committed by Andrew Macleod
parent 08e39a5406
commit b61d924dce
4 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2014-12-11 Andrew MacLeod <amacleod@redhat.com>
* config/tilepro/gen-mul-tables.cc: Add insn-codes.h to include list
for generator file. Add comment indicating it is a generated file.
* config/tilepro/mul-tables.c: Update generated file.
* config/tilegx/mul-tables.c: Likewise.
2014-12-11 Segher Boessenkool <segher@kernel.crashing.org>
* combine.c (try_combine): Do not allow combining a PARALLEL I2

View File

@ -18,6 +18,9 @@
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
/* Note this file is auto-generated from gen-mul-tables.cc.
Make any required changes there. */
#include "config.h"
#include "system.h"
#include "coretypes.h"

View File

@ -1249,10 +1249,14 @@ main ()
printf (" along with GCC; see the file COPYING3. If not see\n");
printf (" <http://www.gnu.org/licenses/>. */\n");
printf ("\n");
printf ("/* Note this file is auto-generated from gen-mul-tables.cc.\n");
printf (" Make any required changes there. */\n");
printf ("\n");
printf ("#include \"config.h\"\n");
printf ("#include \"system.h\"\n");
printf ("#include \"coretypes.h\"\n");
printf ("#include \"expr.h\"\n");
printf ("#include \"insn-codes.h\"\n");
printf ("#include \"optabs.h\"\n");
printf ("#include \"%s-multiply.h\"\n\n", ARCH);
create_insn_code_compression_table ();

View File

@ -18,6 +18,9 @@
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
/* Note this file is auto-generated from gen-mul-tables.cc.
Make any required changes there. */
#include "config.h"
#include "system.h"
#include "coretypes.h"