mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 19:41:06 +08:00
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:
parent
08e39a5406
commit
b61d924dce
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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 ();
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user