diff options
Diffstat (limited to 'gcc/config/tilegx/mul-tables.c')
-rw-r--r-- | gcc/config/tilegx/mul-tables.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/tilegx/mul-tables.c b/gcc/config/tilegx/mul-tables.c index a902299d..8c986f5 100644 --- a/gcc/config/tilegx/mul-tables.c +++ b/gcc/config/tilegx/mul-tables.c @@ -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" |