gen-mul-tables.cc: Add insn-codes.h to include list for generator file.
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 11 Dec 2014 14:57:00 +0000 (14:57 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 11 Dec 2014 14:57:00 +0000 (14:57 +0000)
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

gcc/ChangeLog
gcc/config/tilegx/mul-tables.c
gcc/config/tilepro/gen-mul-tables.cc
gcc/config/tilepro/mul-tables.c

index fa79ce977b91f66f9c7905f85d7d9fc8fa51e85d..66c9f1c9eeefe6baca69c84f62351fe50d1909e5 100644 (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
index a902299d817033f4bb75598a14f3e74f5726961f..8c986f5e3ce2acbed06c8374402dce168f460d5a 100644 (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"
index 645fa32ea5ef1940c22967119ad90f7f407e1b58..32befa12478dc1e30714a833bbd76dc29d9443d3 100644 (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 ();
index c8eda94e7c16c4279b355a8e33789d4d6af8e019..b510e26916adacc223f91d52b5235eee42a45a56 100644 (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"